public final class BoundingRectangle
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
BoundingRectangle() |
Modifier and Type | Method and Description |
---|---|
static BoundingRectangle |
create(double x,
double y,
double width,
double height) |
double |
getHeight() |
double |
getWidth() |
double |
getX() |
double |
getY() |
void |
setHeight(double height) |
void |
setWidth(double width) |
void |
setX(double x) |
void |
setY(double y) |
public static BoundingRectangle create(double x, double y, double width, double height)
public void setX(double x)
public double getX()
public void setY(double y)
public double getY()
public void setWidth(double width)
public double getWidth()
public void setHeight(double height)
public double getHeight()
Copyright © 2014. All rights reserved.