Class ConstraintSet


  • public class ConstraintSet
    extends java.lang.Object
    • Constructor Detail

      • ConstraintSet

        public ConstraintSet​(java.util.Collection<? extends Pushable> all,
                             double freeX)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getMaxX

        public double getMaxX()
      • 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()