| |
All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- actionPerformed(ActionEvent).
Method in class GraphTest
-
- adjustmentValueChanged(AdjustmentEvent).
Method in class GraphTest
-
- delay.
Variable in class GraphPanel
- Delay between each layout iteration
- distance2(int, int).
Method in class Node
- Returns the square of the distance to the center of this node.
- firstSpreadDone.
Variable in class GraphPanel
-
- getArrow().
Method in class Edge
- An arrow to be used drawing the edge
- getMinimumSize().
Method in class GraphPanel
-
- getPreferredSize().
Method in class GraphPanel
- Guess the space we may need
- GraphTest().
Constructor for class GraphTest
-
- init().
Method in class GraphTest
-
- itemStateChanged(ItemEvent).
Method in class GraphTest
-
- mouseClicked(MouseEvent).
Method in class GraphPanel
-
- mouseDragged(MouseEvent).
Method in class GraphPanel
-
- mouseEntered(MouseEvent).
Method in class GraphPanel
-
- mouseExited(MouseEvent).
Method in class GraphPanel
-
- mouseMoved(MouseEvent).
Method in class GraphPanel
-
- mousePressed(MouseEvent).
Method in class GraphPanel
-
- mouseReleased(MouseEvent).
Method in class GraphPanel
-
- nIterations.
Variable in class GraphPanel
- Number of layout iterations since the last spreadNodes() of nodes
- paint(Graphics).
Method in class Node
- Paints the node with appropriate color
- paint(Graphics, boolean).
Method in class Edge
- Draws a graph edge, possibly showing the current stress (length) value
- processMouseEvent(MouseEvent).
Method in class GraphPanel
-
- random.
Variable in class GraphPanel
-
- relaxer.
Variable in class GraphPanel
- The Thread object providing background processing
- run().
Method in class GraphPanel
-
- start().
Method in class GraphPanel
- Randomize the nodes so the algorithm may later converge, and start the layout/redraw thread
- start().
Method in class GraphTest
-
- stop().
Method in class GraphPanel
-
- stop().
Method in class GraphTest
-
- stress.
Variable in class GraphPanel
-
- update(Graphics).
Method in class GraphPanel
- Draws the graph, asking help to Edge and Node.
|