Class ConstraintSet
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.graphic.ConstraintSet
-
public class ConstraintSet extends Object
-
-
Constructor Summary
Constructors Constructor Description ConstraintSet(Collection<? extends Pushable> all, double freeX)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstraintgetConstraint(Pushable p1, Pushable p2)ConstraintgetConstraintAfter(Pushable p1)ConstraintgetConstraintBefore(Pushable p1)PushablegetFirstBorder()PushablegetLastborder()doublegetMaxX()PushablegetNext(Pushable p)PushablegetPrevious(Pushable p)voidpushToLeft(double delta)voidpushToLeftParticipantBox(double deltaX, Pushable firstToChange, boolean including)voidtakeConstraintIntoAccount(StringBounder stringBounder)StringtoString()
-
-
-
Constructor Detail
-
ConstraintSet
public ConstraintSet(Collection<? extends Pushable> all, double freeX)
-
-
Method Detail
-
getMaxX
public double getMaxX()
-
getConstraint
public Constraint getConstraint(Pushable p1, Pushable p2)
-
getConstraintAfter
public Constraint getConstraintAfter(Pushable p1)
-
getConstraintBefore
public Constraint getConstraintBefore(Pushable p1)
-
takeConstraintIntoAccount
public void takeConstraintIntoAccount(StringBounder stringBounder)
-
pushToLeftParticipantBox
public void pushToLeftParticipantBox(double deltaX, Pushable firstToChange, boolean including)
-
pushToLeft
public void pushToLeft(double delta)
-
getFirstBorder
public final Pushable getFirstBorder()
-
getLastborder
public final Pushable getLastborder()
-
-