Class LiveBoxesDrawer
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.LiveBoxesDrawer
-
public class LiveBoxesDrawer extends Object
-
-
Constructor Summary
Constructors Constructor Description LiveBoxesDrawer(Context2D context, Rose skin, ISkinParam skinParam, Map<Double,Double> delays)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addStart(double y1, SymbolContext symbolContext)
void
doDrawing(UGraphic ug, double yposition)
void
drawDestroyIfNeeded(UGraphic ug, Step step)
double
getWidth(StringBounder stringBounder)
-
-
-
Method Detail
-
getWidth
public double getWidth(StringBounder stringBounder)
-
addStart
public void addStart(double y1, SymbolContext symbolContext)
-
doDrawing
public void doDrawing(UGraphic ug, double yposition)
-
-