|
|||||||||
| Home >> All >> org >> objectstyle >> ashwood >> graph >> [ layout overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.objectstyle.ashwood.graph.layout
Class SubgraphPartition

java.lang.Objectorg.objectstyle.ashwood.graph.layout.SubgraphPartition
- public class SubgraphPartition
- extends java.lang.Object
| Field Summary | |
private NestedSubgraph |
root
|
| Constructor Summary | |
SubgraphPartition()
|
|
| Method Summary | |
void |
groupVertices(Layer layer)
|
void |
insertBorderSegments(Layer[] layers)
|
void |
setPartition(NestedSubgraph root)
|
void |
untwineSubgraphs(Layer[] layers)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
root
private NestedSubgraph root
| Constructor Detail |
SubgraphPartition
public SubgraphPartition()
| Method Detail |
setPartition
public void setPartition(NestedSubgraph root)
groupVertices
public void groupVertices(Layer layer)
untwineSubgraphs
public void untwineSubgraphs(Layer[] layers)
insertBorderSegments
public void insertBorderSegments(Layer[] layers)
|
|||||||||
| Home >> All >> org >> objectstyle >> ashwood >> graph >> [ layout overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.objectstyle.ashwood.graph.layout.SubgraphPartition