Class LiveBoxes
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.LiveBoxes
-
public class LiveBoxes extends Object
-
-
Constructor Summary
Constructors Constructor Description LiveBoxes(Participant p, List<Event> events, Rose skin, ISkinParam skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addStep(Event event, double y)
void
delayOn(double y, double height)
void
drawBoxes(UGraphic ug, Context2D context, double createY, double endY)
int
getLevelAt(Event event, EventsHistoryMode mode)
double
getMaxPosition(StringBounder stringBounder)
int
getMaxValue()
Participant
getParticipant()
Stairs
getStairs(double createY, double totalHeight)
-
-
-
Constructor Detail
-
LiveBoxes
public LiveBoxes(Participant p, List<Event> events, Rose skin, ISkinParam skinParam)
-
-
Method Detail
-
addStep
public void addStep(Event event, double y)
-
getParticipant
public Participant getParticipant()
-
getLevelAt
public int getLevelAt(Event event, EventsHistoryMode mode)
-
getStairs
public Stairs getStairs(double createY, double totalHeight)
-
getMaxValue
public int getMaxValue()
-
getMaxPosition
public double getMaxPosition(StringBounder stringBounder)
-
delayOn
public void delayOn(double y, double height)
-
-