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, waitfromJson, toJsonpublic SugiyamaLayoutInfo(Graph graph, EmptyConfiguration configuration, DrawingFrame frame)
public Graph getGraph()
getGraph in interface GraphLayoutInfopublic EmptyConfiguration getConfiguration()
getConfiguration in interface GraphLayoutInfopublic GraphDrawingAlgorithm<?> getGraphDrawingAlgorithm()
getGraphDrawingAlgorithm in interface GraphLayoutInfopublic DrawingFrame getDrawingFrame()
getDrawingFrame in interface GraphLayoutInfo