public class BoundingBox extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
height
the height of the element in pixels.
|
double |
width
the width of the element in pixels.
|
double |
x
the x coordinate of the element in pixels.
|
double |
y
the y coordinate of the element in pixels.
|
| Constructor and Description |
|---|
BoundingBox() |
Copyright © 2021. All rights reserved.