Class Swimlane
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.ftile.Swimlane
-
- All Implemented Interfaces:
java.lang.Comparable<Swimlane>,SpecificBackcolorable
public class Swimlane extends java.lang.Object implements SpecificBackcolorable, java.lang.Comparable<Swimlane>
-
-
Constructor Summary
Constructors Constructor Description Swimlane(java.lang.String name, int order)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Swimlane other)doublegetActualWidth()ColorsgetColors()DisplaygetDisplay()MinMaxgetMinMax()java.lang.StringgetName()UTranslategetTranslate()booleanisSmallerThanAllOthers(java.util.Set<Swimlane> others)voidsetColors(Colors colors)voidsetDisplay(Display label)voidsetMinMax(MinMax minMax)voidsetSpecificColorTOBEREMOVED(ColorType type, HColor color)voidsetTranslate(UTranslate translate)voidsetWidth(double actualWidth)java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.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)
-
getColors
public Colors getColors()
- Specified by:
getColorsin interfaceSpecificBackcolorable
-
getActualWidth
public final double getActualWidth()
-
setColors
public void setColors(Colors colors)
- Specified by:
setColorsin interfaceSpecificBackcolorable
-
setMinMax
public void setMinMax(MinMax minMax)
-
getMinMax
public MinMax getMinMax()
-
compareTo
public int compareTo(Swimlane other)
- Specified by:
compareToin interfacejava.lang.Comparable<Swimlane>
-
isSmallerThanAllOthers
public boolean isSmallerThanAllOthers(java.util.Set<Swimlane> others)
-
-