|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JaxoFillColorObject
An interface for objects that have a fill color.
Method Summary | |
---|---|
Color |
getFillColor()
Returns the fill color of this object. |
boolean |
isFilled()
Determines if the object is actually filled. |
void |
setFillColor(Color color)
Sets the fill color of this object. |
void |
setFilled(boolean value)
Determines if the object should be filled. |
Method Detail |
---|
Color getFillColor()
void setFillColor(Color color)
color
- The fillcolor.boolean isFilled()
void setFilled(boolean value)
value
- True if the fillcolor should be used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |