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