Class ParticipantBoxSimple
java.lang.Object
net.sourceforge.plantuml.sequencediagram.graphic.ParticipantBoxSimple
- All Implemented Interfaces:
Pushable
-
Constructor Summary
ConstructorsConstructorDescriptionParticipantBoxSimple
(double pos) ParticipantBoxSimple
(double pos, String name) -
Method Summary
Modifier and TypeMethodDescriptiondouble
getCenterX
(StringBounder stringBounder) getDelays
(StringBounder stringBounder) double
getPreferredWidth
(StringBounder stringBounder) void
pushToLeft
(double deltaX) toString()
-
Constructor Details
-
ParticipantBoxSimple
public ParticipantBoxSimple(double pos) -
ParticipantBoxSimple
-
-
Method Details
-
toString
-
getCenterX
- Specified by:
getCenterX
in interfacePushable
-
pushToLeft
public void pushToLeft(double deltaX) - Specified by:
pushToLeft
in interfacePushable
-
getPreferredWidth
- Specified by:
getPreferredWidth
in interfacePushable
-
getDelays
-