Uses of Class
net.sourceforge.plantuml.elk.proxy.graph.ElkNode
Packages that use ElkNode
Package
Description
-
Uses of ElkNode in net.sourceforge.plantuml.elk.proxy.core
Methods in net.sourceforge.plantuml.elk.proxy.core with parameters of type ElkNodeModifier and TypeMethodDescriptionvoid
RecursiveGraphLayoutEngine.layout
(ElkNode root, NullElkProgressMonitor monitor) -
Uses of ElkNode in net.sourceforge.plantuml.elk.proxy.graph
Methods in net.sourceforge.plantuml.elk.proxy.graph that return ElkNode -
Uses of ElkNode in net.sourceforge.plantuml.elk.proxy.graph.util
Methods in net.sourceforge.plantuml.elk.proxy.graph.util that return ElkNodeModifier and TypeMethodDescriptionstatic ElkNode
ElkGraphUtil.createGraph()
static ElkNode
ElkGraphUtil.createNode
(ElkNode root) Methods in net.sourceforge.plantuml.elk.proxy.graph.util with parameters of type ElkNodeModifier and TypeMethodDescriptionstatic ElkLabel
ElkGraphUtil.createLabel
(ElkNode node) static ElkNode
ElkGraphUtil.createNode
(ElkNode root) static ElkEdge
ElkGraphUtil.createSimpleEdge
(ElkNode node1, ElkNode node2)