Class LiveBoxesDrawer
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.LiveBoxesDrawer
-
public class LiveBoxesDrawer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LiveBoxesDrawer(Context2D context, Rose skin, ISkinParam skinParam, java.util.Map<java.lang.Double,java.lang.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, StairsPosition yposition)
void
drawDestroyIfNeeded(UGraphic ug, StairsPosition yposition)
double
getWidth(StringBounder stringBounder)
-
-
-
Constructor Detail
-
LiveBoxesDrawer
public LiveBoxesDrawer(Context2D context, Rose skin, ISkinParam skinParam, java.util.Map<java.lang.Double,java.lang.Double> delays)
-
-
Method Detail
-
getWidth
public double getWidth(StringBounder stringBounder)
-
addStart
public void addStart(double y1, SymbolContext symbolContext)
-
doDrawing
public void doDrawing(UGraphic ug, StairsPosition yposition)
-
drawDestroyIfNeeded
public void drawDestroyIfNeeded(UGraphic ug, StairsPosition yposition)
-
-