- damp() - Method in class com.touchgraph.graphlayout.TGLayout
-
- deactivate() - Method in class com.touchgraph.graphlayout.interaction.GLEditUI
-
- deactivate() - Method in class com.touchgraph.graphlayout.interaction.GLNavigateUI
-
- deactivate() - Method in class com.touchgraph.graphlayout.interaction.TGAbstractClickUI
-
- deactivate() - Method in class com.touchgraph.graphlayout.interaction.TGAbstractDragUI
-
- deactivate() - Method in class com.touchgraph.graphlayout.interaction.TGAbstractMouseMotionUI
-
- deactivate() - Method in class com.touchgraph.graphlayout.interaction.TGAbstractMousePausedUI
-
- deactivate() - Method in class com.touchgraph.graphlayout.interaction.TGUserInterface
-
- DEFAULT_COLOR - Static variable in class com.touchgraph.graphlayout.Edge
-
- DEFAULT_LENGTH - Static variable in class com.touchgraph.graphlayout.Edge
-
- DEFAULT_TYPE - Static variable in class com.touchgraph.graphlayout.Node
-
- deleteEdge(Edge) - Method in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
Delete the Edge edge.
- deleteEdge(Node, Node) - Method in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
Delete the Edge spanning Node from to Node to,
returning true if successful.
- deleteEdge(Edge) - Method in class com.touchgraph.graphlayout.graphelements.Locality
-
- deleteEdge(Edge) - Method in class com.touchgraph.graphlayout.TGPanel
-
Returns an Iterator over all edges in the complete graph.
- deleteEdge(Node, Node) - Method in class com.touchgraph.graphlayout.TGPanel
-
- deleteEdges(Vector) - Method in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
Delete the Edges contained within the Vector edgedToDelete.
- deleteEdges(Vector) - Method in class com.touchgraph.graphlayout.graphelements.Locality
-
- deleteNode(Node) - Method in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
Delete the Node node, returning true if successful.
- deleteNode(Node) - Method in class com.touchgraph.graphlayout.graphelements.Locality
-
- deleteNode(Node) - Method in class com.touchgraph.graphlayout.TGPanel
-
- deleteNodeById(String) - Method in class com.touchgraph.graphlayout.TGPanel
-
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).
- deleteNodes(Vector) - Method in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
Delete the Nodes contained within the Vector nodesToDelete.
- deleteNodes(Vector) - Method in class com.touchgraph.graphlayout.graphelements.Locality
-
- distFromPoint(double, double) - Method in class com.touchgraph.graphlayout.Edge
-
- DragAddUI - Class in com.touchgraph.graphlayout.interaction
-
DragAddUI contains code for adding nodes + edges by dragging.
- DragAddUI(TGPanel) - Constructor for class com.touchgraph.graphlayout.interaction.DragAddUI
-
Constructor with provided TGPanel tgp.
- DragMultiselectUI - Class in com.touchgraph.graphlayout.interaction
-
DragMultiselectUI contains code for selecting a group on nodes
by enclosing them in a dotted box.
- DragNodeUI - Class in com.touchgraph.graphlayout.interaction
-
DragNodeUI contains code for dragging nodes.
- DragNodeUI(TGPanel) - Constructor for class com.touchgraph.graphlayout.interaction.DragNodeUI
-
Constructor with TGPanel tgp.
- 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
-
- fastFinishAnimation() - Method in class com.touchgraph.graphlayout.LocalityUtils
-
- fastFinishAnimation() - Method in class com.touchgraph.graphlayout.TGPanel
-
- findEdge(Node, Node) - Method in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
Return an Edge spanning Node from to Node to.
- findEdge(Node, Node) - Method in interface com.touchgraph.graphlayout.graphelements.ImmutableGraphEltSet
-
Return an Edge spanning Node from to Node to.
- findEdge(Node, Node) - Method in class com.touchgraph.graphlayout.graphelements.Locality
-
- findEdge(Node, Node) - Method in class com.touchgraph.graphlayout.TGPanel
-
- findMouseOver() - Method in class com.touchgraph.graphlayout.TGPanel
-
- findNode(String) - Method in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
Return the Node whose ID matches the String id, null if no match is found.
- findNode(String) - Method in interface com.touchgraph.graphlayout.graphelements.ImmutableGraphEltSet
-
Return the Node whose ID matches the String id, null if no match is found.
- findNode(String) - Method in class com.touchgraph.graphlayout.TGPanel
-
Return the Node whose ID matches the String id, null if no match is found.
- findNodeByURL(String) - Method in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
Return the Node whose URL matches the String strURL, null if no match is found.
- findNodeByURL(String) - Method in class com.touchgraph.graphlayout.TGPanel
-
Return the Node whose URL matches the String strURL, null if no match is found.
- findNodeLabelContaining(String) - Method in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
Return the first Nodes whose label contains the String substring,
null if no match is found.
- findNodeLabelContaining(String) - Method in interface com.touchgraph.graphlayout.graphelements.ImmutableGraphEltSet
-
Return the first Nodes whose label contains the String substring,
null if no match is found.
- findNodeLabelContaining(String) - Method in class com.touchgraph.graphlayout.TGPanel
-
Return the first Nodes whose label contains the String substring,
null if no match is found.
- fireResetEvent() - Method in class com.touchgraph.graphlayout.TGPanel
-
- fixed - Variable in class com.touchgraph.graphlayout.Node
-
- font - Variable in class com.touchgraph.graphlayout.Node
-
- fontMetrics - Variable in class com.touchgraph.graphlayout.Node
-
- forAllEdges(TGForEachEdge) - Method in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
Iterates through Edges.
- forAllEdges(TGForEachEdge) - Method in interface com.touchgraph.graphlayout.graphelements.ImmutableGraphEltSet
-
iterates through Edges.
- forAllNodePairs(TGForEachNodePair) - Method in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
iterates through pairs of Nodes.
- forAllNodePairs(TGForEachNodePair) - Method in interface com.touchgraph.graphlayout.graphelements.ImmutableGraphEltSet
-
iterates through pairs of Nodes.
- forAllNodes(TGForEachNode) - Method in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
A way of iterating through all the nodes.
- forAllNodes(TGForEachNode) - Method in interface com.touchgraph.graphlayout.graphelements.ImmutableGraphEltSet
-
iterates through all the nodes.
- forEachEdge(Edge) - Method in class com.touchgraph.graphlayout.graphelements.TGForEachEdge
-
- forEachNode(Node) - Method in class com.touchgraph.graphlayout.graphelements.TGForEachNode
-
- forEachNodePair(Node, Node) - Method in class com.touchgraph.graphlayout.graphelements.TGForEachNodePair
-
- from - Variable in class com.touchgraph.graphlayout.Edge
-
- GESUtils - Class in com.touchgraph.graphlayout.graphelements
-
GESUtils is a set of functions that return information about a GraphEltSet
- GESUtils() - Constructor for class com.touchgraph.graphlayout.graphelements.GESUtils
-
- getAdjustOriginLens() - Method in class com.touchgraph.graphlayout.TGPanel
-
- getAppletInfo() - Method in class com.touchgraph.graphlayout.GraphLayoutApplet
-
- getBackColor() - Method in class com.touchgraph.graphlayout.Node
-
Return the background color of this Node as a Color.
- getBottomRightDraw() - Method in class com.touchgraph.graphlayout.interaction.HVScroll
-
- getBottomRightDraw() - Method in class com.touchgraph.graphlayout.TGPanel
-
- getCenter() - Method in class com.touchgraph.graphlayout.TGPanel
-
- getColor() - Method in class com.touchgraph.graphlayout.Edge
-
Returns the color of this edge as Color.
- getCompleteEltSet() - Method in class com.touchgraph.graphlayout.graphelements.Locality
-
- getDragNode() - Method in class com.touchgraph.graphlayout.TGPanel
-
- getDrawCenter() - Method in class com.touchgraph.graphlayout.interaction.HVScroll
-
- getDrawCenter() - Method in class com.touchgraph.graphlayout.TGPanel
-
- getEdgeCount() - Method in class com.touchgraph.graphlayout.TGPanel
-
Returns the current edge count in the complete graph.
- getFirstNode() - Method in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
Return the first Node, null if none exist.
- getFirstNode() - Method in interface com.touchgraph.graphlayout.graphelements.ImmutableGraphEltSet
-
Return the first Node, null if none exist.
- getFixed() - Method in class com.touchgraph.graphlayout.Node
-
Returns true if this Node is fixed (in place).
- getFont() - Method in class com.touchgraph.graphlayout.Node
-
Returns the font of this Node as a Font
- getFrom() - Method in class com.touchgraph.graphlayout.Edge
-
Returns the starting "from" node of this edge as Node.
- getGES() - Method in class com.touchgraph.graphlayout.TGPanel
-
Return the current visible locality.
- getGLPopup() - Method in class com.touchgraph.graphlayout.GLPanel
-
- getHeight() - Method in class com.touchgraph.graphlayout.Node
-
Return the height of this Node.
- getHorizontalSB() - Method in class com.touchgraph.graphlayout.interaction.HVScroll
-
- getHVDragUI() - Method in class com.touchgraph.graphlayout.interaction.HVScroll
-
- getHVScroll() - Method in class com.touchgraph.graphlayout.GLPanel
-
Return the HVScroll used with this GLPanel.
- getHVScroll() - Method in interface com.touchgraph.graphlayout.TGScrollPane
-
Return the HVScroll used with this TGScrollPane.
- getHVScrollToCenterUI() - Method in class com.touchgraph.graphlayout.interaction.HVScroll
-
- getHyperSB() - Method in class com.touchgraph.graphlayout.interaction.HyperScroll
-
- getHyperScroll() - Method in class com.touchgraph.graphlayout.GLPanel
-
Return the HyperScroll used with this GLPanel.
- getHyperScroll() - Method in interface com.touchgraph.graphlayout.TGScrollPane
-
Return the HyperScroll used with this TGScrollPane.
- getID() - Method in class com.touchgraph.graphlayout.Edge
-
Returns the ID of this Edge as a String.
- getID() - Method in class com.touchgraph.graphlayout.Node
-
Return the ID of this Node as a String.
- getId() - Method in exception com.touchgraph.graphlayout.TGException
-
If the message was expressed as a MessageId, return the original
id (e.g.
- getLabel() - Method in class com.touchgraph.graphlayout.Node
-
Return the label of this Node as a String.
- getLargestConnectedSubgraph(GraphEltSet) - Static method in class com.touchgraph.graphlayout.graphelements.GESUtils
-
A temporary function that returns the largest connected subgraph in a GraphEltSet.
- getLength() - Method in class com.touchgraph.graphlayout.Edge
-
Returns the length of this Edge as a double.
- getLens() - Method in class com.touchgraph.graphlayout.interaction.HVScroll
-
- getLens() - Method in class com.touchgraph.graphlayout.interaction.HyperScroll
-
- getLens() - Method in class com.touchgraph.graphlayout.interaction.RotateScroll
-
- getLens() - Method in class com.touchgraph.graphlayout.interaction.ZoomScroll
-
- getLocalityRadius() - Method in class com.touchgraph.graphlayout.GLPanel
-
Return the locality radius of this GLPanel.
- getLocalityRadius() - Method in class com.touchgraph.graphlayout.interaction.LocalityScroll
-
- getLocalityRadius() - Method in interface com.touchgraph.graphlayout.TGScrollPane
-
Return the locality radius of this TGScrollPane.
- getLocalitySB() - Method in class com.touchgraph.graphlayout.interaction.LocalityScroll
-
- getLocalityScroll() - Method in class com.touchgraph.graphlayout.GLPanel
-
Return the LocalityScroll used with this GLPanel.
- getLocalityScroll() - Method in interface com.touchgraph.graphlayout.TGScrollPane
-
Return the LocalityScroll used with this TGScrollPane.
- getLocation() - Method in class com.touchgraph.graphlayout.Node
-
Return the location of this Node as a Point.
- getMouseOverE() - Method in class com.touchgraph.graphlayout.TGPanel
-
- getMouseOverN() - Method in class com.touchgraph.graphlayout.TGPanel
-
- getMousePos() - Method in class com.touchgraph.graphlayout.TGPanel
-
- getNodeCount() - Method in class com.touchgraph.graphlayout.TGPanel
-
Returns the current node count.
- getOffset() - Method in class com.touchgraph.graphlayout.GLPanel
-
Return the horizontal and vertical offset position as a Point.
- getOffset() - Method in class com.touchgraph.graphlayout.interaction.HVScroll
-
- getOffset() - Method in interface com.touchgraph.graphlayout.TGScrollPane
-
Return the horizontal and vertical offset position as a Point.
- getOtherEndpt(Node) - Method in class com.touchgraph.graphlayout.Edge
-
- getPaintBackColor(TGPanel) - Method in class com.touchgraph.graphlayout.Node
-
- getPaintBorderColor(TGPanel) - Method in class com.touchgraph.graphlayout.Node
-
- getPaintTextColor(TGPanel) - Method in class com.touchgraph.graphlayout.Node
-
- getRandomNode() - Method in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
Returns a random node, or null if none exist (for making random graphs).
- getRandomNode() - Method in interface com.touchgraph.graphlayout.graphelements.ImmutableGraphEltSet
-
Returns a random node, or null if none exist (for making random graphs).
- getRotateDragUI() - Method in class com.touchgraph.graphlayout.interaction.RotateScroll
-
- getRotateSB() - Method in class com.touchgraph.graphlayout.interaction.RotateScroll
-
- getRotateScroll() - Method in class com.touchgraph.graphlayout.GLPanel
-
Return the RotateScroll used with this GLPanel.
- getRotateScroll() - Method in interface com.touchgraph.graphlayout.TGScrollPane
-
Return the RotateScroll used with this TGScrollPane.
- getRotationAngle() - Method in class com.touchgraph.graphlayout.GLPanel
-
Return the rotation angle of this GLPanel.
- getRotationAngle() - Method in class com.touchgraph.graphlayout.interaction.RotateScroll
-
- getRotationAngle() - Method in interface com.touchgraph.graphlayout.TGScrollPane
-
Return the rotation angle of this TGScrollPane.
- getSelect() - Method in class com.touchgraph.graphlayout.TGPanel
-
- getSwitchSelectUI() - Method in class com.touchgraph.graphlayout.TGPanel
-
- getTextColor() - Method in class com.touchgraph.graphlayout.Node
-
Return the text color of this Node as a Color.
- getTGPanel() - Method in class com.touchgraph.graphlayout.GLPanel
-
Return the TGPanel used with this GLPanel.
- getTGPanel() - Method in interface com.touchgraph.graphlayout.TGScrollPane
-
Return the TGPanel used with this TGScrollPane.
- getTo() - Method in class com.touchgraph.graphlayout.Edge
-
Returns the terminating "to" node of this edge as Node.
- getTopLeftDraw() - Method in class com.touchgraph.graphlayout.interaction.HVScroll
-
- getTopLeftDraw() - Method in class com.touchgraph.graphlayout.TGPanel
-
- getType() - Method in class com.touchgraph.graphlayout.Node
-
Return the type of this Node as an int.
- getURL() - Method in class com.touchgraph.graphlayout.Node
-
- getVerticalSB() - Method in class com.touchgraph.graphlayout.interaction.HVScroll
-
- getWidth() - Method in class com.touchgraph.graphlayout.Node
-
Return the width of this Node.
- getZoomSB() - Method in class com.touchgraph.graphlayout.interaction.ZoomScroll
-
- getZoomScroll() - Method in class com.touchgraph.graphlayout.GLPanel
-
Return the ZoomScroll used with this GLPanel.
- getZoomScroll() - Method in interface com.touchgraph.graphlayout.TGScrollPane
-
Return the ZoomScroll used with this TGScrollPane.
- getZoomValue() - Method in class com.touchgraph.graphlayout.GLPanel
-
Return the zoom value of this GLPanel.
- getZoomValue() - Method in class com.touchgraph.graphlayout.interaction.ZoomScroll
-
- getZoomValue() - Method in interface com.touchgraph.graphlayout.TGScrollPane
-
Return the zoom value of this TGScrollPane.
- GLEditUI - Class in com.touchgraph.graphlayout.interaction
-
GLEditUI: User Interface for editing the graph.
- GLEditUI(TGPanel) - Constructor for class com.touchgraph.graphlayout.interaction.GLEditUI
-
Constructor with TGPanel tgp.
- GLEditUI(GLPanel) - Constructor for class com.touchgraph.graphlayout.interaction.GLEditUI
-
- GLNavigateUI - Class in com.touchgraph.graphlayout.interaction
-
GLNavigateUI.
- GLNavigateUI(GLPanel) - Constructor for class com.touchgraph.graphlayout.interaction.GLNavigateUI
-
- GLPanel - Class in com.touchgraph.graphlayout
-
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
-
- GraphEltSet - Class in com.touchgraph.graphlayout.graphelements
-
GraphEltSet contains data about the graph's components.
- GraphEltSet() - Constructor for class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
Default constructor.
- GraphLayoutApplet - Class in com.touchgraph.graphlayout
-
GraphLayoutApplet.
- GraphLayoutApplet() - Constructor for class com.touchgraph.graphlayout.GraphLayoutApplet
-
- GraphListener - Interface in com.touchgraph.graphlayout
-
GraphListener.
- graphMoved() - Method in interface com.touchgraph.graphlayout.GraphListener
-
- graphMoved() - Method in class com.touchgraph.graphlayout.interaction.HVScroll
-
- graphMoved() - Method in class com.touchgraph.graphlayout.interaction.HyperScroll
-
- graphMoved() - Method in class com.touchgraph.graphlayout.interaction.LocalityScroll
-
- graphMoved() - Method in class com.touchgraph.graphlayout.interaction.RotateScroll
-
- graphMoved() - Method in class com.touchgraph.graphlayout.interaction.ZoomScroll
-
- graphReset() - Method in interface com.touchgraph.graphlayout.GraphListener
-
- graphReset() - Method in class com.touchgraph.graphlayout.interaction.HVScroll
-
- graphReset() - Method in class com.touchgraph.graphlayout.interaction.HyperScroll
-
- graphReset() - Method in class com.touchgraph.graphlayout.interaction.LocalityScroll
-
- graphReset() - Method in class com.touchgraph.graphlayout.interaction.RotateScroll
-
- graphReset() - Method in class com.touchgraph.graphlayout.interaction.ZoomScroll
-
- Node - Class in com.touchgraph.graphlayout
-
Node.
- Node() - Constructor for class com.touchgraph.graphlayout.Node
-
Minimal constructor which will generate an ID value from Java's Date class.
- Node(String) - Constructor for class com.touchgraph.graphlayout.Node
-
Constructor with the required ID id, using defaults
for type (rectangle), color (a static variable from TGPanel).
- Node(String, String) - Constructor for class com.touchgraph.graphlayout.Node
-
Constructor with Strings for ID id and label, using defaults
for type (rectangle) and color (a static variable from TGPanel).
- Node(String, int, Color, String) - Constructor for class com.touchgraph.graphlayout.Node
-
Constructor with a String ID id, an int type, Background Color bgColor,
and a String label.
- NODE_DOESNT_EXIST - Static variable in exception com.touchgraph.graphlayout.TGException
-
An exception occurring when a Node doesn't exist.
- NODE_EXISTS - Static variable in exception com.touchgraph.graphlayout.TGException
-
An exception occurring when a Node already exists.
- NODE_NO_ID - Static variable in exception com.touchgraph.graphlayout.TGException
-
An exception occurring when a Node is missing its required ID.
- nodeAt(int) - Method in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
Return the Node at int index, null if none are available.
- nodeCount() - Method in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
Return the number of Nodes in the cumulative Vector.
- nodeCount() - Method in interface com.touchgraph.graphlayout.graphelements.ImmutableGraphEltSet
-
Return the number of Nodes in the cumulative Vector.
- nodeIDRegistry - Variable in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
The Hashtable containing references to the Node IDs of the current graph.
- nodeNum() - Method in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
- nodeNum() - Method in interface com.touchgraph.graphlayout.graphelements.ImmutableGraphEltSet
-
- nodeNum() - Method in class com.touchgraph.graphlayout.TGPanel
-
- nodes - Variable in class com.touchgraph.graphlayout.graphelements.GraphEltSet
-
- scrollAtoB(TGPoint2D, TGPoint2D) - Method in class com.touchgraph.graphlayout.interaction.HVScroll
-
- scrollBarHash - Variable in class com.touchgraph.graphlayout.GLPanel
-
- scrolling - Variable in class com.touchgraph.graphlayout.interaction.HVScroll
-
- scrollSelectPanel(String[]) - Method in class com.touchgraph.graphlayout.GLPanel
-
- select - Variable in class com.touchgraph.graphlayout.TGPanel
-
- selectFirstNode() - Method in class com.touchgraph.graphlayout.TGPanel
-
A convenience method that selects the first node of a graph, so that hiding works.
- setBackColor(Color) - Method in class com.touchgraph.graphlayout.Node
-
Set the background color of this Node to the Color bgColor.
- setBackColor(Color) - Method in class com.touchgraph.graphlayout.TGPanel
-
- setColor(Color) - Method in class com.touchgraph.graphlayout.Edge
-
Set the color of this Edge to the Color color.
- setDragNode(Node) - Method in class com.touchgraph.graphlayout.TGPanel
-
- setEdgeDefaultColor(Color) - Static method in class com.touchgraph.graphlayout.Edge
-
- setEdgeDefaultLength(int) - Static method in class com.touchgraph.graphlayout.Edge
-
- setEdgeMouseOverColor(Color) - Static method in class com.touchgraph.graphlayout.Edge
-
- setFixed(boolean) - Method in class com.touchgraph.graphlayout.Node
-
Set the fixed status of this Node to the boolean fixed.
- setFont(Font) - Method in class com.touchgraph.graphlayout.Node
-
Set the font of this Node to the Font font.
- setGraphEltSet(GraphEltSet) - Method in class com.touchgraph.graphlayout.TGPanel
-
- setID(String) - Method in class com.touchgraph.graphlayout.Edge
-
Set the ID of this Edge to the String id.
- setID(String) - Method in class com.touchgraph.graphlayout.Node
-
Set the ID of this Node to the String id.
- setLabel(String) - Method in class com.touchgraph.graphlayout.Node
-
Set the label of this Node to the String label.
- setLength(int) - Method in class com.touchgraph.graphlayout.Edge
-
Set the length of this Edge to the int len.
- setLensSet(TGLensSet) - Method in class com.touchgraph.graphlayout.TGPanel
-
- setLocale(Node, int, int, int, boolean) - Method in class com.touchgraph.graphlayout.LocalityUtils
-
- setLocale(Node, int) - Method in class com.touchgraph.graphlayout.LocalityUtils
-
- setLocale(Node, int, int, int, boolean) - Method in class com.touchgraph.graphlayout.TGPanel
-
- setLocale(Node, int) - Method in class com.touchgraph.graphlayout.TGPanel
-
- setLocalityRadius(int) - Method in class com.touchgraph.graphlayout.GLPanel
-
Set the locality radius of this TGScrollPane
(allowable values between 0 to 4, or LocalityUtils.INFINITE_LOCALITY_RADIUS).
- setLocalityRadius(int) - Method in class com.touchgraph.graphlayout.interaction.LocalityScroll
-
- setLocalityRadius(int) - Method in interface com.touchgraph.graphlayout.TGScrollPane
-
Set the locality radius of this TGScrollPane
(allowable values between 0 to 4, or LocalityUtils.INFINITE_LOCALITY_RADIUS).
- setLocation(Point) - Method in class com.touchgraph.graphlayout.Node
-
Set the location of this Node provided the Point p.
- setLocation(double, double) - Method in class com.touchgraph.graphlayout.TGPoint2D
-
- setMaintainMouseOver(boolean) - Method in class com.touchgraph.graphlayout.TGPanel
-
- setMouseOverE(Edge) - Method in class com.touchgraph.graphlayout.TGPanel
-
- setMouseOverN(Node) - Method in class com.touchgraph.graphlayout.TGPanel
-
- setNodeBackDefaultColor(Color) - Method in class com.touchgraph.graphlayout.Node
-
- setNodeBackFixedColor(Color) - Method in class com.touchgraph.graphlayout.Node
-
- setNodeBackHilightColor(Color) - Method in class com.touchgraph.graphlayout.Node
-
- setNodeBackSelectColor(Color) - Method in class com.touchgraph.graphlayout.Node
-
- setNodeBorderDragColor(Color) - Method in class com.touchgraph.graphlayout.Node
-
- setNodeBorderInactiveColor(Color) - Method in class com.touchgraph.graphlayout.Node
-
- setNodeBorderMouseOverColor(Color) - Method in class com.touchgraph.graphlayout.Node
-
- setNodeTextColor(Color) - Method in class com.touchgraph.graphlayout.Node
-
- setNodeTextFont(Font) - Method in class com.touchgraph.graphlayout.Node
-
- setNodeType(int) - Method in class com.touchgraph.graphlayout.Node
-
- setOffset(Point) - Method in class com.touchgraph.graphlayout.GLPanel
-
Sets the horizontal offset to p.x, and the vertical offset to p.y
given a Point p.
- setOffset(Point) - Method in class com.touchgraph.graphlayout.interaction.HVScroll
-
- setOffset(Point) - Method in interface com.touchgraph.graphlayout.TGScrollPane
-
Sets the horizontal offset to p.x, and the vertical offset to p.y
given a Point p.
- setRotationAngle(int) - Method in class com.touchgraph.graphlayout.GLPanel
-
Set the rotation angle of this GLPanel (allowable values between 0 to 359).
- setRotationAngle(int) - Method in class com.touchgraph.graphlayout.interaction.RotateScroll
-
- setRotationAngle(int) - Method in interface com.touchgraph.graphlayout.TGScrollPane
-
Set the rotation angle of this TGScrollPane (allowable values between 0 to 359).
- setSelect(Node) - Method in class com.touchgraph.graphlayout.TGPanel
-
- setSelfDeactivate(boolean) - Method in class com.touchgraph.graphlayout.interaction.TGSelfDeactivatingUI
-
- setTextColor(Color) - Method in class com.touchgraph.graphlayout.Node
-
Set the text color of this Node to the Color txtColor.
- setTGLayout(TGLayout) - Method in class com.touchgraph.graphlayout.TGPanel
-
- setType(int) - Method in class com.touchgraph.graphlayout.Node
-
Set the type of this Node to the int type.
- setURL(String) - Method in class com.touchgraph.graphlayout.Node
-
- setVisible(boolean) - Method in class com.touchgraph.graphlayout.Edge
-
Set the visibility of this Edge to the boolean v.
- setVisible(boolean) - Method in class com.touchgraph.graphlayout.Node
-
Set the visibility of this Node to the boolean v.
- setX(double) - Method in class com.touchgraph.graphlayout.TGPoint2D
-
- setY(double) - Method in class com.touchgraph.graphlayout.TGPoint2D
-
- setZoomValue(int) - Method in class com.touchgraph.graphlayout.GLPanel
-
Set the zoom value of this GLPanel (allowable values between -100 to 100).
- setZoomValue(int) - Method in class com.touchgraph.graphlayout.interaction.ZoomScroll
-
- setZoomValue(int) - Method in interface com.touchgraph.graphlayout.TGScrollPane
-
Set the zoom value of this TGScrollPane (allowable values between -100 to 100).
- slowScrollToCenter(Node) - Method in class com.touchgraph.graphlayout.interaction.HVScroll
-
- SMALL_TAG_FONT - Static variable in class com.touchgraph.graphlayout.Node
-
- start() - Method in class com.touchgraph.graphlayout.TGLayout
-
- startDamper() - Method in class com.touchgraph.graphlayout.TGLayout
-
- startDamper() - Method in class com.touchgraph.graphlayout.TGPanel
-
Start and stop the damper.
- stop() - Method in class com.touchgraph.graphlayout.TGLayout
-
- stopDamper() - Method in class com.touchgraph.graphlayout.TGLayout
-
- stopDamper() - Method in class com.touchgraph.graphlayout.TGPanel
-
- stopMotion() - Method in class com.touchgraph.graphlayout.TGLayout
-
- stopMotion() - Method in class com.touchgraph.graphlayout.TGPanel
-
Gently stops the graph from moving
- SwitchSelectUI() - Constructor for class com.touchgraph.graphlayout.TGPanel.SwitchSelectUI
-
- TEXT_COLOR - Variable in class com.touchgraph.graphlayout.Node
-
- TEXT_FONT - Static variable in class com.touchgraph.graphlayout.Node
-
- textColor - Variable in class com.touchgraph.graphlayout.Node
-
- TGAbstractClickUI - Class in com.touchgraph.graphlayout.interaction
-
TGAbstractClickUI allows one to write interfaces that deal with
mouse clicks.
- TGAbstractClickUI() - Constructor for class com.touchgraph.graphlayout.interaction.TGAbstractClickUI
-
- TGAbstractClickUI(TGPanel) - Constructor for class com.touchgraph.graphlayout.interaction.TGAbstractClickUI
-
- TGAbstractDragUI - Class in com.touchgraph.graphlayout.interaction
-
TGAbstractDragUI allows one to write user interfaces that handle
what happends when a mouse is pressed, dragged, and released.
- TGAbstractDragUI(TGPanel) - Constructor for class com.touchgraph.graphlayout.interaction.TGAbstractDragUI
-
Constructor with TGPanel tgp.
- TGAbstractLens - Class in com.touchgraph.graphlayout
-
TGAbstractLens.
- TGAbstractLens() - Constructor for class com.touchgraph.graphlayout.TGAbstractLens
-
- TGAbstractMouseMotionUI - Class in com.touchgraph.graphlayout.interaction
-
TGAbstractMouseMotionUI allows one to write user interfaces that handle
what happends when a mouse is moved over the screen
- TGAbstractMouseMotionUI(TGPanel) - Constructor for class com.touchgraph.graphlayout.interaction.TGAbstractMouseMotionUI
-
Constructor with TGPanel tgp.
- TGAbstractMousePausedUI - Class in com.touchgraph.graphlayout.interaction
-
TGAbstractMousePausedUI allows one to handle MousePaused events.
- TGAbstractMousePausedUI(TGPanel) - Constructor for class com.touchgraph.graphlayout.interaction.TGAbstractMousePausedUI
-
Constructor with TGPanel tgp.
- TGException - Exception in com.touchgraph.graphlayout
-
An class for exceptions thrown during TouchGraph processing.
- TGException(int) - Constructor for exception com.touchgraph.graphlayout.TGException
-
Constructor for TGException with Exception ID.
- TGException(int, String) - Constructor for exception com.touchgraph.graphlayout.TGException
-
Constructor for TGException with Exception ID and error message String.
- TGException(String) - Constructor for exception com.touchgraph.graphlayout.TGException
-
Constructor for TGException with an error message String.
- TGException(Exception) - Constructor for exception com.touchgraph.graphlayout.TGException
-
Constructor for TGException tunnelling the original Exception.
- TGForEachEdge - Class in com.touchgraph.graphlayout.graphelements
-
TGForEachEdge: A dummy object for iterating through edges
- TGForEachEdge() - Constructor for class com.touchgraph.graphlayout.graphelements.TGForEachEdge
-
- TGForEachNode - Class in com.touchgraph.graphlayout.graphelements
-
TGForEachNode: A dummy object for iterating through nodes
- TGForEachNode() - Constructor for class com.touchgraph.graphlayout.graphelements.TGForEachNode
-
- TGForEachNodePair - Class in com.touchgraph.graphlayout.graphelements
-
TGForEachNodePair: A dummy object for iterating through pairs of nodes
- TGForEachNodePair() - Constructor for class com.touchgraph.graphlayout.graphelements.TGForEachNodePair
-
- TGLayout - Class in com.touchgraph.graphlayout
-
TGLayout is the thread responsible for graph layout.
- TGLayout(TGPanel) - Constructor for class com.touchgraph.graphlayout.TGLayout
-
Constructor with a supplied TGPanel tgp.
- tgLayout - Variable in class com.touchgraph.graphlayout.TGPanel
-
- tgLensSet - Variable in class com.touchgraph.graphlayout.GLPanel
-
- TGLensSet - Class in com.touchgraph.graphlayout
-
TGLensSet: A collection of lenses, where each lens is a function that
warps 2D space.
- TGLensSet() - Constructor for class com.touchgraph.graphlayout.TGLensSet
-
- TGNodeQueue - Class in com.touchgraph.graphlayout.graphelements
-
TGNodeQueue: a very simple queue implementation for doing a breadth
first search.
- TGNodeQueue() - Constructor for class com.touchgraph.graphlayout.graphelements.TGNodeQueue
-
- TGPaintListener - Interface in com.touchgraph.graphlayout
-
TGPaintListener.
- tgPanel - Variable in class com.touchgraph.graphlayout.GLPanel
-
- tgPanel - Variable in class com.touchgraph.graphlayout.interaction.TGAbstractDragUI
-
- tgPanel - Variable in class com.touchgraph.graphlayout.interaction.TGAbstractMousePausedUI
-
- TGPanel - Class in com.touchgraph.graphlayout
-
TGPanel contains code for drawing the graph, and storing which nodes
are selected, and which ones the mouse is over.
- TGPanel() - Constructor for class com.touchgraph.graphlayout.TGPanel
-
Default constructor.
- TGPanel.AdjustOriginLens - Class in com.touchgraph.graphlayout
-
- TGPanel.SwitchSelectUI - Class in com.touchgraph.graphlayout
-
- TGPoint2D - Class in com.touchgraph.graphlayout
-
TGPoint2D is only needed for java 1.1.
- TGPoint2D(double, double) - Constructor for class com.touchgraph.graphlayout.TGPoint2D
-
- TGPoint2D(TGPoint2D) - Constructor for class com.touchgraph.graphlayout.TGPoint2D
-
- TGScrollPane - Interface in com.touchgraph.graphlayout
-
TGScrollPane is a Java interface for a user interface using scrollbars
to set TouchGraph navigation and editing properties such as zoom, rotate
and locality.
- TGSelfDeactivatingUI - Class in com.touchgraph.graphlayout.interaction
-
TGSelfDeactivatingUI: A UI that can deactivate itself once its
task is performed.
- TGSelfDeactivatingUI() - Constructor for class com.touchgraph.graphlayout.interaction.TGSelfDeactivatingUI
-
Default constructor.
- tgUIManager - Variable in class com.touchgraph.graphlayout.GLPanel
-
- TGUIManager - Class in com.touchgraph.graphlayout.interaction
-
TGUIManager switches between major user interfaces, and allows
them to be referred to by name.
- TGUIManager() - Constructor for class com.touchgraph.graphlayout.interaction.TGUIManager
-
Default constructor.
- TGUserInterface - Class in com.touchgraph.graphlayout.interaction
-
TGUserInterface.
- TGUserInterface() - Constructor for class com.touchgraph.graphlayout.interaction.TGUserInterface
-
- to - Variable in class com.touchgraph.graphlayout.Edge
-
- typ - Variable in class com.touchgraph.graphlayout.Node
-
an int indicating the Node type.
- TYPE_CIRCLE - Static variable in class com.touchgraph.graphlayout.Node
-
This Node's type is a Circle.
- TYPE_ELLIPSE - Static variable in class com.touchgraph.graphlayout.Node
-
This Node's type is an Ellipse.
- TYPE_RECTANGLE - Static variable in class com.touchgraph.graphlayout.Node
-
This Node's type is a Rectangle.
- TYPE_ROUNDRECT - Static variable in class com.touchgraph.graphlayout.Node
-
This Node's type is a Round Rectangle.