Class LivingParticipantBox
java.lang.Object
net.sourceforge.plantuml.sequencediagram.graphic.LivingParticipantBox
- All Implemented Interfaces:
InGroupable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(double ypos) void
drawLineU22
(UGraphic ug, double startingY, double endingY, boolean showTail, double myDelta) double
Deprecated.to be deletednet.sourceforge.plantuml.sequencediagram.graphic.SegmentColored
getLiveThicknessAt
(StringBounder stringBounder, double y) double
getMaxX
(StringBounder stringBounder) double
getMinX
(StringBounder stringBounder) Deprecated.to be deleteddouble
magicMargin
(StringBounder stringBounder) java.lang.String
toString
(StringBounder stringBounder) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LivingParticipantBox
-
-
Method Details
-
getParticipantBox
Deprecated.to be deleted -
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
-
create
public void create(double ypos) -
getCreate
public double getCreate() -
getMaxX
- Specified by:
getMaxX
in interfaceInGroupable
-
getMinX
- Specified by:
getMinX
in interfaceInGroupable
-
toString
- Specified by:
toString
in interfaceInGroupable
-