| Constructor and Description |
|---|
SlotSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(SlotSet other) |
void |
addSlot(double start,
double end) |
void |
drawDebugX(UGraphic ug,
double size) |
SlotSet |
filter(double start,
double end) |
java.util.List<Slot> |
getSlots() |
java.util.Iterator<Slot> |
iterator() |
SlotSet |
reverse() |
SlotSet |
smaller(double margin) |
java.lang.String |
toString() |
public SlotSet filter(double start, double end)
public void addAll(SlotSet other)
public void addSlot(double start,
double end)
public SlotSet smaller(double margin)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<Slot> getSlots()
public java.util.Iterator<Slot> iterator()
iterator in interface java.lang.Iterable<Slot>public SlotSet reverse()
public void drawDebugX(UGraphic ug, double size)