|
||||||||||
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.NodeWall
An example subclass of NetNode for use in the EquipmentApplet demo. This class resents a wall outlet that can power computers and printers.
EquipmentApplet
,
Serialized FormField Summary |
Fields inherited from class org.tigris.gef.graph.presentation.NetNode |
_ports |
Fields inherited from class org.tigris.gef.graph.presentation.NetPrimitive |
_changeSup, _highlight |
Constructor Summary | |
NodeWall()
|
Method Summary | |
java.lang.String |
getId()
|
void |
initialize(java.util.Hashtable args)
Initialize a new NodeWall. |
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.graph.presentation.NetNode |
addPort, canConnectTo, dispose, 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 NodeWall()
Method Detail |
public java.lang.String getId()
getId
in class NetPrimitive
public void initialize(java.util.Hashtable args)
initialize
in interface GraphNodeHooks
initialize
in class NetNode
public org.tigris.gef.presentation.FigNode makePresentation(Layer lay)
NetNode
makePresentation
in class NetNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |