Uses of Class
org.wilmascope.control.GraphControl.Cluster

Packages that use GraphControl.Cluster
org.wilmascope.columnlayout   
org.wilmascope.control   
org.wilmascope.dotlayout   
org.wilmascope.fastlayout   
org.wilmascope.forcelayout   
org.wilmascope.graphgen   
org.wilmascope.gui   
org.wilmascope.multiscalelayout   
 

Uses of GraphControl.Cluster in org.wilmascope.columnlayout
 

Methods in org.wilmascope.columnlayout that return GraphControl.Cluster
 GraphControl.Cluster ColumnCluster.getClusterFacade()
           
 

Constructors in org.wilmascope.columnlayout with parameters of type GraphControl.Cluster
ColumnCluster(GraphControl.Cluster root, float initValue, float bottomRadius, int initLevel, java.lang.String clusterViewType, java.lang.String nodeViewType)
           
ColumnCluster(java.lang.String label, GraphControl.Cluster root, float initValue, float bottomRadius, int initLevel, java.lang.String nodeViewType)
           
 

Uses of GraphControl.Cluster in org.wilmascope.control
 

Methods in org.wilmascope.control that return GraphControl.Cluster
 GraphControl.Cluster GraphControl.Cluster.addCluster()
          Create a new cluster and add it as a member of this cluster
 GraphControl.Cluster GraphControl.Cluster.addCluster(java.lang.String viewType)
          Create a new cluster and add it as a member of this cluster
 GraphControl.Cluster GraphControl.Cluster.addCluster(java.util.Vector nodeFacades)
          Create a new cluster and add it as a member of this cluster
 GraphControl.Cluster GraphControl.getRootCluster()
          get a reference to the root cluster of the graph
 

Methods in org.wilmascope.control with parameters of type GraphControl.Cluster
 void GraphControl.setRootCluster(GraphControl.Cluster rootCluster)
           
 

Uses of GraphControl.Cluster in org.wilmascope.dotlayout
 

Constructors in org.wilmascope.dotlayout with parameters of type GraphControl.Cluster
ControlPanel(GraphControl.Cluster c)
           
 

Uses of GraphControl.Cluster in org.wilmascope.fastlayout
 

Constructors in org.wilmascope.fastlayout with parameters of type GraphControl.Cluster
ParamsPanel(GraphControl.Cluster root)
           
 

Uses of GraphControl.Cluster in org.wilmascope.forcelayout
 

Constructors in org.wilmascope.forcelayout with parameters of type GraphControl.Cluster
ForceControlPanel(GraphControl.Cluster cluster, Force force)
           
ForceControlsPanel(GraphControl.Cluster cluster)
           
 

Uses of GraphControl.Cluster in org.wilmascope.graphgen
 

Methods in org.wilmascope.graphgen with parameters of type GraphControl.Cluster
protected  GraphControl.Node GraphGenerator.addRandomNode(GraphControl.Cluster root, boolean threeD)
          Create a randomly coloured, randomly positioned node with the default style
 

Uses of GraphControl.Cluster in org.wilmascope.gui
 

Fields in org.wilmascope.gui declared as GraphControl.Cluster
static GraphControl.Cluster QueryFrame.graphRoot
          the root cluster to which we will add all nodes and edges
 

Constructors in org.wilmascope.gui with parameters of type GraphControl.Cluster
AddToClusterPanel(ControlPanel controlPanel, GraphControl.Cluster cluster)
           
AnalysisFrame(java.lang.String title, GraphControl.Cluster rootCluster)
           
ClusterPanel(ControlPanel controlPanel, GraphControl.Cluster cluster)
           
EdgePanel(ControlPanel controlPanel, GraphControl.Cluster cluster)
           
EdgeViewFrame(GraphControl gc, GraphControl.Cluster root)
          Creates new form EdgeViewFrame
LayoutEngineFrame(GraphControl.Cluster cluster, java.lang.String title)
           
ModifyGraphFrame(java.lang.String title, GraphControl.Cluster cluster)
           
MultiPickPanel(ControlPanel controlPanel, GraphControl.Cluster cluster)
           
RemoveFromClusterPanel(ControlPanel controlPanel, GraphControl.Cluster cluster, GraphControl.Cluster rootCluster)
           
RootClusterMenu(java.awt.Component parent, GraphControl.Cluster rootCluster, ControlPanel controlPanel)
           
 

Uses of GraphControl.Cluster in org.wilmascope.multiscalelayout
 

Constructors in org.wilmascope.multiscalelayout with parameters of type GraphControl.Cluster
MSParamsPanel(GraphControl.Cluster root)