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 ElkNode
createGraph()
static ElkLabel
createLabel(ElkEdge edge)
static ElkLabel
createLabel(ElkNode node)
static ElkNode
createNode(ElkNode root)
static ElkEdge
createSimpleEdge(ElkNode node1, ElkNode node2)
-
-
-
Method Detail
-
createGraph
public static ElkNode createGraph()
-
-