Class LiveBoxes
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.LiveBoxes
-
public class LiveBoxes extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LiveBoxes(Participant p, java.util.List<Event> events, Rose skin, ISkinParam skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStep(Event event, double y)voiddelayOn(double y, double height)voiddrawBoxes(UGraphic ug, Context2D context, double createY, double endY)intgetLevelAt(Event event, EventsHistoryMode mode)doublegetMaxPosition(StringBounder stringBounder)intgetMaxValue()ParticipantgetParticipant()StairsgetStairs(double createY, double totalHeight)
-
-
-
Constructor Detail
-
LiveBoxes
public LiveBoxes(Participant p, java.util.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)
-
-