Class ElkEdge
- java.lang.Object
-
- net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
-
- net.sourceforge.plantuml.elk.proxy.graph.ElkEdge
-
public class ElkEdge extends ElkWithProperty
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
obj
-
-
Constructor Summary
Constructors Constructor Description ElkEdge(java.lang.Object obj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElkNode
getContainingNode()
java.util.Collection<ElkLabel>
getLabels()
java.util.List<ElkEdgeSection>
getSections()
boolean
isHierarchical()
-
Methods inherited from class net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
equals, hashCode, setProperty
-
-
-
-
Method Detail
-
getContainingNode
public ElkNode getContainingNode()
-
getLabels
public java.util.Collection<ElkLabel> getLabels()
-
getSections
public java.util.List<ElkEdgeSection> getSections()
-
isHierarchical
public boolean isHierarchical()
-
-