Class Slot
java.lang.Object
net.sourceforge.plantuml.klimt.compress.Slot
- All Implemented Interfaces:
Comparable<Slot>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Slot
public Slot(double start, double end)
-
-
Method Details
-
toString
-
getStart
public double getStart() -
getEnd
public double getEnd() -
size
public double size() -
contains
public boolean contains(double v) -
intersect
-
merge
-
intersect
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Slot>
-