gnu.kawa.models

Class DrawShape

public class DrawShape extends Object implements Paintable

Constructor Summary
DrawShape(Shape shape)
Method Summary
Rectangle2DgetBounds2D()
voidpaint(Graphics2D graphics)
Paintabletransform(AffineTransform tr)

Constructor Detail

DrawShape

public DrawShape(Shape shape)

Method Detail

getBounds2D

public Rectangle2D getBounds2D()

paint

public void paint(Graphics2D graphics)

transform

public Paintable transform(AffineTransform tr)