Class Segment
java.lang.Object
net.sourceforge.plantuml.sequencediagram.graphic.Segment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleancontains(double y) final booleancutSegmentIfNeed(Collection<Segment> allDelays) booleanfinal doublefinal doublegetPos1()final doublegetPos2()inthashCode()toString()
-
Constructor Details
-
Segment
public Segment(double pos1, double pos2)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
contains
public final boolean contains(double y) -
contains
-
toString
-
getLength
public final double getLength() -
getPos1
public final double getPos1() -
getPos2
public final double getPos2() -
merge
-
cutSegmentIfNeed
-