Class Swimlane
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.ftile.Swimlane
-
- All Implemented Interfaces:
SpecificBackcolorable
public class Swimlane extends java.lang.Object implements SpecificBackcolorable
-
-
Constructor Summary
Constructors Constructor Description Swimlane(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetActualWidth()ColorsgetColors(ISkinParam skinParam)DisplaygetDisplay()MinMaxgetMinMax()java.lang.StringgetName()UTranslategetTranslate()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(ISkinParam skinParam)
- 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()
-
-