wx
Class Size
java.lang.Object
wx.Size
- public class Size
- extends java.lang.Object
Constructor Summary |
Size()
|
Size(int xx,
int yy)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSize
public static final Size DefaultSize
Size
public Size()
Size
public Size(int xx,
int yy)
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()
© 2006 Amit G Mendapara.