Uses of Class
net.ogdf.lib.NodeElement

Packages that use NodeElement
net.ogdf.lib   
 

Uses of NodeElement in net.ogdf.lib
 

Methods in net.ogdf.lib that return NodeElement
 NodeElement Graph.newNode()
           
 

Methods in net.ogdf.lib with parameters of type NodeElement
protected static long NodeElement.getCPtr(NodeElement obj)
           
 double GraphAttributes.getNodeHeight(NodeElement n)
           
 double GraphAttributes.getNodeWidth(NodeElement n)
           
 double GraphAttributes.getNodeX(NodeElement n)
           
 double GraphAttributes.getNodeY(NodeElement n)
           
 EdgeElement Graph.newEdge(NodeElement arg0, NodeElement arg1)
           
 void GraphAttributes.setNodeHeight(NodeElement n, double h)
           
 void GraphAttributes.setNodeWidth(NodeElement n, double w)
           
 void GraphAttributes.setNodeX(NodeElement n, double a)
           
 void GraphAttributes.setNodeY(NodeElement n, double b)