|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for FigEdge factories. Similiar in concept to the Swing class TreeCellRenderer.
Method Summary | |
org.tigris.gef.presentation.FigEdge |
getFigEdgeFor(GraphModel graphmodel,
Layer layer,
java.lang.Object edge,
java.util.Map attributeMap)
Factory for a FigEdge that can be used to represent the given edge |
org.tigris.gef.presentation.FigEdge |
getFigEdgeFor(java.lang.Object edge,
java.util.Map attributeMap)
Factory for a FigEdge that can be used to represent the given edge |
Method Detail |
public org.tigris.gef.presentation.FigEdge getFigEdgeFor(GraphModel graphmodel, Layer layer, java.lang.Object edge, java.util.Map attributeMap)
graphmodel
- the model in which to place the FigEdgelayer
- the layer in which to place the FigEdgeedge
- the model element from which to create the FigEdgeattributeMap
- an optional map of attributes to style the fig.
return the new FigEdgepublic org.tigris.gef.presentation.FigEdge getFigEdgeFor(java.lang.Object edge, java.util.Map attributeMap)
edge
- the model element from which to create the FigEdgeattributeMap
- an optional map of attributes to style the fig.
return the new FigEdge
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |