Uses of Class
com.gentics.contentnode.rest.model.request.ImageRotate
-
Packages that use ImageRotate Package Description com.gentics.contentnode.rest.model.request -
-
Uses of ImageRotate in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return ImageRotate Modifier and Type Method Description ImageRotate
ImageResizeRequest. getRotate()
Direction for rotating the image.ImageRotate
ImageRotateRequest. getRotate()
Direction for rotating the image.static ImageRotate
ImageRotate. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImageRotate[]
ImageRotate. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gentics.contentnode.rest.model.request with parameters of type ImageRotate Modifier and Type Method Description void
ImageResizeRequest. setRotate(ImageRotate rotate)
Set rotate directionImageRotateRequest
ImageRotateRequest. setRotate(ImageRotate rotate)
Set rotation direction
-