|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Renders the shape of a ShapeNode.
Method Summary | |
java.awt.Shape |
getPaintedArea(GraphicsNodeRenderContext rc)
Returns the area painted by this painter |
java.awt.Shape |
getShape()
Gets the Shape this painter is associated with. |
void |
paint(java.awt.Graphics2D g2d,
GraphicsNodeRenderContext ctx)
Paints the specified shape using the specified Graphics2D and context. |
void |
setShape(java.awt.Shape shape)
Sets the Shape this painter is associated with. |
Method Detail |
public void paint(java.awt.Graphics2D g2d, GraphicsNodeRenderContext ctx)
g2d
- the Graphics2D to usectx
- the render context to usepublic java.awt.Shape getPaintedArea(GraphicsNodeRenderContext rc)
public void setShape(java.awt.Shape shape)
shape
- new shape this painter should be associated with.
should not be null.public java.awt.Shape getShape()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |