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