@JsonObject(value="ImageSize")
public class ImageSize
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ImageSize(int width,
int height)
Creates an instance for specified width and height.
|
public ImageSize(int width, int height)
public final int getWidth()
public final int getHeight()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object