Class CropAndRotateUseCase
-
- All Implemented Interfaces:
public final class CropAndRotateUseCase
Use case to handle cropping and rotating of the page
-
-
Constructor Summary
Constructors Constructor Description CropAndRotateUseCase(PageProcessor pageProcessor)
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class><Page>
cropAndRotate(List<PointF> polygon, RotationType rotation, Page page)
Crops and rotates the page according to the given config -
-
Constructor Detail
-
CropAndRotateUseCase
CropAndRotateUseCase(PageProcessor pageProcessor)
-
-
Method Detail
-
cropAndRotate
final <Error class: unknown class><Page> cropAndRotate(List<PointF> polygon, RotationType rotation, Page page)
Crops and rotates the page according to the given config
- Parameters:
polygon
- polygon to apply crop onrotation
- rotation to applypage
- page which should we cropped and rotated
-
-
-
-