|
||||||||||
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.SampleEdge2
A sample NetEdge subclass for use in the Example application.
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 | |
SampleEdge2()
Construct a new SampleEdge2. |
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, deleteFromModel, 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 SampleEdge2()
Method Detail |
public java.lang.String getId()
getId
in class NetPrimitive
public 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 |