Uses of Class
com.google.appengine.api.images.Composite.Anchor
-
Packages that use Composite.Anchor Package Description com.google.appengine.api.images Provides facilities for the creation and manipulation of images. -
-
Uses of Composite.Anchor in com.google.appengine.api.images
Methods in com.google.appengine.api.images that return Composite.Anchor Modifier and Type Method Description static Composite.AnchorComposite.Anchor. valueOf(String name)Returns the enum constant of this type with the specified name.static Composite.Anchor[]Composite.Anchor. 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 Composite.Anchor Modifier and Type Method Description CompositeIImagesServiceFactory. makeComposite(Image image, int xOffset, int yOffset, float opacity, Composite.Anchor anchor)Creates an image composition operation.static CompositeImagesServiceFactory. makeComposite(Image image, int xOffset, int yOffset, float opacity, Composite.Anchor anchor)Creates an image composition operation.
-