Searched refs:BASELINE (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSpringLayout.java234 public static final String BASELINE = "Baseline"; field in class:SpringLayout
252 private static String[] ALL_VERTICAL = {NORTH, HEIGHT, SOUTH, VERTICAL_CENTER, BASELINE};
572 } else if (defined(verticalHistory, BASELINE, HEIGHT)) {
574 } else if (defined(verticalHistory, BASELINE, SOUTH)) {
577 } else if (defined(verticalHistory, BASELINE, VERTICAL_CENTER)) {
648 } else if (verticalHistory.contains(BASELINE)) {
712 pushConstraint(BASELINE, baseline, false);
724 * <code>SpringLayout.BASELINE</code>,
746 * @see #BASELINE
769 } else if (edgeName == BASELINE) {
[all...]
H A DGroupLayout.java167 * vGroup.addGroup(layout.createParallelGroup(Alignment.BASELINE).
169 * vGroup.addGroup(layout.createParallelGroup(Alignment.BASELINE).
333 BASELINE enum constant in enum:GroupLayout.Alignment
660 if (alignment == Alignment.BASELINE) {
2429 * {@code BASELINE} align elements that are smaller than the size
2445 * or {@code createParallelGroup} with an alignment of {@code BASELINE}.
2602 default: // LEADING, or BASELINE
2642 if (!allowsBaseline && alignment == Alignment.BASELINE) {
2731 spring.getAlignment() == Alignment.BASELINE) {
2770 spring.getAlignment() == Alignment.BASELINE)
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DGridBagConstraints.java205 public static final int BASELINE = 0x100; field in class:GridBagConstraints
441 * <code>BASELINE</code>, <code>BASELINE_LEADING</code>,
554 // one of BASELINE, BASELINE_LEADING or BASELINE_TRAILING.
H A DGridBagLayout.java155 * <li><code>GridBagConstraints.BASELINE</code></li>
182 * BASELINE}, {@code BASELINE_LEADING} or {@code BASELINE_TRAILING}).
204 * an anchor of <code>BASELINE</code>. As the baseline-resize behavior
208 * <code>CENTER_OFFSET</code> and an anchor of <code>BASELINE</code>.
1257 case GridBagConstraints.BASELINE:
1463 case GridBagConstraints.BASELINE:
1547 if (anchor == GridBagConstraints.BASELINE ||
1648 case GridBagConstraints.BASELINE:
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DEditFilterDialog.java122 .add(layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE)
130 .add(layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE)
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DViewPanel.java91 .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE)
95 .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE)
/openjdk7/jdk/test/javax/swing/SpringLayout/4726194/
H A Dbug4726194.java39 private static String[] vConstraints = {SpringLayout.NORTH, "Height", SpringLayout.SOUTH, SpringLayout.VERTICAL_CENTER, SpringLayout.BASELINE};
123 int[] a5 = getValues(c, new String[]{SpringLayout.NORTH, SpringLayout.BASELINE, SpringLayout.SOUTH});
125 throw new RuntimeException("BASELINE is not in the range: [NORTH, SOUTH]!!!");
/openjdk7/jdk/test/java/awt/Window/TranslucentShapedFrameTest/
H A DTranslucentShapedFrameTest.java213 .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
218 .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
226 .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)

Completed in 53 milliseconds