public final class Rectangle
extends com.google.gwt.core.client.JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
Rectangle() |
| Modifier and Type | Method and Description |
|---|---|
static Rectangle |
create(float sx,
float sy,
float sw,
float sh) |
int |
getHeight() |
int |
getWidth() |
int |
getX() |
int |
getY() |
public static Rectangle create(float sx, float sy, float sw, float sh)
public int getX()
public int getY()
public int getWidth()
public int getHeight()
Copyright © 2013. All Rights Reserved.