public static class DefaultSubgraph.PrunedSuccessorsSubgraphFactory extends java.lang.Object implements SubgraphFactory
PrunedSuccessorsSubgraph
. It creates one subgraph for
a whole graph and throws every node into it.Constructor and Description |
---|
DefaultSubgraph.PrunedSuccessorsSubgraphFactory() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.gef4.layout.interfaces.SubgraphLayout |
createSubgraph(org.eclipse.gef4.layout.interfaces.NodeLayout[] nodes,
org.eclipse.gef4.layout.interfaces.LayoutContext context) |
void |
updateLabelForNode(org.eclipse.gef4.zest.core.widgets.InternalNodeLayout node)
Updates a label for given node (creates the label if necessary).
|
public DefaultSubgraph.PrunedSuccessorsSubgraphFactory()
public org.eclipse.gef4.layout.interfaces.SubgraphLayout createSubgraph(org.eclipse.gef4.layout.interfaces.NodeLayout[] nodes, org.eclipse.gef4.layout.interfaces.LayoutContext context)
createSubgraph
in interface SubgraphFactory
public void updateLabelForNode(org.eclipse.gef4.zest.core.widgets.InternalNodeLayout node)
node
- node to updateCopyright (c) 2014 itemis AG and others. All rights reserved.