| Constructor and Description |
|---|
BaseBounds(double x,
double y,
double width,
double height) |
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight()
Returns the Canvas (untransformed) height of the bounds.
|
double |
getWidth()
Returns the Canvas (untransformed) width of the bounds.
|
double |
getX()
Returns the Canvas (untransformed) x-coordinate of the bounds.
|
double |
getY()
Returns the Canvas (untransformed) y-coordinate of the bounds.
|
void |
setHeight(double height)
Sets the Canvas (untransformed) height of the bounds.
|
void |
setWidth(double width)
Sets the Canvas (untransformed) width of the bounds.
|
void |
setX(double x)
Sets the Canvas (untransformed) x-coordinate of the bounds.
|
void |
setY(double y)
Sets the Canvas (untransformed) y-coordinate of the bounds.
|
public double getX()
Boundspublic void setX(double x)
Boundspublic double getY()
Boundspublic void setY(double y)
Boundspublic double getWidth()
Boundspublic void setWidth(double width)
Boundspublic double getHeight()
BoundsCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.