|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TransformableContent
The requirements of transformable static described visual content
| Method Summary | |
|---|---|
void |
setColor(java.awt.Color color)
Set the Color to use for stroking |
void |
setPaint(java.awt.Paint paint)
Set the Paint to use for filling |
void |
setStroke(java.awt.Stroke stroke)
Set the Stroke to use |
| Methods inherited from interface visual.statik.TransformableContent |
|---|
getBounds2D, setLocation, setRotation, setScale |
| Methods inherited from interface visual.statik.SimpleContent |
|---|
render |
| Method Detail |
|---|
void setColor(java.awt.Color color)
color - The Color to use (or null to prevent stroking)void setPaint(java.awt.Paint paint)
paint - The Paint to use (or null to prevent filling)void setStroke(java.awt.Stroke stroke)
stroke - The Stroke to use (or null to use the default)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||