A B C D E F G I K M N O P R S T U V X Y

A

actionPerformed(ActionEvent) - Method in class NetVisUI
 
addChild(JInternalFrame, int, int) - Method in class NetVisUIDesktopFrame
 
addGraf(JInternalFrame, int, int) - Method in class NetVisUIDesktopFrame
 
angle - Variable in class NetVis
 
app - Static variable in class NetVisUI
 

B

BORDER - Static variable in class NetVis
Size (in pixel) of border around 2D-visualization.

C

c3D - Variable in class NetVis
 
cbShow2dLoad - Variable in class NetVisUIDesktopFrame
 
cbShow3dCapacity - Variable in class NetVisUIDesktopFrame
 
cbShow3dLoad - Variable in class NetVisUIDesktopFrame
 
clearPaint - Variable in class NetVis
Paint used for clearing pies.
coord - Variable in class NetVisUIDesktopFrame
 
createFileMenu() - Method in class NetVisUIDesktopFrame
 
createSceneGraph() - Method in class NetVis
Creates scene graph for Java3D.
CYLHEIGHT - Static variable in class NetVis
Maximum height (in world-coordinates) of cylinders used for 3d-visualization.
CYLRADIUS - Static variable in class NetVis
Radius (in world-coordinates) of cylinders used for 3d-visualization.

D

desk - Variable in class NetVisUIDesktopFrame
 
desktop - Variable in class NetVisUI
 

E

Edge - class Edge.
Class for representing edges in graphs.
Edge(int, int, int, int) - Constructor for class Edge
Default constructor.
edgePaint - Variable in class NetVis
Paint used for visualizing edges.
edges - Variable in class NetData
HashMap holding edge-data.
edgeStroke - Variable in class NetVis
Stroke used for visualizing edges.

F

from - Variable in class Edge
Id of the first knot.

G

getEdge(int) - Method in class NetData
Return Edge object for edge with specified id.
getEdges() - Method in class NetData
Return HashMap holding edge data.
getKnot(int) - Method in class NetData
Return Knot object for knot with specified id.
getKnots() - Method in class NetData
Return HashMap holding knot data.
graph - Variable in class NetVisUI
 
graph - Variable in class NetVisUIDesktopFrame
 

I

id - Variable in class Edge
Id of the edge.
id - Variable in class Knot
Id of the knot.
itemStateChanged(ItemEvent) - Method in class NetVisUI
 

K

Knot - class Knot.
Class for representing knots in graphs.
Knot(int, int, int, int, int) - Constructor for class Knot
Default constructor.
knots - Variable in class NetData
HashMap holding knot-data.
KNOTSIZE - Static variable in class NetVis
Size (in pixel) of circles representing knots in 2d-visualization.
knotStroke - Variable in class NetVis
Stroke used for visualizing knots.

M

main(String[]) - Static method in class NetVisUI
Main method.

N

netData - Variable in class NetVis
Data to be visualized.
netData - Variable in class NetVisUI
Data to be visualized.
NetData - class NetData.
Class for reading datasets from files.
NetData(String) - Constructor for class NetData
Read data from Files specified by baseFileName.
NetVis - class NetVis.
Class for visualizing net data.
NetVis() - Constructor for class NetVis
Default constructor.
NetVisUI - class NetVisUI.
 
NetVisUI() - Constructor for class NetVisUI
 
NetVisUIChildFrame1 - class NetVisUIChildFrame1.
 
NetVisUIChildFrame1(String, NetVisUI) - Constructor for class NetVisUIChildFrame1
 
NetVisUIChildFrame2 - class NetVisUIChildFrame2.
 
NetVisUIChildFrame2(String, NetVisUI) - Constructor for class NetVisUIChildFrame2
 
NetVisUIChildFrame3 - class NetVisUIChildFrame3.
 
NetVisUIChildFrame3(String, NetVis, EventListener) - Constructor for class NetVisUIChildFrame3
 
NetVisUIDesktopFrame - class NetVisUIDesktopFrame.
 
NetVisUIDesktopFrame(NetVisUI) - Constructor for class NetVisUIDesktopFrame
Default constructor.
nv - Variable in class NetVisUI
Visualization class.

O

objTrans - Variable in class NetVis
 
OPT_2D_LOAD - Static variable in class NetVisUI
 
OPT_3D_CAPACITY - Static variable in class NetVisUI
 
OPT_3D_LOAD - Static variable in class NetVisUI
 

P

pie2Paint - Variable in class NetVis
Paint used for fill of pies.
piePaint - Variable in class NetVis
Paint used for outline of pies.
PIERADIUS - Static variable in class NetVis
Size (in pixel) of pie-charts used in 2d-visualization.
pieStroke - Variable in class NetVis
Stroke used for visualizing pies.

R

reset3d() - Method in class NetVis
Reset viewing transform of scene graph to initial value.

S

setCtrlAccelerator(JMenuItem, char) - Method in class NetVisUIDesktopFrame
 
setNetData(NetData) - Method in class NetVis
Set data to be visualized and update scene graph and 2d visualization.
setShow2dPies(boolean) - Method in class NetVis
Toggle visualization of 2d pies.
setShow3dCapacity(boolean) - Method in class NetVis
Toggle visualization of capacity data.
setShow3dLoad(boolean) - Method in class NetVis
Toggle visualization of load data.
setup() - Method in class NetVis
Does basic setup of Java3D, create 2d visualization and 3d scene graph.
show2dPies - Variable in class NetVis
Flag whether pies should be drawn.
show3dCapacity - Variable in class NetVis
Flag whether cylinders visualizing capacity data should be drawn.
show3dLoad - Variable in class NetVis
Flag whether cylinders visualizing load data should be drawn.
start() - Method in class NetVisUI
 
sw - Variable in class NetVis
 

T

t3d3 - Variable in class NetVis
 
tex - Variable in class NetVis
 
TEXTURESIZE - Static variable in class NetVis
Size (in pixel) of generated 2d-visualization texture.
to - Variable in class Edge
Id of the second knot.
trans - Variable in class NetVis
 

U

u - Variable in class NetVis
 
ui - Variable in class NetVisUIDesktopFrame
 
updateShow3d() - Method in class NetVis
Update scene graph to show correct objects according to flags show3dLoad and show3dCapacity.

V

val - Variable in class Edge
Value associated with edge.
val1 - Variable in class Knot
First value associated with knot.
val2 - Variable in class Knot
Second value associated with knot.
vis2DImg - Variable in class NetVis
 
visualize2D(BufferedImage) - Method in class NetVis
Do 2d visualization of graph.

X

x - Variable in class Knot
X-Coordinate of the knot.

Y

y - Variable in class Knot
Y-Coordinate of the knot.

A B C D E F G I K M N O P R S T U V X Y