JaxoBlob
, JaxoBox
, JaxoFillObject
, JaxoVertexT2
, JaxoVertexT5
public interface JaxoFillColorObject
Modifier and Type | Method | Description |
---|---|---|
java.awt.Color |
getFillColor() |
Returns the fill color of this object.
|
boolean |
isFilled() |
Determines if the object is actually filled.
|
void |
setFillColor(java.awt.Color color) |
Sets the fill color of this object.
|
void |
setFilled(boolean value) |
Determines if the object should be filled.
|
java.awt.Color getFillColor()
void setFillColor(java.awt.Color color)
color
- The fillcolor.boolean isFilled()
void setFilled(boolean value)
value
- True if the fillcolor should be used.Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.