|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Graph25D | |
y25.io | Provides means for storing and loading graphs created with the y25 package. |
y25.view | Enriches layered layout graphs with realizers and handles rendering through OpenGL. |
Uses of Graph25D in y25.io |
Methods in y25.io with parameters of type Graph25D | |
void |
GMLIOHandler25D.write(Graph25D graph25D,
String name)
Writes the passed 2.5d graph to the file given by the passed string. |
void |
GMLIOHandler25D.read(Graph25D graph25D,
String name)
Reads a 2.5 graph from the file with the passed name into the passed Graph25D . |
Uses of Graph25D in y25.view |
Fields in y25.view declared as Graph25D | |
protected Graph25D |
Graph25DView.graph25D
A reference to the graph that is displayed. |
Methods in y25.view that return Graph25D | |
Graph25D |
Graph25DView.getGraph25D()
Returns the graph that is displayed in this view. |
Methods in y25.view with parameters of type Graph25D | |
void |
Graph25DView.setGraph25D(Graph25D g)
Sets the graph that is displayed in this view. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |