Jazz API Documentation

edu.umd.cs.jazz.component
Interface ZFillColor

All Superinterfaces:
ZAppearance
All Known Implementing Classes:
ZCamera, ZEllipse, ZRectangle, ZShape, ZPolygon

public interface ZFillColor
extends ZAppearance

ZFillColor represents the "fill color" attribute of a visual component. Any visual components that support a fill color should implement this interface.


Method Summary
 java.awt.Color getFillColor()
          Get the fill color of this visual component.
 void setFillColor(java.awt.Color color)
          Set the fill color of this visual component.
 

Method Detail

setFillColor

public void setFillColor(java.awt.Color color)
Set the fill color of this visual component.
Parameters:
color - the fill color, or null if none.

getFillColor

public java.awt.Color getFillColor()
Get the fill color of this visual component.
Returns:
the fill color, or null if none.

Jazz API Documentation