public final class ImageDimensions extends Base
Modifier and Type | Method and Description |
---|---|
Integer |
getHeight() |
Integer |
getWidth() |
static ImageDimensions |
of(Integer width,
Integer height) |
static ImageDimensions |
ofWidthAndHeight(Integer width,
Integer height) |
public Integer getWidth()
public Integer getHeight()
public static ImageDimensions of(Integer width, Integer height)
public static ImageDimensions ofWidthAndHeight(Integer width, Integer height)