Constructor and Description |
---|
WithComposite() |
Modifier and Type | Method and Description |
---|---|
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) |
public static WithComposite make(Paintable paintable, java.awt.Composite composite)
public static WithComposite make(Paintable[] paintable, java.awt.Composite[] composite)
public static WithComposite make(java.lang.Object[] arguments)
public java.awt.geom.Rectangle2D getBounds2D()
getBounds2D
in interface Paintable