|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Graph | |
jcreek.gui.conceptmap | |
jcreek.util.graph | |
jcreek.util.graph.layout |
Uses of Graph in jcreek.gui.conceptmap |
Subclasses of Graph in jcreek.gui.conceptmap | |
class |
ConceptMapModel
This is and extention of the Graph class that serves as a model (in the model-view-controller paradigm) for the ConceptMapView. |
Uses of Graph in jcreek.util.graph |
Fields in jcreek.util.graph declared as Graph | |
protected Graph |
Node.graph
|
protected Graph |
Edge.graph
|
Methods in jcreek.util.graph that return Graph | |
Graph |
Node.getGraph()
Returns the Graph this Node is a part of. |
Uses of Graph in jcreek.util.graph.layout |
Fields in jcreek.util.graph.layout declared as Graph | |
protected Graph |
SpringEmbedderLayout.graph
|
Methods in jcreek.util.graph.layout with parameters of type Graph | |
void |
SpringEmbedderLayout.layout(Graph graph,
java.awt.Rectangle bounds)
|
void |
SpringEmbedderLayout.layout(Graph graph,
java.awt.Rectangle bounds,
int iterations)
|
void |
SpringEmbedderLayout.layout(Graph graph,
Node[] nodes,
java.awt.Rectangle bounds)
|
void |
SpringEmbedderLayout.layout(Graph graph,
Node[] nodes,
java.awt.Rectangle bounds,
int iterations)
|
void |
Layout.layout(Graph graph,
java.awt.Rectangle bounds)
Lay out the graph within the supplied bounds. |
void |
Layout.layout(Graph graph,
Node[] nodes,
java.awt.Rectangle bounds)
Lay out the specified nodes of the graph within the supplied bounds. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |