Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

Transform (Google App Engine API for Java)

Stay organized with collections Save and categorize content based on your preferences.
com.google.appengine.api.images

Class Transform

  • java.lang.Object
    • com.google.appengine.api.images.Transform
  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    CompositeTransform


    public abstract class Transform
    extends java.lang.Object
    implements java.io.Serializable
    A transform that can be applied to an Image.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      Transform() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Transform

        public Transform()