Uses of Class
mgui.interfaces.shapes.graphs.util.Graph2DLayout
Package | Description |
---|---|
mgui.interfaces.shapes.graphs |
-
Uses of Graph2DLayout in mgui.interfaces.shapes.graphs
Fields in mgui.interfaces.shapes.graphs declared as Graph2DLayout Modifier and Type Field Description protected Graph2DLayout<AbstractGraphNode,AbstractGraphEdge>
Graph2DInt. graph_layout
Constructors in mgui.interfaces.shapes.graphs with parameters of type Graph2DLayout Constructor Description Graph2DInt(Graph2D graph, Graph2DLayout<AbstractGraphNode,AbstractGraphEdge> layout)
Graph2DInt(Graph2D graph, Graph2DLayout<AbstractGraphNode,AbstractGraphEdge> layout, java.util.HashMap<AbstractGraphNode,java.lang.Integer> index_map)
RenderServer(Graph2DLayout<AbstractGraphNode,AbstractGraphEdge> layout)