| Package | Description |
|---|---|
| com.codename1.ui.geom |
Contains classes related to geometry locations and calculations such as
rectangle and size
|
| Modifier and Type | Method and Description |
|---|---|
Dimension2D |
Rectangle2D.getSize()
Return the dimension of the rectangle
|
| Constructor and Description |
|---|
Dimension2D(Dimension2D d)
Creates a new instance of Dimension with a predefine dimension
|
Rectangle2D(double x,
double y,
Dimension2D size)
Creates a new instance of Rectangle at position (x, y) and with
predefine dimension
|
Copyright © 2023. All rights reserved.