| java.lang.Object net.mygwt.ui.client.util.Size
Size | public class Size (Code) | | Instances of this class represent a rectangle's size.
|
Field Summary | |
public int | height The height. | public int | width The width. |
Constructor Summary | |
public | Size(int width, int height) Creates a new size instance. |
height | public int height(Code) | | The height.
|
width | public int width(Code) | | The width.
|
Size | public Size(int width, int height)(Code) | | Creates a new size instance.
Parameters: width - the width Parameters: height - the height |
newInstance | public static Size newInstance(int x, int y)(Code) | | |
|
|