Package com.codename1.ui.geom


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