Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.objectstyle.ashwood.graph.layout
Class SubgraphPartition  view SubgraphPartition download SubgraphPartition.java

java.lang.Object
  extended byorg.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)