Package mgui.interfaces.graphs.layouts
Specifies layouts for 2D and 3D graph rendering.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Class Summary Class Description Coordinate3DLayout<V extends AbstractGraphNode,E extends AbstractGraphEdge> Layout for graph nodes in 3D, specifying fixed positions in R3.CoordinateLayout<V extends AbstractGraphNode,E extends AbstractGraphEdge> Layout for AbstractGraphNodes, which projects the 3D locations of these nodes onto a given plane.