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()
Bounds
public void setX(double x)
Bounds
public double getY()
Bounds
public void setY(double y)
Bounds
public double getWidth()
Bounds
public void setWidth(double width)
Bounds
public double getHeight()
Bounds
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.