|
||||||||||
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.NetNode
org.tigris.gef.demo.SampleNode
org.tigris.gef.demo.SampleNode2
An example subclass of NetNode for use in the demos.
BasicApplication
,
Serialized FormField Summary |
Fields inherited from class org.tigris.gef.demo.SampleNode |
_number, east, north, south, west |
Fields inherited from class org.tigris.gef.graph.presentation.NetPrimitive |
_changeSup, _highlight |
Constructor Summary | |
SampleNode2()
|
Method Summary | |
org.tigris.gef.presentation.FigNode |
makePresentation(Layer lay)
Construct and return a new FigNode to present this NetNode in the given Layer. |
Methods inherited from class org.tigris.gef.demo.SampleNode |
getId, getNumber, initialize, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased |
Methods inherited from class org.tigris.gef.graph.presentation.NetNode |
addPort, canConnectTo, deleteFromModel, getAttributes, getPort, getPorts, postConnect, postDisconnect, postPlacement, presentationFor, setPorts |
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.GraphNodeHooks |
addPropertyChangeListener, removePropertyChangeListener, setHighlight |
Constructor Detail |
public SampleNode2()
Method Detail |
public org.tigris.gef.presentation.FigNode makePresentation(Layer lay)
NetNode
makePresentation
in class SampleNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |