com.google.appengine.api.images Class Hierarchy (Google App Engine API for Java)
Stay organized with collections
Save and categorize content based on your preferences.
Class Hierarchy
Interface Hierarchy
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["This documentation outlines the class hierarchy for the `com.google.appengine.api.images` package, detailing its structure and relationships within the Google App Engine environment."],["The package includes several classes related to image manipulation, such as `Composite`, `ImagesServiceFactory`, `InputSettings`, `OutputSettings`, and `ServingUrlOptions`, which provide functionalities for image handling and serving."],["It defines interfaces like `IImagesServiceFactory`, `ImagesService`, and `Image`, which are crucial for interacting with the image services provided by the Google App Engine."],["The package also covers enums like `Composite.Anchor`, `Image.Format`, `ImagesService.OutputEncoding`, and `InputSettings.OrientationCorrection`, used for specifying various image-related options and behaviors."],["The class `ImagesServiceFailureException` is included to cover exceptions that might be encountered when using the image services, inheriting from the more general `RuntimeException`."]]],[]]