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 voidaddAll(SlotSet other)voidaddSlot(double start, double end)voiddrawDebugX(UGraphic ug, double size)SlotSetfilter(double start, double end)List<Slot>getSlots()Iterator<Slot>iterator()SlotSetreverse()SlotSetsmaller(double margin)StringtoString()-
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)
-
-