Uses of Class
de.espirit.firstspirit.access.store.mediastore.PictureCropData
-
Uses of PictureCropData in de.espirit.firstspirit.access.store.mediastore
Modifier and TypeMethodDescription@Nullable PictureCropData
PictureResolution.getCropData()
Get the Crop information of current picture resolution if exists (bounds related to original resolution) ornull
if parameter cropData isn't set.Modifier and TypeMethodDescriptionvoid
PictureResolution.setCropData
(@Nullable PictureCropData cropData) Sets the crop information related to the original resolution, ornull
to remove.