Uses of Class
com.google.appengine.api.images.Image.Format
-
Packages that use Image.Format Package Description com.google.appengine.api.images Provides facilities for the creation and manipulation of images. -
-
Uses of Image.Format in com.google.appengine.api.images
Methods in com.google.appengine.api.images that return Image.Format Modifier and Type Method Description @Nullable Image.FormatImage. getFormat()Gets the encoding format of the image.static Image.FormatImage.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static Image.Format[]Image.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.
-