public interface PointImage extends IPointImage
Modifier and Type | Method and Description |
---|---|
void |
draw(PointGraphics g,
double x,
double y,
PointRect destArea,
int options)
Draw the PointImage to the PointGraphics, specifying the destination area
that is to be drawn on the PointGraphics - all other sections of the image will
be clipped.
|
draw, getPixels, getPointHeight, getPointWidth
void draw(PointGraphics g, double x, double y, PointRect destArea, int options)
g
- the destination PointGraphics.x
- the x location where the top left corner of the PointImage would be
if the entire image was drawn.y
- the y location where the top left corner of the PointImage would be
if the entire image was drawn.destArea
- the destination area being updated on the PointGraphics. Only this
area will be drawn.options
- draw options - none are currently defined.