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