Uses of Class
org.eclipse.draw2d.graph.Node
Packages that use Node
-
Uses of Node in org.eclipse.draw2d.graph
Subclasses of Node in org.eclipse.draw2d.graphModifier and TypeClassDescriptionclass
A Node which may contain other nodes.class
Deprecated.virtual nodes of an edge should be cast to Node.Fields in org.eclipse.draw2d.graph declared as NodeModifier and TypeFieldDescriptionVirtualNode.next
Deprecated.The next node.VirtualNode.prev
Deprecated.The previous node.Edge.source
The source Node.Edge.target
The target Node.Methods in org.eclipse.draw2d.graph that return NodeModifier and TypeMethodDescriptionNode.getLeft()
Returns a reference to a node located left from this oneDirectedGraph.getNode
(int rank, int index) NodeList.getNode
(int index) Deprecated, for removal: This API element is subject to removal in a future version.use UseArrayList.get(int)
instead.Node.getRight()
Returns a reference to a node located right from this oneFor internal use only.Methods in org.eclipse.draw2d.graph with parameters of type NodeModifier and TypeMethodDescriptionvoid
Adds the given node to this subgraph.DirectedGraph.getPadding
(Node node) Returns the effective padding for the given node.For internal use only.void
DirectedGraph.removeNode
(Node node) Removes the given node from the graph.void
Sets the source node and adds this edge to the new source's outgoing edges.void
Sets the target node and adds this edge to the new target's incoming edges.Constructors in org.eclipse.draw2d.graph with parameters of type NodeModifierConstructorDescriptionConstructs a new edge with the given data object, source, and target node.Constructs a new edge with the given source and target nodes.Constructs a new edge with the given source, target, delta, and weight.