java.lang.Object
gnu.kawa.models.DrawImage
public class DrawImage
extends java.lang.Object
implements Paintable
DrawImage(BufferedImage image)
Rectangle2D
getBounds2D()
void
paint(Graphics2D graphics)
Paintable
transform(AffineTransform tr)
public DrawImage(BufferedImage image)
public Rectangle2D getBounds2D()
Specified by:getBounds2D in interface Paintable
public void paint(Graphics2D graphics)
Specified by:paint in interface Paintable
public Paintable transform(AffineTransform tr)
Specified by:transform in interface Paintable