|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fcmodeler.view.NodeFigureRenderer
A factory used to create a Figure
using a specified Node
.
This implementation of the NodeRenderer
interface creates instances
of NodeFigure
.
Constructor Summary | |
NodeFigureRenderer()
Creates a new NodeFigureRenderer. |
Method Summary | |
diva.canvas.Figure |
render(diva.graph.model.Node node)
Creates a NodeFigure to be used as a visual representation for the
specified Node . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NodeFigureRenderer()
Method Detail |
public diva.canvas.Figure render(diva.graph.model.Node node)
NodeFigure
to be used as a visual representation for the
specified Node
.render
in interface diva.graph.NodeRenderer
node
- the node to render.Node
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |