net.sourceforge.plantuml.ugraphic
Class Slot
java.lang.Object
net.sourceforge.plantuml.ugraphic.Slot
- All Implemented Interfaces:
- Comparable<Slot>
public class Slot
- extends Object
- implements Comparable<Slot>
Constructor Summary |
Slot(double start,
double end)
|
Slot
public Slot(double start,
double end)
toString
public String toString()
- Overrides:
toString
in class Object
getStart
public double getStart()
getEnd
public double getEnd()
size
public double size()
contains
public boolean contains(double v)
intersect
public boolean intersect(Slot other)
merge
public Slot merge(Slot other)
compareTo
public int compareTo(Slot other)
- Specified by:
compareTo
in interface Comparable<Slot>
Copyright © 2013. All Rights Reserved.