Searched refs:horizontal (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphMetrics.java75 * or horizontal. Note that, in a <code>GlyphVector</code>,
111 * Indicates whether the metrics are for a horizontal or vertical baseline.
113 private boolean horizontal; field in class:GlyphMetrics
180 this.horizontal = true;
190 * @param horizontal if true, metrics are for a horizontal baseline,
198 public GlyphMetrics(boolean horizontal, float advanceX, float advanceY, argument
201 this.horizontal = horizontal;
211 * horizontal o
[all...]
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/ui/
H A DCompactLayout.java50 boolean horizontal; field in class:CompactLayout
52 public CompactLayout(boolean horizontal) { argument
53 this.horizontal = horizontal;
108 if (horizontal) {
133 int c = horizontal ? insets.left : insets.top;
146 } else if (horizontal) {
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlStyle.java51 horizontal, enum constant in enum:HtmlStyle
/openjdk7/jdk/src/share/classes/javax/swing/
H A DLayoutComparator.java46 private boolean horizontal = true; field in class:LayoutComparator
50 horizontal = orientation.isHorizontal();
117 if (horizontal) {
137 } else { // !horizontal
H A DSpringLayout.java46 * controls the vertical or horizontal distance
216 * Specifies the horizontal center of a component's bounding rectangle.
402 private void pushConstraint(String name, Spring value, boolean horizontal) { argument
404 List<String> history = horizontal ? horizontalHistory :
417 String[] all = horizontal ? ALL_HORIZONTAL : ALL_VERTICAL;
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaToolBarUI.java59 protected void fillHandle(final Graphics g, final int x1, final int y1, final int x2, final int y2, final boolean horizontal) { argument
61 if (horizontal) {
83 final boolean horizontal = jtb.getOrientation() == SwingConstants.HORIZONTAL;
86 if (horizontal) {
H A DAquaSplitPaneDividerUI.java87 final boolean horizontal = splitPane.getOrientation() == SwingConstants.HORIZONTAL;
88 //System.err.println("Size = " + size + " orientation horiz = " + horizontal);
92 if (horizontal) {
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DGroup.java60 private boolean horizontal; field in class:Group
119 return horizontal;
140 horizontal = true;
188 horizontal
191 p.setLayout(new CompactLayout(horizontal));
/openjdk7/jdk/test/javax/swing/SpringLayout/4726194/
H A Dbug4726194.java62 public static void test(int level, boolean horizontal) { argument
64 String[] constraints = horizontal ? hConstraints : vConstraints;
104 if (horizontal) {
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXComponentPeer.java1039 int min, int max, int val, int vis, boolean horizontal) {
1070 if (horizontal) {
1080 if (horizontal) {
1090 if (horizontal) {
1099 if (horizontal) {
1111 if (horizontal) {
1132 if (horizontal) {
1147 if (horizontal) {
1168 if (horizontal) {
1038 drawScrollbar(Graphics g, Color bg, int thickness, int length, int min, int max, int val, int vis, boolean horizontal) argument
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAsyncBoxView.java272 boolean horizontal = false;
317 horizontal = majorChanged;
321 horizontal = minorChanged;
332 parent.preferenceChanged(this, horizontal, vertical);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DPackageTreeWriter.java159 ul.addStyle(HtmlStyle.horizontal);
H A DTreeWriter.java133 ul.addStyle(HtmlStyle.horizontal);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java480 private Rectangle extendRect(Rectangle rect, boolean horizontal) { argument
485 if (horizontal) {
506 * horizontal lines if <code>getShowHorizontalLines()</code>
660 // Paint the (lower) horizontal grid line if necessary.
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DJRSUIConstantSync.m233 CONSISTENCY_CHECK(Orientation, horizontal);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java1245 boolean horizontal = ("diagonal".equals(type) || "horizontal".equals(type));
1256 g2.setPaint(new GradientPaint(x + (horizontal ? (i*w/n) : 0),
1259 x + (horizontal ? ((i+1)*w/n) : 0),
1262 g2.fillRect(x + (horizontal ? (i*w/n) : 0),
1264 (horizontal ? (w/n) : w),
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/
H A Dstylesheet.css286 ul.horizontal li {
/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java1695 * {@code Section.TRAILING}. For horizontal divisions, the calculation
1714 * @param horizontal {@code true} to use the horizontal axis,
1718 * only used for horizontal calculations
1727 private static Section liesIn(Rectangle rect, Point p, boolean horizontal, argument
1739 /* value of ltr if horizontal, else true */
1742 if (horizontal) {
1776 * the horizontal axis and determines which section the given point
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTableUI.java1922 private Rectangle extendRect(Rectangle rect, boolean horizontal) { argument
1927 if (horizontal) {
1948 * horizontal lines if <code>getShowHorizontalLines()</code>
2091 // Paint the (lower) horizontal grid line if necessary.

Completed in 407 milliseconds