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 java.awt.Color
getFillColor()
Returns the fill color.
-