|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.display.renderer.SimpleRenderer
Constructor Summary | |
SimpleRenderer()
|
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 |
abstract java.lang.String |
getRendererName()
Returns a descriptive name for this renderer. |
void |
setNode(Node inNode)
Set the configuration information for this renderer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleRenderer()
Method Detail |
public void beginDraw()
beginDraw
in interface Renderer
public boolean drawShape(Record inRecord, java.awt.Graphics inGraphics, Converter inConverter, Shader inShader)
drawShape
in interface Renderer
public boolean drawShapeHighlight(Record inRecord, java.awt.Graphics inGraphics, Converter inConverter, Shader inShader)
drawShapeHighlight
in interface Renderer
public void endDraw()
endDraw
in interface Renderer
public Node getNode()
getNode
in interface Renderer
public abstract java.lang.String getRendererName()
getRendererName
in interface Renderer
public void setNode(Node inNode) throws java.lang.Exception
setNode
in interface Renderer
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |