Class LivingParticipantBox
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.graphic.LivingParticipantBox
-
- All Implemented Interfaces:
InGroupable
public class LivingParticipantBox extends Object implements InGroupable
-
-
Constructor Summary
Constructors Constructor Description LivingParticipantBox(ParticipantBox participantBox, LifeLine lifeLine)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
create(double ypos)
void
drawLineU22(UGraphic ug, double startingY, double endingY, boolean showTail, double myDelta)
double
getCreate()
LifeLine
getLifeLine()
Deprecated.to be deletednet.sourceforge.plantuml.sequencediagram.graphic.SegmentColored
getLiveThicknessAt(StringBounder stringBounder, double y)
double
getMaxX(StringBounder stringBounder)
double
getMinX(StringBounder stringBounder)
ParticipantBox
getParticipantBox()
Deprecated.to be deleteddouble
magicMargin(StringBounder stringBounder)
String
toString(StringBounder stringBounder)
-
-
-
Constructor Detail
-
LivingParticipantBox
public LivingParticipantBox(ParticipantBox participantBox, LifeLine lifeLine)
-
-
Method Detail
-
getParticipantBox
@Deprecated public ParticipantBox getParticipantBox()
Deprecated.to be deleted
-
getLifeLine
@Deprecated public LifeLine getLifeLine()
Deprecated.to be deleted
-
getLiveThicknessAt
public net.sourceforge.plantuml.sequencediagram.graphic.SegmentColored getLiveThicknessAt(StringBounder stringBounder, double y)
-
drawLineU22
public void drawLineU22(UGraphic ug, double startingY, double endingY, boolean showTail, double myDelta)
-
magicMargin
public double magicMargin(StringBounder stringBounder)
-
create
public void create(double ypos)
-
getCreate
public double getCreate()
-
getMaxX
public double getMaxX(StringBounder stringBounder)
- Specified by:
getMaxX
in interfaceInGroupable
-
getMinX
public double getMinX(StringBounder stringBounder)
- Specified by:
getMinX
in interfaceInGroupable
-
toString
public String toString(StringBounder stringBounder)
- Specified by:
toString
in interfaceInGroupable
-
-