Class ToSouthwestChangeStrategy

  • All Implemented Interfaces:
    Rectangle2DChangeStrategy

    public class ToSouthwestChangeStrategy
    extends Object
    A strategy which enlarges an existing rectangle to the southwest.
    • Constructor Detail

      • ToSouthwestChangeStrategy

        public ToSouthwestChangeStrategy​(Rectangle2D original,
                                         boolean ratioFixed,
                                         double ratio,
                                         Rectangle2D bounds)
        Creates a new change strategy which enlarges the specified original rectangle to the southwest. The given ratio is enforced when indicated by ratioFixed.
        Parameters:
        original - the original rectangle
        ratioFixed - indicates whether the rectangle's ratio will be fixed to the ratio
        ratio - the possibly fixed ratio of the rectangle created by this strategy
        bounds - the bounds within which the new rectangle must be contained