Returns a hashtable of Node-Integer pairs, where integers are the minimum
distance from the focusNode to any given Node, and the Nodes in the Hashtable
are all within radius distance from the focusNode.
Remove the Node object matching the ID id, returning true if the
deletion occurred, false if a Node matching the ID does not exist (or if the ID
value was null).
dragOffs -
Variable in class com.touchgraph.graphlayout.interaction.DragNodeUI
Stores the distance between the cursor and the center of the node
when dragging occurs so that the cursor remains at the same position
on the node otherwise, the cursor jumps to the center of the node.
drawx -
Variable in class com.touchgraph.graphlayout.Node
drawy -
Variable in class com.touchgraph.graphlayout.Node
dx -
Variable in class com.touchgraph.graphlayout.Node
dy -
Variable in class com.touchgraph.graphlayout.Node
GLPanel contains code for adding scrollbars and interfaces to the TGPanel
The "GL" prefix indicates that this class is GraphLayout specific, and
will probably need to be rewritten for other applications.
GLPanel() -
Constructor for class com.touchgraph.graphlayout.GLPanel
Default constructor.
glPopup -
Variable in class com.touchgraph.graphlayout.GLPanel
TGScrollPane is a Java interface for a user interface using scrollbars
to set TouchGraph navigation and editing properties such as zoom, rotate
and locality.