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 double
getActualWidth()
Colors
getColors(ISkinParam skinParam)
Display
getDisplay()
MinMax
getMinMax()
java.lang.String
getName()
UTranslate
getTranslate()
void
setColors(Colors colors)
void
setDisplay(Display label)
void
setMinMax(MinMax minMax)
void
setSpecificColorTOBEREMOVED(ColorType type, HtmlColor color)
void
setTranslateAndWidth(UTranslate translate, double actualWidth)
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getName
public java.lang.String getName()
-
getDisplay
public Display getDisplay()
-
setDisplay
public void setDisplay(Display label)
-
getTranslate
public final UTranslate getTranslate()
-
setTranslateAndWidth
public final void setTranslateAndWidth(UTranslate translate, double actualWidth)
-
getColors
public Colors getColors(ISkinParam skinParam)
- Specified by:
getColors
in interfaceSpecificBackcolorable
-
setSpecificColorTOBEREMOVED
public void setSpecificColorTOBEREMOVED(ColorType type, HtmlColor color)
-
getActualWidth
public final double getActualWidth()
-
setColors
public void setColors(Colors colors)
- Specified by:
setColors
in interfaceSpecificBackcolorable
-
setMinMax
public void setMinMax(MinMax minMax)
-
getMinMax
public MinMax getMinMax()
-
-