Class EventsHistory
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.EventsHistory
-
public class EventsHistory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EventsHistory(Participant p, java.util.List<Event> events)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addStepForLivebox(Event event, double y)
int
getLevelAt(Event event, EventsHistoryMode mode)
int
getMaxValue()
Participant
getParticipant()
Stairs2
getStairs(double createY, double totalHeight)
-
-
-
Constructor Detail
-
EventsHistory
public EventsHistory(Participant p, java.util.List<Event> events)
-
-
Method Detail
-
addStepForLivebox
public void addStepForLivebox(Event event, double y)
-
getParticipant
public Participant getParticipant()
-
getLevelAt
public int getLevelAt(Event event, EventsHistoryMode mode)
-
getStairs
public Stairs2 getStairs(double createY, double totalHeight)
-
getMaxValue
public int getMaxValue()
-
-