uci.graph
Class DefaultGraphEdgeRenderer
java.lang.Object
|
+--uci.graph.DefaultGraphEdgeRenderer
- public class DefaultGraphEdgeRenderer
- extends Object
- implements GraphEdgeRenderer, Serializable
An interface for FigEdge factories. Similiar in concept to the
Swing class TreeCellRenderer.
- See Also:
NetEdge.presentationFor(uci.gef.Layer),
uci.graph.demo.TranscriptionRenderer, Serialized Form
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DefaultGraphEdgeRenderer
public DefaultGraphEdgeRenderer()
getFigEdgeFor
public FigEdge getFigEdgeFor(GraphModel graph,
Layer lay,
Object edge)
- Return a Fig that can be used to represent the given Edge
- Specified by:
- getFigEdgeFor in interface GraphEdgeRenderer