edu.umd.cs.jazz.component
Interface ZFillColor

All Superinterfaces:
ZAppearance
All Known Implementing Classes:
ZBasicVisualComponent, ZCamera

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.

Author:
Benjamin B. Bederson

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.


Copyright � 2003 by University of Maryland, College Park, MD 20742, USA All rights reserved.