gnu.kawa.models
Class WithComposite

java.lang.Object
  extended by gnu.kawa.models.WithComposite
All Implemented Interfaces:
Paintable

public class WithComposite
extends java.lang.Object
implements Paintable


Constructor Summary
WithComposite()
           
 
Method Summary
 java.awt.geom.Rectangle2D getBounds2D()
           
static WithComposite make(java.lang.Object[] arguments)
           
static WithComposite make(Paintable[] paintable, java.awt.Composite[] composite)
           
static WithComposite make(Paintable paintable, java.awt.Composite composite)
           
 void paint(java.awt.Graphics2D graphics)
           
 Paintable transform(java.awt.geom.AffineTransform tr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WithComposite

public WithComposite()
Method Detail

make

public static WithComposite make(Paintable paintable,
                                 java.awt.Composite composite)

make

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

make

public static WithComposite make(java.lang.Object[] arguments)

paint

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

getBounds2D

public java.awt.geom.Rectangle2D getBounds2D()
Specified by:
getBounds2D in interface Paintable

transform

public Paintable transform(java.awt.geom.AffineTransform tr)
Specified by:
transform in interface Paintable