public class LifeLine
extends java.lang.Object
Constructor and Description |
---|
LifeLine(Pushable participant,
double nominalPreferredWidth,
boolean shadowing) |
Modifier and Type | Method and Description |
---|---|
void |
addSegmentVariation(LifeSegmentVariation type,
double y,
SymbolContext colors) |
void |
drawU(UGraphic ug,
Rose skin,
ISkinParam skinParam) |
void |
finish(double y) |
SymbolContext |
getColors() |
double |
getCreate() |
double |
getDestroy() |
double |
getLeftShift(double y) |
double |
getMaxLeftShift() |
int |
getMaxLevel() |
double |
getMaxRightShift() |
double |
getRightShift(double y) |
void |
setCreate(double create) |
boolean |
shadowing() |
public LifeLine(Pushable participant, double nominalPreferredWidth, boolean shadowing)
public void addSegmentVariation(LifeSegmentVariation type, double y, SymbolContext colors)
public void finish(double y)
public int getMaxLevel()
public double getRightShift(double y)
public double getLeftShift(double y)
public double getMaxRightShift()
public double getMaxLeftShift()
public void drawU(UGraphic ug, Rose skin, ISkinParam skinParam)
public final void setCreate(double create)
public final double getCreate()
public final double getDestroy()
public final boolean shadowing()
public SymbolContext getColors()