|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Graph | |
jcreek.cke.conceptview | |
jcreek.cke.document | |
jcreek.cke.graph | |
jcreek.cke.graph.layout |
Uses of Graph in jcreek.cke.conceptview |
Fields in jcreek.cke.conceptview declared as Graph | |
protected Graph |
DrawingSurface.graph
List of relations from the model. |
Methods in jcreek.cke.conceptview that return Graph | |
Graph |
DrawingSurface.getGraph()
|
Methods in jcreek.cke.conceptview with parameters of type Graph | |
void |
DrawingSurface.setGraph(Graph graph)
Updates the display to match the current state of the model. |
void |
ConceptView.setGraph(Graph graph)
Updates the display to match the current state of the model. |
Uses of Graph in jcreek.cke.document |
Methods in jcreek.cke.document with parameters of type Graph | |
boolean |
SerializeGraphDocument.revert(Graph g,
java.lang.String savedTitle)
|
boolean |
SerializeFormat.read(java.io.FileInputStream fis,
Graph grp,
java.lang.StringBuffer title)
|
boolean |
SerializeFormat.write(java.io.FileOutputStream fos,
Graph graph,
java.lang.String title)
Writes the Knowledge Model and the graph to the given output stream. |
boolean |
CreekFormat.read(java.io.FileInputStream is,
Graph grp,
java.lang.StringBuffer title)
Read the given input file and fill in the given Graph. |
boolean |
CreekFormat.write(java.io.FileOutputStream os,
Graph graph,
java.lang.String title)
Writes the graph to the given output stream. |
boolean |
CreekDocument.revert(Graph g,
java.lang.String title)
|
Uses of Graph in jcreek.cke.graph |
Classes in jcreek.cke.graph that implement Graph | |
class |
DefaultGraph
|
class |
TreeGraph
|
Methods in jcreek.cke.graph that return Graph | |
Graph |
GraphModel.getGraph()
|
Graph |
CreekModel.getGraph()
|
Methods in jcreek.cke.graph with parameters of type Graph | |
void |
GraphModel.replace(Graph grp)
|
void |
Graph.copy(Graph newgraph)
|
void |
DefaultGraph.copy(Graph newGraph)
|
void |
CreekModel.replace(Graph grp)
|
Uses of Graph in jcreek.cke.graph.layout |
Methods in jcreek.cke.graph.layout that return Graph | |
protected Graph |
TreeLayout.createTree(Graph graph)
|
Methods in jcreek.cke.graph.layout with parameters of type Graph | |
void |
TreeLayout.layout(Graph graph,
java.awt.Rectangle bounds)
|
protected Graph |
TreeLayout.createTree(Graph graph)
|
void |
Layout.layout(Graph graph,
java.awt.Rectangle bounds)
Lay out the graph within the supplied bounds. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |