Klasse UiImageCropperSelection

java.lang.Object
org.teamapps.dto.UiImageCropperSelection
Alle implementierten Schnittstellen:
UiObject

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

    • left

      protected int left
    • top

      protected int top
    • width

      protected int width
    • height

      protected int height
  • Konstruktordetails

    • UiImageCropperSelection

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

      public UiImageCropperSelection(int left, int top, int width, int height)
  • Methodendetails

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Angegeben von:
      getUiObjectType in Schnittstelle UiObject
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getLeft

      public int getLeft()
    • getTop

      public int getTop()
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()