public class Swimlane extends java.lang.Object implements SpecificBackcolorable
Constructor and Description |
---|
Swimlane(java.lang.String name) |
Modifier and Type | Method and 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() |
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getName()
public Display getDisplay()
public void setDisplay(Display label)
public final UTranslate getTranslate()
public final void setTranslateAndWidth(UTranslate translate, double actualWidth)
public Colors getColors(ISkinParam skinParam)
getColors
in interface SpecificBackcolorable
public void setSpecificColorTOBEREMOVED(ColorType type, HtmlColor color)
public final double getActualWidth()
public void setColors(Colors colors)
setColors
in interface SpecificBackcolorable
public void setMinMax(MinMax minMax)
public MinMax getMinMax()