public class Size extends Object
A (width, height) tuple that describes an image’s size
Size(int width, int height)
boolean
equals(Object o)
int
getHeight()
getWidth()
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Size(int width, int height)
public int getWidth()
public int getHeight()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2018. All rights reserved.