gnu.kawa.models

Class FillShape

public class FillShape extends Object implements Paintable

Constructor Summary
FillShape(Shape shape)
Method Summary
Rectangle2DgetBounds2D()
voidpaint(Graphics2D graphics)
Paintabletransform(AffineTransform tr)

Constructor Detail

FillShape

public FillShape(Shape shape)

Method Detail

getBounds2D

public Rectangle2D getBounds2D()

paint

public void paint(Graphics2D graphics)

transform

public Paintable transform(AffineTransform tr)