Class LifeDestroy
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.graphic.LifeDestroy
-
public class LifeDestroy extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LifeDestroy(double startingY, ParticipantBox participant, Component comp)
-
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()
-
-
-
Constructor Detail
-
LifeDestroy
public LifeDestroy(double startingY, ParticipantBox participant, Component comp)
-
-
Method Detail
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
-
getPreferredWidth
public double getPreferredWidth(StringBounder stringBounder)
-
getStartingX
public double getStartingX(StringBounder stringBounder)
-
getStartingY
protected final double getStartingY()
-
-