Uses of Class
com.google.appengine.api.images.Composite
-
Packages that use Composite Package Description com.google.appengine.api.images Provides facilities for the creation and manipulation of images. -
-
Uses of Composite in com.google.appengine.api.images
Methods in com.google.appengine.api.images that return Composite 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.Method parameters in com.google.appengine.api.images with type arguments of type Composite Modifier and Type Method Description ImageImagesService. composite(Collection<Composite> composites, int width, int height, long color)Applies the providedCollectionofComposites using a canvas with dimensions determined bywidthandheightand background colorcolor.ImageImagesService. composite(Collection<Composite> composites, int width, int height, long color, ImagesService.OutputEncoding encoding)Applies the providedCollectionofComposites using a canvas with dimensions determined bywidthandheightand background colorcolor.ImageImagesService. composite(Collection<Composite> composites, int width, int height, long color, OutputSettings settings)Applies the providedCollectionofComposites using a canvas with dimensions determined bywidthandheightand background colorcolor.
-