public class Storefront.CollectionQuery.ImageArguments
extends Arguments
| Modifier and Type | Method and Description |
|---|---|
Storefront.CollectionQuery.ImageArguments |
crop(Storefront.CropRegion value)
Crops the image according to the specified region.
|
Storefront.CollectionQuery.ImageArguments |
maxHeight(java.lang.Integer value)
Image height in pixels between 1 and 2048.
|
Storefront.CollectionQuery.ImageArguments |
maxWidth(java.lang.Integer value)
Image width in pixels between 1 and 2048.
|
Storefront.CollectionQuery.ImageArguments |
scale(java.lang.Integer value)
Image size multiplier for high-resolution retina displays.
|
public Storefront.CollectionQuery.ImageArguments maxWidth(java.lang.Integer value)
public Storefront.CollectionQuery.ImageArguments maxHeight(java.lang.Integer value)
public Storefront.CollectionQuery.ImageArguments crop(Storefront.CropRegion value)
public Storefront.CollectionQuery.ImageArguments scale(java.lang.Integer value)