public class Size extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
float |
getHeight() |
float |
getWidth() |
void |
incHeight(float height) |
void |
incWidth(float width) |
void |
maxHeight(float height) |
void |
maxWidth(float width) |
void |
setHeight(float height) |
void |
setWidth(float width) |
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public void setHeight(float height)
public float getHeight()
public float getWidth()
public void setWidth(float width)
public void maxHeight(float height)
public void maxWidth(float width)
public void incWidth(float width)
public void incHeight(float height)