Uses of Class
com.google.appengine.api.images.InputSettings.OrientationCorrection
-
Packages that use InputSettings.OrientationCorrection Package Description com.google.appengine.api.images Provides facilities for the creation and manipulation of images. -
-
Uses of InputSettings.OrientationCorrection in com.google.appengine.api.images
Methods in com.google.appengine.api.images that return InputSettings.OrientationCorrection Modifier and Type Method Description InputSettings.OrientationCorrectionInputSettings. getOrientationCorrection()Get what action to take with respect to correcting image orientation based on image metadata.static InputSettings.OrientationCorrectionInputSettings.OrientationCorrection. valueOf(String name)Returns the enum constant of this type with the specified name.static InputSettings.OrientationCorrection[]InputSettings.OrientationCorrection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.appengine.api.images with parameters of type InputSettings.OrientationCorrection Modifier and Type Method Description voidInputSettings. setOrientationCorrection(InputSettings.OrientationCorrection orientationCorrection)Set what action to take with respect to correcting image orientation based on image metadata.
-