Class ImageCropperSelection

java.lang.Object
org.teamapps.ux.component.imagecropper.ImageCropperSelection

public class ImageCropperSelection
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ImageCropperSelection​(int left, int top, int width, int height)  
  • Method Summary

    Modifier and Type Method Description
    org.teamapps.dto.UiImageCropperSelection createUiImageCropperSelection()  
    int getHeight()  
    int getLeft()  
    int getTop()  
    int getWidth()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ImageCropperSelection

      public ImageCropperSelection​(int left, int top, int width, int height)
  • Method Details

    • createUiImageCropperSelection

      public org.teamapps.dto.UiImageCropperSelection createUiImageCropperSelection()
    • getLeft

      public int getLeft()
    • getTop

      public int getTop()
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()