| 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 |
|---|---|
PathIterator |
Shape.getPathIterator()
Gets an iterator to walk all of the path segments of the shape.
|
PathIterator |
Rectangle2D.getPathIterator()
{Gets an iterator to walk all of the path segments of the shape.}
|
PathIterator |
GeneralPath.getPathIterator()
{Gets an iterator to walk all of the path segments of the shape.}
|
PathIterator |
Rectangle.getPathIterator()
{Gets an iterator to walk all of the path segments of the shape.}
|
PathIterator |
Shape.getPathIterator(Transform transform)
Gets an iterator where all points are transformed by the provided transform.
|
PathIterator |
Rectangle2D.getPathIterator(Transform m)
{Gets an iterator where all points are transformed by the provided transform.}
|
PathIterator |
GeneralPath.getPathIterator(Transform m)
{Gets an iterator where all points are transformed by the provided transform.}
|
PathIterator |
Rectangle.getPathIterator(Transform m)
{Gets an iterator where all points are transformed by the provided transform.}
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneralPath.append(PathIterator path,
boolean connect)
Appends the segments of a PathIterator to this GeneralPath.
|
Copyright © 2023. All rights reserved.