Class LiveBoxes
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.LiveBoxes
-
public class LiveBoxes extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LiveBoxes(EventsHistory eventsHistory, Skin skin, ISkinParam skinParam, Participant participant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delayOn(double y, double height)
void
drawBoxes(UGraphic ug, Context2D context, double createY, double endY)
double
getMaxPosition(StringBounder stringBounder)
-
-
-
Constructor Detail
-
LiveBoxes
public LiveBoxes(EventsHistory eventsHistory, Skin skin, ISkinParam skinParam, Participant participant)
-
-
Method Detail
-
getMaxPosition
public double getMaxPosition(StringBounder stringBounder)
-
delayOn
public void delayOn(double y, double height)
-
-