|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ZFillPaint represents the "fill paint" attribute of a visual component. Any visual components that support a fill paint should implement this interface.
Method Summary | |
java.awt.Paint |
getFillPaint()
Get the fill paint of this visual component. |
void |
setFillPaint(java.awt.Paint aPaint)
Set the fill paint of this visual component. |
Method Detail |
public java.awt.Paint getFillPaint()
public void setFillPaint(java.awt.Paint aPaint)
aPaint
- the fill paint, or null if none.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |