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