Interface JaxoFillColorObject
- All Known Implementing Classes:
JaxoBlob, JaxoBox, JaxoFillObject, JaxoVertexT2, JaxoVertexT5
public interface JaxoFillColorObject
An interface for objects that have a fill color.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the fill color of this object.booleanisFilled()Determines if the object is actually filled.voidsetFillColor(Color color) Sets the fill color of this object.voidsetFilled(boolean value) Determines if the object should be filled.
-
Method Details
-
getFillColor
-
setFillColor
Sets the fill color of this object.- Parameters:
color- The fillcolor.
-
isFilled
boolean isFilled()Determines if the object is actually filled.- Returns:
- True if the fillColor is used.
-
setFilled
void setFilled(boolean value) Determines if the object should be filled.- Parameters:
value- True if the fillcolor should be used.
-