Uses of Class
com.google.appengine.api.images.ServingUrlOptions
-
Packages that use ServingUrlOptions Package Description com.google.appengine.api.images Provides facilities for the creation and manipulation of images. -
-
Uses of ServingUrlOptions in com.google.appengine.api.images
Methods in com.google.appengine.api.images that return ServingUrlOptions Modifier and Type Method Description ServingUrlOptionsServingUrlOptions. blobKey(BlobKey blobKey)ServingUrlOptionsServingUrlOptions. crop(boolean crop)ServingUrlOptionsServingUrlOptions. googleStorageFileName(String fileName)ServingUrlOptionsServingUrlOptions. imageSize(int imageSize)ServingUrlOptionsServingUrlOptions. secureUrl(boolean secureUrl)static ServingUrlOptionsServingUrlOptions.Builder. withBlobKey(BlobKey blobKey)Returns defaultServingUrlOptionsand callsblobKey(BlobKey).static ServingUrlOptionsServingUrlOptions.Builder. withGoogleStorageFileName(String googleStorageFileName)Returns defaultServingUrlOptionsand callsgoogleStorageFileName(String).Methods in com.google.appengine.api.images with parameters of type ServingUrlOptions Modifier and Type Method Description StringImagesService. getServingUrl(ServingUrlOptions options)Obtains a URL that can dynamically serve the image stored as a blob.
-