Uses of Enum Class
com.google.appengine.api.images.ImagesService.OutputEncoding
Packages that use ImagesService.OutputEncoding
Package
Description
Provides facilities for the creation and manipulation of images.
-
Uses of ImagesService.OutputEncoding in com.google.appengine.api.images
Methods in com.google.appengine.api.images that return ImagesService.OutputEncodingModifier and TypeMethodDescriptionOutputSettings.getOutputEncoding()
Gets the output encoding.static ImagesService.OutputEncoding
Returns the enum constant of this class with the specified name.static ImagesService.OutputEncoding[]
ImagesService.OutputEncoding.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.appengine.api.images with parameters of type ImagesService.OutputEncodingModifier and TypeMethodDescriptionImagesService.applyTransform
(Transform transform, Image image, ImagesService.OutputEncoding encoding) Applies the providedtransform
to the providedimage
encoding the transformed image stored usingencoding
file format.ImagesService.applyTransformAsync
(Transform transform, Image image, ImagesService.OutputEncoding encoding) Asynchronously applies the providedtransform
to the providedimage
encoding the transformed image stored usingencoding
file format.ImagesService.composite
(Collection<Composite> composites, int width, int height, long color, ImagesService.OutputEncoding encoding) Applies the providedCollection
ofComposite
s using a canvas with dimensions determined bywidth
andheight
and background colorcolor
.void
OutputSettings.setOutputEncoding
(ImagesService.OutputEncoding outputEncoding) Sets the output encoding.Constructors in com.google.appengine.api.images with parameters of type ImagesService.OutputEncoding