edu.umd.cs.jazz.component
Interface ZFillPaint
- All Superinterfaces:
- ZAppearance
- All Known Implementing Classes:
- ZBasicVisualComponent
- public interface ZFillPaint
- extends ZAppearance
ZFillPaint represents the "fill paint" attribute of a visual component.
Any visual components that support a fill paint should implement this interface.
- Author:
- Jesse Grosjean
Method Summary |
java.awt.Paint |
getFillPaint()
Get the fill paint of this visual component. |
void |
setFillPaint(java.awt.Paint aPaint)
Set the fill paint of this visual component. |
getFillPaint
public java.awt.Paint getFillPaint()
- Get the fill paint of this visual component.
- Returns:
- the fill paint, or null if none.
setFillPaint
public void setFillPaint(java.awt.Paint aPaint)
- Set the fill paint of this visual component.
- Parameters:
aPaint
- the fill paint, or null if none.
Copyright © 2001 by University of Maryland, College Park, MD 20742, USA All rights reserved.