Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
X
J
JGraph
- class beowulf.gui.
JGraph
.
This class is a swing visualization of a beowulf.model.graph.GraphModel.
JGraph()
- Constructor for class beowulf.gui.
JGraph
The basic constructor for JGraph.
JGraph(int)
- Constructor for class beowulf.gui.
JGraph
This constructor takes in a single int - one of the flags defined in this class indicating a directed or undirected graph.
JGraph(int, JNodeFactory)
- Constructor for class beowulf.gui.
JGraph
This constructor takes in both a graph type and a JNodeFactory used to create JNodes.
JGraph(GraphModel)
- Constructor for class beowulf.gui.
JGraph
This constructor takes in an existing GraphModel and uses it right away.
JGraph(GraphModel, JNodeFactory)
- Constructor for class beowulf.gui.
JGraph
This constructor takes in both an existing GraphModel and a JNodeFactory, used to create JNodes.
JGraph(Vector, Vector, int)
- Constructor for class beowulf.gui.
JGraph
This constructor takes in a list of existing nodes and edges between them, as well as a graph type.
JGraph(Vector, Vector, int, JNodeFactory)
- Constructor for class beowulf.gui.
JGraph
This constructor takes in lists of existing nodes and edges, the graph type, and a new JNodeFactory.
JNode
- class beowulf.gui.
JNode
.
A JNode is a GUI representation of a node in a graph.
JNode(Object)
- Constructor for class beowulf.gui.
JNode
Construct a new JNode with a given node to represent.
JNode.PropertiesWindow
- class beowulf.gui.
JNode.PropertiesWindow
.
This class is a specialized JFrame and will display all relevant properties of a JNode when the "show properties" option in a JNode's popup menu is selected.
JNode.PropertiesWindow()
- Constructor for class beowulf.gui.
JNode.PropertiesWindow
Basic constructor used to do the initial setup.
JNodeFactory
- class beowulf.gui.
JNodeFactory
.
This class is a simple factory class that simply produces JNodes for a node in a graph.
JNodeFactory()
- Constructor for class beowulf.gui.
JNodeFactory
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
X