| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getFillColor()
Returns the color used to display the filled region of this object.
|
boolean |
isFilled()
Returns whether this object is filled.
|
void |
setFillColor(java.awt.Color c)
Sets the color used to display the filled region of this object.
|
void |
setFilled(boolean fill)
Sets whether this object is filled.
|
void setFilled(boolean fill)
fill - true if the object should be filled, false for an outlineboolean isFilled()
void setFillColor(java.awt.Color c)
color - The color used to display the filled region of this objectjava.awt.Color getFillColor()
getFillColor returns the color of the
object.