Class SlotSet
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.comp.SlotSet
-
-
Constructor Summary
Constructors Constructor Description SlotSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAll(SlotSet other)
void
addSlot(double start, double end)
void
drawDebugX(UGraphic ug, double size)
SlotSet
filter(double start, double end)
List<Slot>
getSlots()
Iterator<Slot>
iterator()
SlotSet
reverse()
SlotSet
smaller(double margin)
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
filter
public SlotSet filter(double start, double end)
-
addAll
public void addAll(SlotSet other)
-
addSlot
public void addSlot(double start, double end)
-
smaller
public SlotSet smaller(double margin)
-
reverse
public SlotSet reverse()
-
drawDebugX
public void drawDebugX(UGraphic ug, double size)
-
-