package com.codename1.ui.geom

Contains classes related to geometry locations and calculations such as rectangle and size

Types

class AffineTransformA utility class for expressing 2-D affine transforms in Codename One.
class DimensionUtility class that holds a width and height that represents a dimension of a component or element
class Dimension2DUtility class that holds a width and height that represents a dimension of a component or element
class GeneralPathA general geometric path, consisting of any number of subpaths constructed out of straight lines and cubic or quadratic Bezier curves.
interface PathIteratorThis interface provides a directed path over the boundary of a shape.
class PointUtility class that holds x,y
class Point2DUtility class that holds x,y
class RectangleRepresents a Rectangle position (x, y) and Dimension (width, height), this is useful for measuring coordinates within the application.
class Rectangle2DRepresents a Rectangle position (x, y) and Dimension (width, height), this is useful for measuring coordinates within the application.
interface ShapeAn interface that can be implemented by any class that wants to be drawable as a shape.