Class CropRotateResult
- java.lang.Object
-
- com.cloudinary.android.uploadwidget.model.CropRotateResult
-
public class CropRotateResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CropRotateResult(int rotationAngle, CropPoints cropPoints)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CropPointsgetCropPoints()intgetRotationAngle()
-
-
-
Constructor Detail
-
CropRotateResult
public CropRotateResult(int rotationAngle, CropPoints cropPoints)
-
-
Method Detail
-
getRotationAngle
public int getRotationAngle()
-
getCropPoints
public CropPoints getCropPoints()
-
-