gnu.kawa.models

Interface Paintable

public interface Paintable

Method Summary
Rectangle2DgetBounds2D()
voidpaint(Graphics2D graphics)
Paintabletransform(AffineTransform tr)

Method Detail

getBounds2D

public Rectangle2D getBounds2D()

paint

public void paint(Graphics2D graphics)

transform

public Paintable transform(AffineTransform tr)