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
| 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 java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SampleNode2
public SampleNode2()
makePresentation
public FigNode makePresentation(Layer lay)
- Overrides:
- makePresentation in class SampleNode