Class UiImageCropperSelection

  • All Implemented Interfaces:
    UiObject

    public class UiImageCropperSelection
    extends java.lang.Object
    implements UiObject
    THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
    • Field Detail

      • left

        protected int left
      • top

        protected int top
      • width

        protected int width
      • height

        protected int height
    • Constructor Detail

      • UiImageCropperSelection

        @Deprecated
        public UiImageCropperSelection()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • UiImageCropperSelection

        public UiImageCropperSelection​(int left,
                                       int top,
                                       int width,
                                       int height)
    • Method Detail

      • toString

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

        public int getLeft()
      • getTop

        public int getTop()
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()