public class Size
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getHeight() |
int |
getWidth() |
int |
hashCode() |
void |
setHeight(int height) |
void |
setWidth(int width) |
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object