Package com.canhub.cropper
See: Description
-
Class Summary Class Description Result BitmapCroppingWorkerJob Result BitmapLoadingWorkerJob Cancellation FailedToLoadBitmap FailedToDecodeImage CropException CropFileProvider Providing a custom {@code FileProvider} prevents manifest {@code <provider>} name collisions. ActivityResult Result data of Crop Image Activity. CropImageActivity CropImageContract An ActivityResultContract to start an activity that allows the user to crop an image. CropImageContractOptions Options to customize the activity opened by CropImageContract. CropImageIntentChooser CropImageOptions All the possible options that can be set to customize crop image. CropResult Result data of crop image. CropImageView Custom view that provides cropping capabilities to an image. CropOverlayView A custom View representing the crop window and the shaded background outside the crop window. CropWindowHandler Handler from crop window stuff, moving and knowing position. CropWindowMoveHandler Handler to update crop window edges by the move type - Horizontal, Vertical, Corner or Center. CropImageContractOptionsKt -
Enum Summary Enum Description Source CropShape The possible cropping area shape. CropCornerShape Possible crop corner shape ScaleType Options for scaling the bounds of cropping image to the bounds of Crop Image View. Guidelines The possible guidelines showing types. RequestSizeOptions Possible options for handling requested width/height for cropping. Type The type of crop window move that is handled. -
Interface Summary Interface Description ResultCallback OnSetCropOverlayReleasedListener Interface definition for a callback to be invoked when the crop overlay is released. OnSetCropOverlayMovedListener Interface definition for a callback to be invoked when the crop overlay is released. OnSetCropWindowChangeListener Interface definition for a callback to be invoked when the crop overlay is released. OnSetImageUriCompleteListener Interface definition for a callback to be invoked when image async loading is complete. OnCropImageCompleteListener Interface definition for a callback to be invoked when image async crop is complete. CropWindowChangeListener Interface definition for a callback to be invoked when crop window rectangle is changing.