Class UiImageCropperSelection
java.lang.Object
org.teamapps.dto.UiImageCropperSelection
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiImageCropperSelection(int left, int top, int width, int height) -
Method Summary
-
Field Details
-
left
protected int left -
top
protected int top -
width
protected int width -
height
protected int height
-
-
Constructor Details
-
UiImageCropperSelection
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiImageCropperSelection
public UiImageCropperSelection(int left, int top, int width, int height)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getLeft
public int getLeft() -
getTop
public int getTop() -
getWidth
public int getWidth() -
getHeight
public int getHeight()
-