Package jcckit.graphic
Interface FillAttributes
-
- All Superinterfaces:
GraphicAttributes
- All Known Implementing Classes:
BasicGraphicAttributes
,ShapeAttributes
public interface FillAttributes extends GraphicAttributes
Interface for fill attributes.- Author:
- Franz-Josef Elmer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getFillColor()
Returns the fill color.
-
-
-
Method Detail
-
getFillColor
Color getFillColor()
Returns the fill color.- Returns:
- null means no filling.
-
-