Uses of Class
org.eclipse.draw2d.graph.Node
Packages that use Node
- 
Uses of Node in org.eclipse.draw2d.graphSubclasses of Node in org.eclipse.draw2d.graphModifier and TypeClassDescriptionclassA Node which may contain other nodes.classDeprecated.virtual nodes of an edge should be cast to Node.Fields in org.eclipse.draw2d.graph declared as NodeModifier and TypeFieldDescriptionVirtualNode.nextDeprecated.The next node.VirtualNode.prevDeprecated.The previous node.Edge.sourceThe source Node.Edge.targetThe 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 TypeMethodDescriptionvoidAdds the given node to this subgraph.DirectedGraph.getPadding(Node node) Returns the effective padding for the given node.For internal use only.voidDirectedGraph.removeNode(Node node) Removes the given node from the graph.voidSets the source node and adds this edge to the new source's outgoing edges.voidSets 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.