net.hydromatic.clapham.graph
Class Size

java.lang.Object
  extended by 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)
           
 
Method Summary
 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)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Size

public Size(float width,
            float height)

Size

public Size()
Method Detail

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)

SourceForge.net_Logo