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