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 double
getCenterX(StringBounder stringBounder)
java.util.Collection<Segment>
getDelays(StringBounder stringBounder)
double
getPreferredWidth(StringBounder stringBounder)
void
pushToLeft(double deltaX)
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
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 java.util.Collection<Segment> getDelays(StringBounder stringBounder)
-
-