Class ParticipantBoxSimple
java.lang.Object
net.sourceforge.plantuml.sequencediagram.graphic.ParticipantBoxSimple
- All Implemented Interfaces:
Pushable
-
Constructor Summary
ConstructorsConstructorDescriptionParticipantBoxSimple
(double pos) ParticipantBoxSimple
(double pos, java.lang.String name) -
Method Summary
Modifier and TypeMethodDescriptiondouble
getCenterX
(StringBounder stringBounder) java.util.Collection<Segment>
getDelays
(StringBounder stringBounder) double
getPreferredWidth
(StringBounder stringBounder) void
pushToLeft
(double deltaX) java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ParticipantBoxSimple
public ParticipantBoxSimple(double pos) -
ParticipantBoxSimple
public ParticipantBoxSimple(double pos, java.lang.String name)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getCenterX
- Specified by:
getCenterX
in interfacePushable
-
pushToLeft
public void pushToLeft(double deltaX) - Specified by:
pushToLeft
in interfacePushable
-
getPreferredWidth
- Specified by:
getPreferredWidth
in interfacePushable
-
getDelays
-