java.lang.Object
gnu.kawa.models.DrawShape
public class DrawShape
extends java.lang.Object
implements Paintable
DrawShape(Shape shape)
Rectangle2D
getBounds2D()
void
paint(Graphics2D graphics)
Paintable
transform(AffineTransform tr)
public DrawShape(Shape shape)
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