|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ZPenColor represents the "pen color" attribute of a visual component. Any visual components that support a pen color should implement this interface.
Method Summary | |
java.awt.Color |
getPenColor()
Get the pen color of this visual component. |
void |
setPenColor(java.awt.Color color)
Set the pen color of this visual component. |
Method Detail |
public void setPenColor(java.awt.Color color)
color
- the pen color, or null if none.public java.awt.Color getPenColor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |