net.sourceforge.plantuml.sequencediagram.graphic
Class ParticipantBoxSimple
java.lang.Object
net.sourceforge.plantuml.sequencediagram.graphic.ParticipantBoxSimple
- All Implemented Interfaces:
- Pushable
public class ParticipantBoxSimple
- extends Object
- implements Pushable
ParticipantBoxSimple
public ParticipantBoxSimple(double pos)
ParticipantBoxSimple
public ParticipantBoxSimple(double pos,
String name)
toString
public String toString()
- Overrides:
toString
in class Object
getCenterX
public double getCenterX(StringBounder stringBounder)
- Specified by:
getCenterX
in interface Pushable
pushToLeft
public void pushToLeft(double deltaX)
- Specified by:
pushToLeft
in interface Pushable
getPreferredWidth
public double getPreferredWidth(StringBounder stringBounder)
- Specified by:
getPreferredWidth
in interface Pushable
getDelays
public Collection<Segment> getDelays(StringBounder stringBounder)
- Specified by:
getDelays
in interface Pushable
Copyright © 2014. All Rights Reserved.