jwx!
v0.0.2


wx
Class Size

java.lang.Object
  extended bywx.Size

public class Size
extends java.lang.Object


Field Summary
static Size DefaultSize
           
 
Constructor Summary
Size()
           
Size(int xx, int yy)
           
 
Method Summary
 void decTo(Size sz)
           
 void delete()
           
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void incTo(Size sz)
           
 boolean isFullySpecified()
           
 void set(int xx, int yy)
           
 void setDefaults(Size size)
           
 void setHeight(int h)
           
 void setWidth(int w)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DefaultSize

public static final Size DefaultSize
Constructor Detail

Size

public Size()

Size

public Size(int xx,
            int yy)
Method Detail

delete

public void delete()

incTo

public void incTo(Size sz)

decTo

public void decTo(Size sz)

set

public void set(int xx,
                int yy)

setWidth

public void setWidth(int w)

setHeight

public void setHeight(int h)

getWidth

public int getWidth()

getHeight

public int getHeight()

isFullySpecified

public boolean isFullySpecified()

setDefaults

public void setDefaults(Size size)

getX

public int getX()

getY

public int getY()

jwx!
v0.0.2


© 2006 Amit G Mendapara.