net.hydromatic.clapham.graph
Class Size
java.lang.Object
net.hydromatic.clapham.graph.Size
public class Size
- extends java.lang.Object
TODO:
- Since:
- Jul 30, 2008
- Version:
- $Id: Size.java 3 2009-05-11 08:11:57Z jhyde $
- Author:
- jhyde
Constructor Summary |
Size()
|
Size(float width,
float height)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Size
public Size(float width,
float height)
Size
public Size()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.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)