Package gnu.kawa.models
Interface Picture
-
- All Known Implementing Classes:
DrawImage
,DrawShape
,FillShape
,PBox
,WithComposite
,WithPaint
,WithTransform
public interface Picture
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rectangle2D
getBounds2D()
void
paint(Graphics2D graphics)
Picture
transform(AffineTransform tr)
void
visit(PictureVisitor visitor)
-
-
-
Method Detail
-
paint
void paint(Graphics2D graphics)
-
getBounds2D
Rectangle2D getBounds2D()
-
transform
Picture transform(AffineTransform tr)
-
visit
void visit(PictureVisitor visitor)
-
-