Class SlotSet
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.compress.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)java.util.List<Slot>getSlots()java.util.Iterator<Slot>iterator()SlotSetreverse()SlotSetsmaller(double margin)java.lang.StringtoString()
-
-
-
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)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getSlots
public java.util.List<Slot> getSlots()
-
iterator
public java.util.Iterator<Slot> iterator()
- Specified by:
iteratorin interfacejava.lang.Iterable<Slot>
-
reverse
public SlotSet reverse()
-
drawDebugX
public void drawDebugX(UGraphic ug, double size)
-
-