Class ElkGraphUtil
- java.lang.Object
-
- net.sourceforge.plantuml.elk.proxy.graph.util.ElkGraphUtil
-
public class ElkGraphUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ElkGraphUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ElkNodecreateGraph()static ElkLabelcreateLabel(ElkEdge edge)static ElkLabelcreateLabel(ElkNode node)static ElkNodecreateNode(ElkNode root)static ElkEdgecreateSimpleEdge(ElkNode node1, ElkNode node2)
-
-
-
Method Detail
-
createGraph
public static ElkNode createGraph()
-
-