Class ParticipantBoxSimple
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.graphic.ParticipantBoxSimple
-
-
Constructor Summary
Constructors Constructor Description ParticipantBoxSimple(double pos)
ParticipantBoxSimple(double pos, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCenterX(StringBounder stringBounder)
Collection<Segment>
getDelays(StringBounder stringBounder)
double
getPreferredWidth(StringBounder stringBounder)
void
pushToLeft(double deltaX)
String
toString()
-
-
-
Constructor Detail
-
ParticipantBoxSimple
public ParticipantBoxSimple(double pos)
-
ParticipantBoxSimple
public ParticipantBoxSimple(double pos, String name)
-
-
Method Detail
-
getCenterX
public double getCenterX(StringBounder stringBounder)
- Specified by:
getCenterX
in interfacePushable
-
pushToLeft
public void pushToLeft(double deltaX)
- Specified by:
pushToLeft
in interfacePushable
-
getPreferredWidth
public double getPreferredWidth(StringBounder stringBounder)
- Specified by:
getPreferredWidth
in interfacePushable
-
getDelays
public Collection<Segment> getDelays(StringBounder stringBounder)
-
-