Uses of Class
com.gentics.contentnode.rest.model.request.ImageRotateRequest
-
Packages that use ImageRotateRequest Package Description com.gentics.contentnode.rest.model.request com.gentics.contentnode.rest.resource -
-
Uses of ImageRotateRequest in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return ImageRotateRequest Modifier and Type Method Description ImageRotateRequest
ImageRotateRequest. setCopyFile(boolean copyFile)
Set the copy file flagImageRotateRequest
ImageRotateRequest. setImage(Image image)
Set the imageImageRotateRequest
ImageRotateRequest. setRotate(ImageRotate rotate)
Set rotation directionImageRotateRequest
ImageRotateRequest. setTargetFormat(String targetFormat)
Set the target format -
Uses of ImageRotateRequest in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type ImageRotateRequest Modifier and Type Method Description ImageLoadResponse
ImageResource. rotate(ImageRotateRequest request)
Rotate an image by 90°
-