Class LivingParticipantBox
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.graphic.LivingParticipantBox
-
- All Implemented Interfaces:
InGroupable
public class LivingParticipantBox extends java.lang.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 voidcreate(double ypos)voiddrawLineU22(UGraphic ug, double startingY, double endingY, boolean showTail, double myDelta)doublegetCreate()LifeLinegetLifeLine()Deprecated.to be deletednet.sourceforge.plantuml.sequencediagram.graphic.SegmentColoredgetLiveThicknessAt(StringBounder stringBounder, double y)doublegetMaxX(StringBounder stringBounder)doublegetMinX(StringBounder stringBounder)ParticipantBoxgetParticipantBox()Deprecated.to be deleteddoublemagicMargin(StringBounder stringBounder)java.lang.StringtoString(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:
getMaxXin interfaceInGroupable
-
getMinX
public double getMinX(StringBounder stringBounder)
- Specified by:
getMinXin interfaceInGroupable
-
toString
public java.lang.String toString(StringBounder stringBounder)
- Specified by:
toStringin interfaceInGroupable
-
-