Searched refs:getMaxY (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DRectangle2D.java738 double y2 = Math.min(src1.getMaxY(), src2.getMaxY());
777 double y2 = Math.max(src1.getMaxY(), src2.getMaxY());
804 double y2 = Math.max(getMaxY(), newy);
842 double y2 = Math.max(getMaxY(), r.getMaxY());
H A DRectangularShape.java137 public double getMaxY() { method in class:RectangularShape
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphVector.java276 int b = (int)Math.ceil(rect.getMaxY() + y);
564 int b = (int)Math.ceil(rect.getMaxY() + y);
H A DShapeGraphicAttribute.java120 return (float) Math.max(0, fShapeBounds.getMaxY());
H A DTextLayout.java1186 info[0] = (float) (bottomX + (info[1]*bounds.getMaxY()));
2471 } else if (y >= bounds.getMaxY()) {
H A DTextLine.java859 bottom = Math.max(bottom, y + (float)tlcBounds.getMaxY());
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java1747 (float) rect.getMaxY());
1802 (float) transRect.getMaxY());

Completed in 53 milliseconds