| 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 |
|---|---|
static AffineTransform |
AffineTransform.getRotateInstance(double theta)
Gets a rotation transform
|
static AffineTransform |
AffineTransform.getRotateInstance(double theta,
double anchorx,
double anchory)
Gets a rotation transform.
|
| Constructor and Description |
|---|
AffineTransform(AffineTransform Tx)
Creates new affine transform as a copy of the given transform.
|
Copyright © 2021. All rights reserved.