Searched refs:getBounds2D (Results 1 - 25 of 39) sorted by relevance

12

/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 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 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 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 DBandCombineOp.java222 public final Rectangle2D getBounds2D (Raster src) { method in class:BandCombineOp
/openjdk7/jdk/src/share/classes/java/awt/image/renderable/
H A DContextualRenderedImageFactory.java112 Rectangle2D getBounds2D(ParameterBlock paramBlock); method in interface:ContextualRenderedImageFactory
H A DRenderableImageOp.java153 boundingBox = myCRIF.getBounds2D(paramBlock);
166 boundingBox = myCRIF.getBounds2D(paramBlock);
176 boundingBox = myCRIF.getBounds2D(paramBlock);
186 boundingBox = myCRIF.getBounds2D(paramBlock);
/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
/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/test/java/awt/font/TextLayout/
H A DTextLayoutBounds.java42 Rectangle2D oBounds = tl.getOutline(null).getBounds2D();
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphMetrics.java242 public Rectangle2D getBounds2D() { method in class:GlyphMetrics
H A DShapeGraphicAttribute.java96 fShapeBounds = fShape.getBounds2D();
H A DGlyphVector.java560 Rectangle2D rect = getGlyphVisualBounds(index).getBounds2D();
/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 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 DArea.java457 public Rectangle2D getBounds2D() { method in class:Area
458 return getCachedBounds().getBounds2D();
H A DRoundRectangle2D.java249 public Rectangle2D getBounds2D() { method in class:RoundRectangle2D.Float
432 public Rectangle2D getBounds2D() { method in class:RoundRectangle2D.Double
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();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGlyphPainter2.java117 Rectangle2D alloc = a.getBounds2D();
141 Rectangle2D alloc = a.getBounds2D();
170 Rectangle2D alloc = (a instanceof Rectangle2D) ? (Rectangle2D)a : a.getBounds2D();
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java152 Rectangle2D shapeBounds = shape.getBounds2D();
262 compositingBounds = transformedShape.getBounds2D();
317 Rectangle2D bounds = shape.getBounds2D();
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DAlphaPaintPipe.java86 s.getBounds2D(),
H A DGeneralCompositePipe.java67 sg.paint.createContext(model, devR, s.getBounds2D(),

Completed in 71 milliseconds

12