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

Packages that use GraphControl.Node
org.wilmascope.columnlayout   
org.wilmascope.control   
org.wilmascope.graphgen   
org.wilmascope.gui   
 

Uses of GraphControl.Node in org.wilmascope.columnlayout
 

Methods in org.wilmascope.columnlayout that return GraphControl.Node
 GraphControl.Node ColumnCluster.addInvisibleNode()
           
 GraphControl.Node ColumnCluster.addNode()
           
 GraphControl.Node ColumnCluster.addNode(float value)
           
 GraphControl.Node ColumnCluster.addStraightNode(float value)
           
 GraphControl.Node ColumnCluster.addVariableNode(float value)
           
 GraphControl.Node ColumnCluster.getTopNode()
           
 

Methods in org.wilmascope.columnlayout with parameters of type GraphControl.Node
protected static void ColumnCluster.setLevelConstraint(GraphControl.Node n, int level)
           
 

Uses of GraphControl.Node in org.wilmascope.control
 

Subclasses of GraphControl.Node in org.wilmascope.control
 class GraphControl.Cluster
          the interface for clusters which are collections of nodes, note that a cluster is also a node so you can add a cluster as a member to a cluster using the GraphControl.Cluster.addNode(GraphControl.Node)method
 

Methods in org.wilmascope.control that return GraphControl.Node
 GraphControl.Node GraphControl.Cluster.addNode()
           
 GraphControl.Node GraphControl.Cluster.addNode(NodeView view)
          create a new node and add it to the cluster
 GraphControl.Node GraphControl.Cluster.addNode(java.lang.String nodeType)
           
 GraphControl.Node GraphControl.Edge.getEndNode()
           
 GraphControl.Node[] GraphControl.Cluster.getNodes()
           
 GraphControl.Node GraphControl.Edge.getStartNode()
           
 

Methods in org.wilmascope.control with parameters of type GraphControl.Node
 GraphControl.Edge GraphControl.Cluster.addEdge(GraphControl.Node start, GraphControl.Node end)
          Add the new edge of the default type to the cluster
 GraphControl.Edge GraphControl.Cluster.addEdge(GraphControl.Node start, GraphControl.Node end, EdgeView view)
          Create a new edge between two nodes and add it to the cluster
 GraphControl.Edge GraphControl.Cluster.addEdge(GraphControl.Node start, GraphControl.Node end, java.lang.String edgeType)
          Add a new edge
 GraphControl.Edge GraphControl.Cluster.addEdge(GraphControl.Node start, GraphControl.Node end, java.lang.String edgeType, float radius)
           
 void GraphControl.Cluster.addNode(GraphControl.Node n)
          Add a pre-existing node to the cluster
 void NodeOptionsClient.callback(java.awt.event.MouseEvent e, GraphControl.Node n)
           
 void GraphControl.Cluster.moveToParent(GraphControl.Node n)
          move a node out of this cluster and into the parent cluster
 

Uses of GraphControl.Node in org.wilmascope.graphgen
 

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

Uses of GraphControl.Node in org.wilmascope.gui
 

Constructors in org.wilmascope.gui with parameters of type GraphControl.Node
QueryFrame.CompanyNodeData(GraphControl.Node companyNode, java.sql.Statement stmt, java.lang.String epic)
           
QueryFrame.FMNodeData(GraphControl.Node fmnode, java.sql.Statement stmt, java.lang.String fmcode)