Class LifeLine
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.graphic.LifeLine
-
public class LifeLine extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSegmentVariation(LifeSegmentVariation type, double y, Fashion colors)voiddrawU(UGraphic ug, Rose skin, ISkinParam skinParam)voidfinish(double y)FashiongetColors()doublegetCreate()doublegetDestroy()doublegetLeftShift(double y)doublegetMaxLeftShift()intgetMaxLevel()doublegetMaxRightShift()doublegetRightShift(double y)voidsetCreate(double create)booleanshadowing()
-
-
-
Constructor Detail
-
LifeLine
public LifeLine(Pushable participant, double nominalPreferredWidth, boolean shadowing)
-
-
Method Detail
-
addSegmentVariation
public void addSegmentVariation(LifeSegmentVariation type, double y, Fashion colors)
-
finish
public void finish(double y)
-
getMaxLevel
public int getMaxLevel()
-
getRightShift
public double getRightShift(double y)
-
getLeftShift
public double getLeftShift(double y)
-
getMaxRightShift
public double getMaxRightShift()
-
getMaxLeftShift
public double getMaxLeftShift()
-
drawU
public void drawU(UGraphic ug, Rose skin, ISkinParam skinParam)
-
setCreate
public final void setCreate(double create)
-
getCreate
public final double getCreate()
-
getDestroy
public final double getDestroy()
-
shadowing
public final boolean shadowing()
-
getColors
public Fashion getColors()
-
-