java.lang.Object
net.sourceforge.plantuml.activitydiagram3.ftile.Swimlane
All Implemented Interfaces:
Comparable<Swimlane>, SpecificBackcolorable

public class Swimlane extends Object implements SpecificBackcolorable, Comparable<Swimlane>
  • Constructor Details

    • Swimlane

      public Swimlane(String name, int order)
  • Method Details

    • toString

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

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

      public Colors getColors()
      Specified by:
      getColors in interface SpecificBackcolorable
    • setSpecificColorTOBEREMOVED

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

      public final double getActualWidth()
    • setColors

      public void setColors(Colors colors)
      Specified by:
      setColors in interface SpecificBackcolorable
    • setMinMax

      public void setMinMax(MinMax minMax)
    • getMinMax

      public MinMax getMinMax()
    • compareTo

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

      public boolean isSmallerThanAllOthers(Set<Swimlane> others)