Class ElkEdgeSection
- java.lang.Object
-
- net.sourceforge.plantuml.elk.proxy.graph.ElkEdgeSection
-
public class ElkEdgeSection extends Object
-
-
Constructor Summary
Constructors Constructor Description ElkEdgeSection(Object obj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Collection<ElkBendPoint>getBendPoints()doublegetEndX()doublegetEndY()doublegetStartX()doublegetStartY()inthashCode()
-
-
-
Field Detail
-
obj
public final Object obj
-
-
Constructor Detail
-
ElkEdgeSection
public ElkEdgeSection(Object obj)
-
-
Method Detail
-
getStartX
public double getStartX()
-
getStartY
public double getStartY()
-
getEndX
public double getEndX()
-
getEndY
public double getEndY()
-
getBendPoints
public Collection<ElkBendPoint> getBendPoints()
-
-