Class Swimlane

    • Constructor Detail

      • Swimlane

        public Swimlane​(java.lang.String name,
                        int order,
                        Pragma pragma)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getName

        public java.lang.String getName()
      • getDisplay

        public Display getDisplay()
      • setDisplay

        public void setDisplay​(Display label)
      • getTranslate

        public final UTranslate getTranslate()
      • setTranslate

        public final void setTranslate​(UTranslate translate)
      • setWidth

        public final void setWidth​(double actualWidth)
      • setSpecificColorTOBEREMOVED

        public void setSpecificColorTOBEREMOVED​(ColorType type,
                                                HColor color)
      • getActualWidth

        public final double getActualWidth()
      • setMinMax

        public void setMinMax​(MinMax minMax)
      • getMinMax

        public MinMax getMinMax()
      • compareTo

        public int compareTo​(Swimlane other)
        Specified by:
        compareTo in interface java.lang.Comparable<Swimlane>
      • isSmallerThanAllOthers

        public boolean isSmallerThanAllOthers​(java.util.Set<Swimlane> others)