Uses of Class
org.eclipse.draw2d.graph.Subgraph
Packages that use Subgraph
-
Uses of Subgraph in org.eclipse.draw2d.graph
Methods in org.eclipse.draw2d.graph that return SubgraphModifier and TypeMethodDescriptionNode.getParent()
Returns the parent Subgraph ornull
if there is no parent.Methods in org.eclipse.draw2d.graph with parameters of type SubgraphConstructors in org.eclipse.draw2d.graph with parameters of type SubgraphModifierConstructorDescriptionConstructs a node with the given data object and parent subgraph.Constructs a node inside the given subgraph.Constructs a new subgraph with the given data object and parent subgraph.VirtualNode
(Object o, Subgraph parent) Deprecated.Constructor.