equal
deleted
inserted
replaced
2395 * the bottom if all the elements with a baseline, and that are |
2395 * the bottom if all the elements with a baseline, and that are |
2396 * aligned to the baseline, have a baseline resize behavior of |
2396 * aligned to the baseline, have a baseline resize behavior of |
2397 * {@code CONSTANT_DESCENT}; otherwise the baseline is anchored to the top |
2397 * {@code CONSTANT_DESCENT}; otherwise the baseline is anchored to the top |
2398 * of the group. |
2398 * of the group. |
2399 * <p> |
2399 * <p> |
2400 * Elements aligned to the baseline are resizable if they have have |
2400 * Elements aligned to the baseline are resizable if they have |
2401 * a baseline resize behavior of {@code CONSTANT_ASCENT} or |
2401 * a baseline resize behavior of {@code CONSTANT_ASCENT} or |
2402 * {@code CONSTANT_DESCENT}. Elements with a baseline resize |
2402 * {@code CONSTANT_DESCENT}. Elements with a baseline resize |
2403 * behavior of {@code OTHER} or {@code CENTER_OFFSET} are not resizable. |
2403 * behavior of {@code OTHER} or {@code CENTER_OFFSET} are not resizable. |
2404 * <p> |
2404 * <p> |
2405 * The baseline is calculated based on the preferred height of each |
2405 * The baseline is calculated based on the preferred height of each |