net.hydromatic.clapham.graph
Class Size

java.lang.Object
  extended by 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)
           
 
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)
           
 java.lang.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 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)

SourceForge.net_Logo