jcckit.graphic
Interface FillAttributes

All Superinterfaces:
GraphicAttributes
All Known Implementing Classes:
ShapeAttributes

public interface FillAttributes
extends GraphicAttributes

Interface for fill attributes.

Author:
Franz-Josef Elmer

Method Summary
 java.awt.Color getFillColor()
          Returns the fill color.
 

Method Detail

getFillColor

public java.awt.Color getFillColor()
Returns the fill color.

Returns:
null means no filling.