java.lang.Object
net.sourceforge.plantuml.klimt.compress.SlotSet
All Implemented Interfaces:
Iterable<Slot>

public class SlotSet extends Object implements Iterable<Slot>
  • Constructor Details

    • SlotSet

      public SlotSet()
  • Method Details

    • 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 String toString()
      Overrides:
      toString in class Object
    • getSlots

      public List<Slot> getSlots()
    • iterator

      public Iterator<Slot> iterator()
      Specified by:
      iterator in interface Iterable<Slot>
    • reverse

      public SlotSet reverse()
    • drawDebugX

      public void drawDebugX(UGraphic ug, double size)