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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addAll(SlotSet other)
     
    void
    addSlot(double start, double end)
     
    void
    drawDebugX(UGraphic ug, double size)
     
    filter(double start, double end)
     
    java.util.List<Slot>
     
    java.util.Iterator<Slot>
     
     
    smaller(double margin)
     
    java.lang.String
     

    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
  • 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 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)