uci.gef.demo
Class SampleNode2

java.lang.Object
  |
  +--uci.gef.NetPrimitive
        |
        +--uci.gef.NetNode
              |
              +--uci.gef.demo.SampleNode
                    |
                    +--uci.gef.demo.SampleNode2

public class SampleNode2
extends SampleNode
implements Serializable

An example subclass of NetNode for use in the demos.

See Also:
BasicApplication, Serialized Form

Fields inherited from class uci.gef.demo.SampleNode
_number, east, north, south, west
 
Fields inherited from class uci.gef.NetNode
_ports
 
Fields inherited from class uci.gef.NetPrimitive
_changeSup, _highlight
 
Constructor Summary
SampleNode2()
           
 
Method Summary
 FigNode makePresentation(Layer lay)
           
 
Methods inherited from class uci.gef.demo.SampleNode
getId, getNumber, initialize, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased
 
Methods inherited from class uci.gef.NetNode
addPort, canConnectTo, dispose, getAttributes, getPort, getPorts, postConnect, postDisconnect, postPlacement, presentationFor, setPorts
 
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

SampleNode2

public SampleNode2()
Method Detail

makePresentation

public FigNode makePresentation(Layer lay)
Overrides:
makePresentation in class SampleNode