gnu.kawa.models
Interface Paintable

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

public interface Paintable


Method Summary
 java.awt.geom.Rectangle2D getBounds2D()
           
 void paint(java.awt.Graphics2D graphics)
           
 Paintable transform(java.awt.geom.AffineTransform tr)
           
 

Method Detail

paint

void paint(java.awt.Graphics2D graphics)

getBounds2D

java.awt.geom.Rectangle2D getBounds2D()

transform

Paintable transform(java.awt.geom.AffineTransform tr)