java.lang.Object
gnu.kawa.models.WithTransform
public class WithTransform
extends java.lang.Object
implements Paintable
WithTransform(Paintable paintable, AffineTransform transform)
Rectangle2D
getBounds2D()
void
paint(Graphics2D graphics)
Paintable
transform(AffineTransform tr)
public WithTransform(Paintable paintable, AffineTransform transform)
public Rectangle2D getBounds2D()
Specified by:getBounds2D in interface Paintable
public void paint(Graphics2D graphics)
Specified by:paint in interface Paintable
public Paintable transform(AffineTransform tr)
Specified by:transform in interface Paintable