public class SugiyamaLayoutInfo extends java.lang.Object implements GraphLayoutInfo, JsonSerializable
Constructor and Description |
---|
SugiyamaLayoutInfo(Graph graph,
EmptyConfiguration configuration,
DrawingFrame frame) |
Modifier and Type | Method and Description |
---|---|
EmptyConfiguration |
getConfiguration() |
DrawingFrame |
getDrawingFrame() |
Graph |
getGraph() |
GraphDrawingAlgorithm<?> |
getGraphDrawingAlgorithm() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fromJson, toJson
public SugiyamaLayoutInfo(Graph graph, EmptyConfiguration configuration, DrawingFrame frame)
public Graph getGraph()
getGraph
in interface GraphLayoutInfo
public EmptyConfiguration getConfiguration()
getConfiguration
in interface GraphLayoutInfo
public GraphDrawingAlgorithm<?> getGraphDrawingAlgorithm()
getGraphDrawingAlgorithm
in interface GraphLayoutInfo
public DrawingFrame getDrawingFrame()
getDrawingFrame
in interface GraphLayoutInfo