Class ImageDimensions
- java.lang.Object
-
- com.terminalfour.publish.api.content.ImageDimensions
-
public class ImageDimensions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ImageDimensions
INVALID
-
Constructor Summary
Constructors Constructor Description ImageDimensions(int[] wh)
ImageDimensions(int width, int height)
-
-
-
Field Detail
-
INVALID
public static final ImageDimensions INVALID
-
-
Method Detail
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
canEqual
protected boolean canEqual(Object other)
-
-