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 Graph3DIntGraphFileLoader. loadGraph2DInt(boolean unique_labels)Graph3DIntGraphFileLoader. 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. graphsMethods in mgui.io.domestic.shapes that return Graph3DInt Modifier and Type Method Description Graph3DIntGraph3DOutputOptions. getGraph(int i)Methods in mgui.io.domestic.shapes with parameters of type Graph3DInt Modifier and Type Method Description booleanGraph3DWriter. 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 Graph3DIntPajekGraphLoader. loadGraph3DInt()Graph3DIntPajekGraphLoader. loadGraph3DInt(boolean unique_labels)