|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
beginDraw()
Called before the layer is initially drawn to allow the renderer to prepare for rendering. |
boolean |
drawShape(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draw the shape. |
boolean |
drawShapeHighlight(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Highlight the shape. |
void |
endDraw()
Called after the layer has completed rendering. |
Node |
getNode()
Get the configuration information for this renderer |
java.lang.String |
getRendererName()
Returns a descriptive name for this renderer. |
void |
setNode(Node inNode)
Set the configuration information for this renderer |
Method Detail |
public java.lang.String getRendererName()
public void beginDraw()
public void endDraw()
public boolean drawShape(Record inRecord, java.awt.Graphics inGraphics, Converter inConverter, Shader inShader)
public boolean drawShapeHighlight(Record inRecord, java.awt.Graphics inGraphics, Converter inConverter, Shader inShader)
public Node getNode()
public void setNode(Node inNode) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |