Class Segment
java.lang.Object
net.sourceforge.plantuml.sequencediagram.graphic.Segment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
contains
(double y) final boolean
cutSegmentIfNeed
(Collection<Segment> allDelays) boolean
final double
final double
getPos1()
final double
getPos2()
int
hashCode()
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
-