package com.codename1.ui.geom
Contains classes related to geometry locations and calculations such as
rectangle and size
Types
class AffineTransform | A utility class for expressing 2-D affine transforms in Codename One. |
class Dimension | Utility class that holds a width and height that represents a dimension of a component or element |
class Dimension2D | Utility class that holds a width and height that represents a dimension of a component or element |
class GeneralPath | A general geometric path, consisting of any number of subpaths constructed out of straight lines and cubic or quadratic Bezier curves. |
interface PathIterator | This interface provides a directed path over the boundary of a shape. |
class Point | Utility class that holds x,y |
class Point2D | Utility class that holds x,y |
class Rectangle | Represents a Rectangle position (x, y) and Dimension (width, height), this is useful for measuring coordinates within the application. |
class Rectangle2D | Represents a Rectangle position (x, y) and Dimension (width, height), this is useful for measuring coordinates within the application. |
interface Shape | An interface that can be implemented by any class that wants to be drawable as a shape. |