gnu.kawa.models

Interface Paintable

Known Implementing Classes:
DrawImage, DrawShape, FillShape, WithComposite, WithPaint, WithTransform

public interface Paintable

Method Summary

Rectangle2D
getBounds2D()
void
paint(Graphics2D graphics)
Paintable
transform(AffineTransform tr)

Method Details

getBounds2D

public Rectangle2D getBounds2D()

paint

public void paint(Graphics2D graphics)

transform

public Paintable transform(AffineTransform tr)