|
|||||||||
| 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()
Returns the color used to display the filled region of this object. |
boolean |
isFilled()
Returns whether this object is filled. |
void |
setFillColor(Color color)
Sets the color used to display the filled region of this object. |
void |
setFilled(boolean fill)
Sets whether this object is filled. |
| Method Detail |
|---|
Color getFillColor()
getFillColor returns the color of the
object.
boolean isFilled()
void setFillColor(Color color)
color - The color used to display the filled region of this objectvoid setFilled(boolean fill)
fill - true if the object should be filled, false for an outline
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||