|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tigris.gef.graph.presentation.NetPrimitive
org.tigris.gef.graph.presentation.NetEdge
org.tigris.gef.demo.SampleEdge
A sample NetEdge subclass for use in the demos. This edge is drawn with an arrowhead.
| Field Summary |
| Fields inherited from class org.tigris.gef.graph.presentation.NetEdge |
_destPort, _ports, _sourcePort |
| Fields inherited from class org.tigris.gef.graph.presentation.NetPrimitive |
_changeSup, _highlight |
| Constructor Summary | |
SampleEdge()
Construct a new SampleEdge. |
|
| Method Summary | |
java.lang.String |
getId()
|
org.tigris.gef.presentation.FigEdge |
makePresentation(Layer lay)
Abstract method that returns a FigEdge to represent this edge in a given Layer. |
| Methods inherited from class org.tigris.gef.graph.presentation.NetEdge |
connect, dispose, getDestPort, getPorts, getSourcePort, otherEnd, presentationFor, setDestPort, setPorts, setSourcePort |
| Methods inherited from class org.tigris.gef.graph.presentation.NetPrimitive |
addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, getHighlight, removePropertyChangeListener, setHighlight |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.tigris.gef.graph.GraphEdgeHooks |
addPropertyChangeListener, removePropertyChangeListener, setHighlight |
| Constructor Detail |
public SampleEdge()
| Method Detail |
public java.lang.String getId()
getId in class NetPrimitivepublic org.tigris.gef.presentation.FigEdge makePresentation(Layer lay)
NetEdge
makePresentation in class NetEdge
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||