|
Jazz API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ZStroke represents the "stroke" attribute of a visual component. Any visual components that support a stroke should implement this interface. A stroke describes the rendering details of drawing a path - including details such as pen width, join style, cap style, and dashes.
| Method Summary | |
float |
getPenWidth()
Get the width of the pen used to draw the visual component. |
java.awt.Stroke |
getStroke()
Get the stroke used to draw the visual component. |
void |
setPenWidth(float width)
Set the width of the pen used to draw the visual component. |
void |
setStroke(java.awt.Stroke stroke)
Set the stroke used to draw the visual component. |
| Method Detail |
public float getPenWidth()
public void setPenWidth(float width)
width - the pen width.public java.awt.Stroke getStroke()
public void setStroke(java.awt.Stroke stroke)
stroke - the stroke.
|
Jazz API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||