Uses of Class
mgui.interfaces.shapes.graphs.Graph3DInt
Package | Description |
---|---|
mgui.io.domestic.graphs | |
mgui.io.domestic.shapes | |
mgui.io.foreign.pajek |
-
Uses of Graph3DInt in mgui.io.domestic.graphs
Methods in mgui.io.domestic.graphs that return Graph3DInt Modifier and Type Method Description Graph3DInt
GraphFileLoader. loadGraph2DInt(boolean unique_labels)
Graph3DInt
GraphFileLoader. loadGraph3DInt(boolean unique_labels)
-
Uses of Graph3DInt in mgui.io.domestic.shapes
Fields in mgui.io.domestic.shapes with type parameters of type Graph3DInt Modifier and Type Field Description java.util.ArrayList<Graph3DInt>
Graph3DOutputOptions. graphs
Methods in mgui.io.domestic.shapes that return Graph3DInt Modifier and Type Method Description Graph3DInt
Graph3DOutputOptions. getGraph(int i)
Methods in mgui.io.domestic.shapes with parameters of type Graph3DInt Modifier and Type Method Description boolean
Graph3DWriter. writeGraph(Graph3DInt graph, ProgressUpdater progress_bar)
Writes this Graph3DInt to file using its domestic XML representation. -
Uses of Graph3DInt in mgui.io.foreign.pajek
Methods in mgui.io.foreign.pajek that return Graph3DInt Modifier and Type Method Description Graph3DInt
PajekGraphLoader. loadGraph3DInt()
Graph3DInt
PajekGraphLoader. loadGraph3DInt(boolean unique_labels)