Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
K
L
M
N
O
R
S
T
U
V
X
Y
Z
G
GenerateRandomGraph_constNodeSize(int, int)
- Static method in class logic.
GraphGenerator
Generates a random graph.
generateTree(Node)
- Method in class logic.
GraphProcessing
main part of the algorithm.
getAngle()
- Method in class data.
Node
return the angle of the node
getAngularWidth()
- Method in class data.
Node
return the angular width of the node
getAnimationTiming()
- Static method in class logic.
Visualization
time of animation in nanoseconds
getChildren()
- Method in class data.
Node
return the children of the node
getFather()
- Method in class data.
Node
return the father of the node
getFocusNode()
- Method in class logic.
GraphProcessing
getFocusNode()
- Static method in class logic.
Visualization
returns the focus node
getGL()
- Method in class logic.
CanvasHandler
returns the jogl GL context
getGraphic()
- Method in class data.
Node
return the graphic of the node
getGraphProcessing()
- Static method in class logic.
Visualization
returns the GraphProcessing of the Visualization
getID()
- Method in class data.
Node
returns the ID of the node
getName()
- Method in class data.
Node
return the name of the node
getNeighbors()
- Method in class data.
Node
return the neighbors of the node
getNeighbors()
- Method in class logic.
GraphGenerator.Graph
getNodeAt(Vector2)
- Static method in class logic.
Visualization
returns the node at a given euclidian position if one is there and run() is not running, otherwise returns null
getNodeList()
- Method in class logic.
GraphGenerator.Graph
getOldAngle()
- Method in class data.
Node
return the old angle of the node
getOldRing()
- Method in class data.
Node
return the old ring of the node
getOthers()
- Method in class data.
Node
return the others of the node
getPos()
- Method in class data.
Camera
returns the camera position in world coordinates
getPosition()
- Method in class data.
Sprite
returns the position of the Sprite (middle)
getRadiusOfRing(int)
- Static method in class logic.
Visualization
gets the radius of a particular ring taking ringScaling and ringDisort into account
getRing()
- Method in class data.
Node
return the ring on that the node lays
getRingDisort()
- Static method in class logic.
Visualization
the rings are disorted according to their number and ringDisort (outer rings have less distance)
getRingScaling()
- Static method in class logic.
Visualization
ring scaling
getSectorEnd()
- Method in class data.
Node
return the sector end of the node
getSectorStart()
- Method in class data.
Node
return the sector start of the node
getSize()
- Method in class data.
Node
retuns the size of the node
getVisitedCounter()
- Method in class data.
Node
return the visitedCounter(used by GraphProcessing) of the node
getZoom()
- Method in class data.
Camera
returns the zoom factor of the camera
GraphGenerator
- Class in
logic
GraphGenerator()
- Constructor for class logic.
GraphGenerator
GraphGenerator.Graph
- Class in
logic
GraphGenerator.Graph(List<Node>, HashMap<Integer, LinkedList<Node>>)
- Constructor for class logic.
GraphGenerator.Graph
constructor for a graph
GraphProcessing
- Class in
logic
GraphProcessing()
- Constructor for class logic.
GraphProcessing
GraphProcessing.BreadthFirstIterator
- Class in
logic
a Breath First Iterator traversing the graph (gernerateTree() has to be called previously)
GraphProcessing.BreadthFirstIterator()
- Constructor for class logic.
GraphProcessing.BreadthFirstIterator
GraphProcessing.DepthFirstIterator
- Class in
logic
a Depth First Iterator traversing the graph (gernerateTree() has to be called previously)
GraphProcessing.DepthFirstIterator()
- Constructor for class logic.
GraphProcessing.DepthFirstIterator
GUI
- Class in
ui
GUI()
- Constructor for class ui.
GUI
GUI.NodeAction
- Enum in
ui
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
K
L
M
N
O
R
S
T
U
V
X
Y
Z