Class GraphicalElementLiveEvent
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.graphic.GraphicalElementLiveEvent
-
public class GraphicalElementLiveEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphicalElementLiveEvent(double startingY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
drawInternalU(UGraphic ug, double maxX, Context2D context)
void
drawU(UGraphic ug, double maxX, Context2D context)
double
getPreferredHeight(StringBounder stringBounder)
double
getPreferredWidth(StringBounder stringBounder)
double
getStartingX(StringBounder stringBounder)
protected double
getStartingY()
-
-
-
Method Detail
-
getStartingX
public double getStartingX(StringBounder stringBounder)
-
getPreferredWidth
public double getPreferredWidth(StringBounder stringBounder)
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
-
getStartingY
protected final double getStartingY()
-
-