|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TGException | |
com.touchgraph.graphlayout | |
com.touchgraph.graphlayout.graphelements |
Uses of TGException in com.touchgraph.graphlayout |
Methods in com.touchgraph.graphlayout that throw TGException | |
void |
LocalityUtils.setLocale(Node n,
int radius,
int maxAddEdgeCount,
int maxExpandEdgeCount,
boolean unidirectional)
|
void |
LocalityUtils.setLocale(Node n,
int radius)
|
void |
LocalityUtils.addAllGraphElts()
|
Node |
TGPanel.addNode()
Adds a Node, with its ID and label being the current node count plus 1. |
Node |
TGPanel.addNode(java.lang.String label)
Adds a Node, provided its label. |
Node |
TGPanel.addNode(java.lang.String id,
java.lang.String label)
Adds a Node, provided its ID and label. |
void |
TGPanel.addNode(Node node)
Add the Node node to the visibleLocality, checking for ID uniqueness. |
void |
TGPanel.updateLocalityFromVisibility()
|
void |
TGPanel.setLocale(Node node,
int radius,
int maxAddEdgeCount,
int maxExpandEdgeCount,
boolean unidirectional)
|
void |
TGPanel.setLocale(Node node,
int radius)
|
void |
GLPanel.randomGraph()
|
Uses of TGException in com.touchgraph.graphlayout.graphelements |
Methods in com.touchgraph.graphlayout.graphelements that throw TGException | |
void |
VisibleLocality.addNode(Node node)
|
void |
VisibleLocality.updateLocalityFromVisibility()
|
void |
GraphEltSet.addNode(Node node)
Add the Node node to the graph, and registers the Node via its ID. |
void |
Locality.addNode(Node n)
|
void |
Locality.addNodeWithEdges(Node n)
|
void |
Locality.addAll()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |