| Package | Description |
|---|---|
| com.codename1.charts.compat |
This package contains compatibility classes for internal use
|
| com.codename1.ui.geom |
Contains classes related to geometry locations and calculations such as
rectangle and size
|
| Constructor and Description |
|---|
PathMeasure(GeneralPath p,
boolean b)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static GeneralPath |
GeneralPath.createFromPool()
Creates a new GeneralPath from an object Pool.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GeneralPath.recycle(GeneralPath p)
Returns a GeneralPath to the reusable object pool for GeneralPaths.
|
void |
GeneralPath.setPath(GeneralPath p,
Transform t)
Sets this path to be identical to the provided path
p with the given
Transform t applied to it. |
Copyright © 2023. All rights reserved.