JavaScript is disabled on your browser.
xmlgraphics-commons 2.0.1
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Known Subinterfaces:
GeneralGraphics2DImagePainter
public interface Graphics2DImagePainter
This interface is used to paint vector graphic images. Components that can paint using
a Graphics2D instance (i.e. Java2D) can implement this interface to paint themselves.
Method Detail
paint
void paint(Graphics2D g2d,
Rectangle2D area)
Called to paint the image. Implementations should scale so the image is
painted fully inside the given area indicated by then Rectangle2D object.
Parameters:
g2d
- the Graphics2D instance to paint on
area
- the target area for the image (in target device units)
getImageSize
Dimension getImageSize()
Returns:
the dimensions (intrinsic size) of the image to be painted in millipoints
xmlgraphics-commons 2.0.1
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright 1999-2015 The Apache Software Foundation. All Rights Reserved.