Uses of Class
org.codehaus.mojo.graphing.model.Node

Packages that use Node
org.codehaus.mojo.graphing.model   
 

Uses of Node in org.codehaus.mojo.graphing.model
 

Methods in org.codehaus.mojo.graphing.model that return Node
 Node GraphModel.getCenterNode()
           
 Node Edge.getNode1()
           
 Node Edge.getNode2()
           
 

Methods in org.codehaus.mojo.graphing.model with parameters of type Node
 boolean GraphModel.addNode(Node node)
          Add a node.
 void GraphModel.setCenterNode(Node centerNode)
           
 void Edge.setNode1(Node node1)
           
 void Edge.setNode2(Node node2)
           
 

Constructors in org.codehaus.mojo.graphing.model with parameters of type Node
Edge(Node n1, Node n2)
           
Edge(Node n1, Node n2, int edgeType)
           
 



Copyright © 2005-2010. All Rights Reserved.