|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphNodeRenderer
An interface for FigNode factories. Similiar in concept to the Swing class TreeCellRenderer.
Method Summary | |
---|---|
FigNode |
getFigNodeFor(GraphModel graphmodel,
Layer layer,
java.lang.Object node,
java.util.Map attributeMap)
Factory for a FigNode that can be used to represent the given node |
FigNode |
getFigNodeFor(java.lang.Object node,
java.util.Map attributeMap)
Factory for a FigNode that can be used to represent the given node |
Method Detail |
---|
FigNode getFigNodeFor(GraphModel graphmodel, Layer layer, java.lang.Object node, java.util.Map attributeMap)
graphmodel
- the model in which to place the FigNodelayer
- the layer in which to place the FigNodenode
- the model element from which to create the FigNodeattributeMap
- an optional map of attributes to style the fig.
return the new FigNodeFigNode getFigNodeFor(java.lang.Object node, java.util.Map attributeMap)
node
- the model element from which to create the FigNodeattributeMap
- an optional map of attributes to style the fig.
return the new FigNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |