Lines Matching refs:LEADING
112 * with an alignment of {@code LEADING}. If the component orientation were
306 LEADING,
378 setHorizontalGroup(createParallelGroup(Alignment.LEADING, true));
379 setVerticalGroup(createParallelGroup(Alignment.LEADING, true));
602 * {@code Alignment.LEADING}. This is a cover method for the more
609 return createParallelGroup(Alignment.LEADING);
640 * along the horizontal axis is treated as {@code LEADING}.
2602 default: // LEADING, or BASELINE
2644 "LEADING, TRAILING or CENTER");
2678 super(Alignment.LEADING, resizable);