Class Slot
java.lang.Object
net.sourceforge.plantuml.ugraphic.comp.Slot
- All Implemented Interfaces:
java.lang.Comparable<Slot>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Slot
public Slot(double start, double end)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
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 interfacejava.lang.Comparable<Slot>
-