uci.gef.demo
Class SampleEdge2

java.lang.Object
  |
  +--uci.gef.NetPrimitive
        |
        +--uci.gef.NetEdge
              |
              +--uci.gef.demo.SampleEdge2

public class SampleEdge2
extends NetEdge

A sample NetEdge subclass for use in the Example application.

See Also:
Serialized Form

Fields inherited from class uci.gef.NetEdge
_destPort, _ports, _sourcePort
 
Fields inherited from class uci.gef.NetPrimitive
_changeSup, _highlight
 
Constructor Summary
SampleEdge2()
          Construct a new SampleEdge2.
 
Method Summary
 FigEdge makePresentation(Layer lay)
           
 
Methods inherited from class uci.gef.NetEdge
connect, dispose, getDestPort, getPorts, getSourcePort, otherEnd, presentationFor, setDestPort, setPorts, setSourcePort
 
Methods inherited from class uci.gef.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
 

Constructor Detail

SampleEdge2

public SampleEdge2()
Construct a new SampleEdge2.
Method Detail

makePresentation

public FigEdge makePresentation(Layer lay)
Overrides:
makePresentation in class NetEdge