public class Swimlane extends java.lang.Object implements SpecificBackcolorable, java.lang.Comparable<Swimlane>
| Constructor and Description |
|---|
Swimlane(java.lang.String name,
int order) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Swimlane other) |
double |
getActualWidth() |
Colors |
getColors() |
Display |
getDisplay() |
MinMax |
getMinMax() |
java.lang.String |
getName() |
UTranslate |
getTranslate() |
boolean |
isSmallerThanAllOthers(java.util.Set<Swimlane> others) |
void |
setColors(Colors colors) |
void |
setDisplay(Display label) |
void |
setMinMax(MinMax minMax) |
void |
setSpecificColorTOBEREMOVED(ColorType type,
HColor color) |
void |
setTranslate(UTranslate translate) |
void |
setWidth(double actualWidth) |
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
public Display getDisplay()
public void setDisplay(Display label)
public final UTranslate getTranslate()
public final void setTranslate(UTranslate translate)
public final void setWidth(double actualWidth)
public Colors getColors()
getColors in interface SpecificBackcolorablepublic final double getActualWidth()
public void setColors(Colors colors)
setColors in interface SpecificBackcolorablepublic void setMinMax(MinMax minMax)
public MinMax getMinMax()
public int compareTo(Swimlane other)
compareTo in interface java.lang.Comparable<Swimlane>public boolean isSmallerThanAllOthers(java.util.Set<Swimlane> others)