gnu.kawa.models

Class WithComposite

Implemented Interfaces:
Paintable

public class WithComposite
extends java.lang.Object
implements Paintable

Method Summary

Rectangle2D
getBounds2D()
static WithComposite
make(Object[] arguments)
static WithComposite
make(Paintable paintable, Composite composite)
static WithComposite
make(Paintable[] paintable, Composite[] composite)
void
paint(Graphics2D graphics)
Paintable
transform(AffineTransform tr)

Method Details

getBounds2D

public Rectangle2D getBounds2D()
Specified by:
getBounds2D in interface Paintable

make

public static WithComposite make(Object[] arguments)

make

public static WithComposite make(Paintable paintable,
                                 Composite composite)

make

public static WithComposite make(Paintable[] paintable,
                                 Composite[] composite)

paint

public void paint(Graphics2D graphics)
Specified by:
paint in interface Paintable

transform

public Paintable transform(AffineTransform tr)
Specified by:
transform in interface Paintable