public interface GJFillableInterface<T,U>
Modifier and Type | Method and Description |
---|---|
U |
getAreaPaint()
Returns the object used to paint the area e.g.
|
T |
getFillable()
Returns a shape representing the area to be filled
|
float |
getFillAlpha() |
java.awt.AlphaComposite |
getFillComposite() |
void |
setAreaPaint(U paint)
Sets the object used to paint the area e.g.
|
void |
setFillAlpha(float alpha) |
void |
setFillComposite(java.awt.AlphaComposite composite) |
T getFillable()
U getAreaPaint()
void setAreaPaint(U paint)
java.awt.AlphaComposite getFillComposite()
void setFillComposite(java.awt.AlphaComposite composite)
composite
- the composite to setfloat getFillAlpha()
void setFillAlpha(float alpha)