Package org.teamapps.dto
Klasse UiImageCropperSelection
java.lang.Object
org.teamapps.dto.UiImageCropperSelection
- Alle implementierten Schnittstellen:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.UiImageCropperSelection(int left, int top, int width, int height) -
Methodenübersicht
-
Felddetails
-
left
protected int left -
top
protected int top -
width
protected int width -
height
protected int height
-
-
Konstruktordetails
-
UiImageCropperSelection
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
UiImageCropperSelection
public UiImageCropperSelection(int left, int top, int width, int height)
-
-
Methodendetails
-
getUiObjectType
- Angegeben von:
getUiObjectTypein SchnittstelleUiObject
-
toString
-
getLeft
public int getLeft() -
getTop
public int getTop() -
getWidth
public int getWidth() -
getHeight
public int getHeight()
-