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 TypeMethodDescriptiondoublegetCenterX(StringBounder stringBounder) getDelays(StringBounder stringBounder) doublegetPreferredWidth(StringBounder stringBounder) voidpushToLeft(double deltaX) toString()
-
Constructor Details
-
ParticipantBoxSimple
public ParticipantBoxSimple(double pos) -
ParticipantBoxSimple
-
-
Method Details
-
toString
-
getCenterX
- Specified by:
getCenterXin interfacePushable
-
pushToLeft
public void pushToLeft(double deltaX) - Specified by:
pushToLeftin interfacePushable
-
getPreferredWidth
- Specified by:
getPreferredWidthin interfacePushable
-
getDelays
-