|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies the characteristics of a graphical object that supports filling.
Method Summary | |
Color | getFillColor() |
boolean | isFilled() |
void | setFillColor(Color c) |
void | setFilled(boolean fill) |
Method Detail |
public Color getFillColor()
Usage: | Color color = gobj.getFillColor(); |
Returns: | The color used to display the filled region of this object |
public boolean isFilled()
Usage: | if (gobj.isFilled()) . . . |
Returns: | The color used to display the object |
public void setFillColor(Color c)
Usage: | gobj.setFillColor(color); | ||
Parameter: |
|
public void setFilled(boolean fill)
Usage: | gobj.setFilled(fill); | ||
Parameter: |
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |