Package gnu.kawa.models
Class FillShape
- java.lang.Object
-
- gnu.kawa.models.FillShape
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rectangle2D
getBounds2D()
Shape
getShape()
void
paint(Graphics2D graphics)
Picture
transform(AffineTransform tr)
void
visit(PictureVisitor visitor)
-
-
-
Constructor Detail
-
FillShape
public FillShape(Shape shape)
-
-
Method Detail
-
getShape
public Shape getShape()
-
paint
public void paint(Graphics2D graphics)
-
getBounds2D
public Rectangle2D getBounds2D()
- Specified by:
getBounds2D
in interfacePicture
-
transform
public Picture transform(AffineTransform tr)
-
visit
public void visit(PictureVisitor visitor)
-
-