uci.gef.demo
Class SampleEdge

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

public class SampleEdge
extends NetEdge

A sample NetEdge subclass for use in the demos. This edge is drawn with an arrowhead.

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
SampleEdge()
          Construct a new SampleEdge.
 
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

SampleEdge

public SampleEdge()
Construct a new SampleEdge.
Method Detail

makePresentation

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