Class SetSceneItemProperties.Crop

    • Constructor Detail

      • Crop

        public Crop()
    • Method Detail

      • getTop

        public Optional<Integer> getTop()
        The new amount of pixels cropped off the top of the source before scaling.
      • setTop

        public void setTop​(int top)
        The new amount of pixels cropped off the top of the source before scaling.
      • getBottom

        public Optional<Integer> getBottom()
        The new amount of pixels cropped off the bottom of the source before scaling.
      • setBottom

        public void setBottom​(int bottom)
        The new amount of pixels cropped off the bottom of the source before scaling.
      • getLeft

        public Optional<Integer> getLeft()
        The new amount of pixels cropped off the left of the source before scaling.
      • setLeft

        public void setLeft​(int left)
        The new amount of pixels cropped off the left of the source before scaling.
      • getRight

        public Optional<Integer> getRight()
        The new amount of pixels cropped off the right of the source before scaling.
      • setRight

        public void setRight​(int right)
        The new amount of pixels cropped off the right of the source before scaling.