Class SlotSet

  • All Implemented Interfaces:
    java.lang.Iterable<Slot>

    public class SlotSet
    extends java.lang.Object
    implements java.lang.Iterable<Slot>
    • Constructor Detail

      • SlotSet

        public SlotSet()
    • 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:
        toString in class java.lang.Object
      • getSlots

        public java.util.List<Slot> getSlots()
      • iterator

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

        public SlotSet reverse()
      • drawDebugX

        public void drawDebugX​(UGraphic ug,
                               double size)