Searched defs:getBounds2D (Results 1 - 24 of 24) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DBufferedImageOp.java97 public Rectangle2D getBounds2D (BufferedImage src); method in interface:BufferedImageOp
H A DRasterOp.java76 public Rectangle2D getBounds2D(Raster src); method in interface:RasterOp
H A DBandCombineOp.java222 public final Rectangle2D getBounds2D (Raster src) { method in class:BandCombineOp
H A DAffineTransformOp.java185 * <code>getBounds2D(BufferedImage)</code>
317 * <code>getBounds2D(Raster)</code>
373 public final Rectangle2D getBounds2D (BufferedImage src) { method in class:AffineTransformOp
374 return getBounds2D(src.getRaster());
388 public final Rectangle2D getBounds2D (Raster src) { method in class:AffineTransformOp
438 Rectangle r = getBounds2D(src).getBounds();
489 Rectangle2D r = getBounds2D(src);
H A DConvolveOp.java313 public final Rectangle2D getBounds2D(BufferedImage src) { method in class:ConvolveOp
314 return getBounds2D(src.getRaster());
322 public final Rectangle2D getBounds2D(Raster src) { method in class:ConvolveOp
H A DLookupOp.java335 public final Rectangle2D getBounds2D (BufferedImage src) { method in class:LookupOp
336 return getBounds2D(src.getRaster());
346 public final Rectangle2D getBounds2D (Raster src) { method in class:LookupOp
H A DRescaleOp.java588 public final Rectangle2D getBounds2D (BufferedImage src) { method in class:RescaleOp
589 return getBounds2D(src.getRaster());
599 public final Rectangle2D getBounds2D (Raster src) { method in class:RescaleOp
H A DColorConvertOp.java586 public final Rectangle2D getBounds2D (BufferedImage src) { method in class:ColorConvertOp
587 return getBounds2D(src.getRaster());
598 public final Rectangle2D getBounds2D (Raster src) { method in class:ColorConvertOp
/openjdk7/jdk/src/share/classes/java/awt/image/renderable/
H A DContextualRenderedImageFactory.java112 Rectangle2D getBounds2D(ParameterBlock paramBlock); method in interface:ContextualRenderedImageFactory
/openjdk7/jdk/src/share/classes/java/awt/
H A DShape.java88 * <code>getBounds2D</code> method generally returns a
119 * @see #getBounds2D
167 public Rectangle2D getBounds2D(); method in interface:Shape
H A DPolygon.java389 public Rectangle2D getBounds2D() { method in class:Polygon
H A DRectangle.java321 public Rectangle2D getBounds2D() { method in class:Rectangle
/openjdk7/jdk/src/share/classes/sun/font/
H A DDelegatingShape.java51 public Rectangle2D getBounds2D() { method in class:DelegatingShape
52 return delegate.getBounds2D(); // assumes all delegates are immutable via the returned Rectangle2D
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DEllipse2D.java178 public Rectangle2D getBounds2D() { method in class:Ellipse2D.Float
303 public Rectangle2D getBounds2D() { method in class:Ellipse2D.Double
H A DArea.java457 public Rectangle2D getBounds2D() { method in class:Area
458 return getCachedBounds().getBounds2D();
H A DLine2D.java193 public Rectangle2D getBounds2D() { method in class:Line2D.Float
345 public Rectangle2D getBounds2D() { method in class:Line2D.Double
1070 return getBounds2D().getBounds();
H A DRectangle2D.java250 public Rectangle2D getBounds2D() { method in class:Rectangle2D.Float
454 public Rectangle2D getBounds2D() { method in class:Rectangle2D.Double
654 public Rectangle2D getBounds2D() { method in class:Rectangle2D
H A DRoundRectangle2D.java249 public Rectangle2D getBounds2D() { method in class:RoundRectangle2D.Float
432 public Rectangle2D getBounds2D() { method in class:RoundRectangle2D.Double
H A DArc2D.java1050 public Rectangle2D getBounds2D() { method in class:Arc2D
H A DCubicCurve2D.java316 public Rectangle2D getBounds2D() { method in class:CubicCurve2D.Float
562 public Rectangle2D getBounds2D() { method in class:CubicCurve2D.Double
1513 return getBounds2D().getBounds();
H A DQuadCurve2D.java245 public Rectangle2D getBounds2D() { method in class:QuadCurve2D.Float
434 public Rectangle2D getBounds2D() { method in class:QuadCurve2D.Double
1341 return getBounds2D().getBounds();
H A DPath2D.java704 public final synchronized Rectangle2D getBounds2D() { method in class:Path2D.Float
1429 public final synchronized Rectangle2D getBounds2D() { method in class:Path2D.Double
1951 return getBounds2D().getBounds();
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphMetrics.java242 public Rectangle2D getBounds2D() { method in class:GlyphMetrics
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java1994 public Rectangle2D getBounds2D() { method in class:Metacity.RoundRectClipShape

Completed in 295 milliseconds