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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElkNodegetContainingNode()Collection<ElkLabel>getLabels()List<ElkEdgeSection>getSections()booleanisHierarchical()-
Methods inherited from class net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
equals, hashCode, setProperty
-
-
-
-
Constructor Detail
-
ElkEdge
public ElkEdge(Object obj)
-
-
Method Detail
-
getContainingNode
public ElkNode getContainingNode()
-
getLabels
public Collection<ElkLabel> getLabels()
-
getSections
public List<ElkEdgeSection> getSections()
-
isHierarchical
public boolean isHierarchical()
-
-