net.hydromatic.clapham.graph
Class Size
java.lang.Object
net.hydromatic.clapham.graph.Size
public class Size
- extends Object
TODO:
- Since:
- Jul 30, 2008
- Author:
- jhyde
-
-
Constructor Summary |
Size()
|
Size(float width,
float height)
|
Size
public Size(float width,
float height)
Size
public Size()
toString
public String toString()
- Overrides:
toString
in class Object
setHeight
public void setHeight(float height)
getHeight
public float getHeight()
getWidth
public float getWidth()
setWidth
public void setWidth(float width)
maxHeight
public void maxHeight(float height)
maxWidth
public void maxWidth(float width)
incWidth
public void incWidth(float width)
incHeight
public void incHeight(float height)