Method and Description |
---|
com.touchgraph.graphlayout.TGPanel.edgeNum()
this method has been replaced by the visibleEdgeCount() method.
|
com.touchgraph.graphlayout.Node.edgeNum()
this method has been replaced by the edgeCount() method.
|
com.touchgraph.graphlayout.graphelements.GraphEltSet.edgeNum()
this method has been replaced by the edgeCount() method.
|
com.touchgraph.graphlayout.graphelements.ImmutableGraphEltSet.edgeNum()
this method has been replaced by the edgeCount() method.
|
com.touchgraph.graphlayout.TGPanel.nodeNum()
this method has been replaced by the visibleNodeCount() method.
|
com.touchgraph.graphlayout.graphelements.GraphEltSet.nodeNum()
this method has been replaced by the nodeCount() method.
|
com.touchgraph.graphlayout.graphelements.ImmutableGraphEltSet.nodeNum()
this method has been replaced by the nodeCount() method.
|