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 TypeMethodDescriptionvoidRecursiveGraphLayoutEngine.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 ElkNodeElkGraphUtil.createGraph()static ElkNodeElkGraphUtil.createNode(ElkNode root) Methods in net.sourceforge.plantuml.elk.proxy.graph.util with parameters of type ElkNodeModifier and TypeMethodDescriptionstatic ElkLabelElkGraphUtil.createLabel(ElkNode node) static ElkNodeElkGraphUtil.createNode(ElkNode root) static ElkEdgeElkGraphUtil.createSimpleEdge(ElkNode node1, ElkNode node2)