net.sourceforge.plantuml.sequencediagram.graphic
Class ParticipantBoxSimple

java.lang.Object
  extended by net.sourceforge.plantuml.sequencediagram.graphic.ParticipantBoxSimple
All Implemented Interfaces:
Pushable

public class ParticipantBoxSimple
extends Object
implements Pushable


Constructor Summary
ParticipantBoxSimple(double pos)
           
ParticipantBoxSimple(double pos, String name)
           
 
Method Summary
 double getCenterX(StringBounder stringBounder)
           
 Collection<Segment> getDelays(StringBounder stringBounder)
           
 double getPreferredWidth(StringBounder stringBounder)
           
 void pushToLeft(double deltaX)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParticipantBoxSimple

public ParticipantBoxSimple(double pos)

ParticipantBoxSimple

public ParticipantBoxSimple(double pos,
                            String name)
Method Detail

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.