Package | Description |
---|---|
io.sphere.sdk.products |
Provides model classes and builders for products.
|
Modifier and Type | Method and Description |
---|---|
ImageDimensions |
Image.getDimensions() |
static ImageDimensions |
ImageDimensions.of(Integer width,
Integer height) |
static ImageDimensions |
ImageDimensions.ofWidthAndHeight(Integer width,
Integer height) |
Modifier and Type | Method and Description |
---|---|
static Image |
Image.of(String url,
ImageDimensions dimensions) |
static Image |
Image.of(String url,
ImageDimensions dimensions,
String label) |