public class EPSize
Helper to define width and height of anything
Constructor and Description |
---|
EPSize(int width,
int height)
Helper to define width and height of anything
|
Modifier and Type | Method and Description |
---|---|
int |
component1() |
int |
component2() |
EPSize |
copy(int width,
int height)
Helper to define width and height of anything
|
boolean |
equals(java.lang.Object p) |
int |
getHeight() |
int |
getWidth() |
int |
hashCode() |
void |
setHeight(int p) |
void |
setWidth(int p) |
java.lang.String |
toString() |
public EPSize(int width, int height)
Helper to define width and height of anything
public int getWidth()
public void setWidth(int p)
public int getHeight()
public void setHeight(int p)
public int component1()
public int component2()
public EPSize copy(int width, int height)
Helper to define width and height of anything
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)