Class Swimlane
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.ftile.Swimlane
-
- All Implemented Interfaces:
java.lang.Comparable<Swimlane>
,SpecificBackcolorable
public class Swimlane extends java.lang.Object implements SpecificBackcolorable, java.lang.Comparable<Swimlane>
-
-
Constructor Summary
Constructors Constructor Description Swimlane(java.lang.String name, int order)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
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()
-
setTranslate
public final void setTranslate(UTranslate translate)
-
setWidth
public final void setWidth(double actualWidth)
-
getColors
public Colors getColors()
- Specified by:
getColors
in interfaceSpecificBackcolorable
-
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()
-
compareTo
public int compareTo(Swimlane other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<Swimlane>
-
isSmallerThanAllOthers
public boolean isSmallerThanAllOthers(java.util.Set<Swimlane> others)
-
-