Uses of Package
com.sun.lwuit.geom

Packages that use com.sun.lwuit.geom
com.sun.lwuit Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. 
com.sun.lwuit.animations All components are animatable by potential and additional animations (unrelated to a specific component) can be installed on the fly, transitions between forms are also handled as part of this package. 
com.sun.lwuit.geom Contains classes related to geometry locations and calculations such as rectangle and size  
com.sun.lwuit.impl The implementation package should not be used by developers, it is an internal implementation detail which will break compatibility between major LWUIT releases. 
com.sun.lwuit.layouts Layout managers allow a Container to arrange its components by a set of rules that would be adapted for specific screen/font sizes. 
com.sun.lwuit.painter Painter allows us to draw arbitrary elements of graphics from plain/scaled/tiled images to gradients and pretty much any form of graphic drawing we can imagine. 
com.sun.lwuit.plaf Look of the application can be fully customized via this package, it represents a rendering layer that can be plugged in separately in runtime and themed to provide any custom look. 
com.sun.lwuit.spinner Spinners allows picking of simple sequential values similarly to combo boxes but of a much wider value set. 
com.sun.lwuit.table Table component for editing and viewing tabular data and arranging LWUIT components in a tabular form  
com.sun.lwuit.tree Tree component for displaying hierarchy based information and its related classes  
 

Classes in com.sun.lwuit.geom used by com.sun.lwuit
Dimension
          Utility class that holds a width and height that represents a dimension of a component or element
Rectangle
          Represents a Rectangle position (x, y) and Dimension (width, height), this is useful for measuring coordinates within the application.
 

Classes in com.sun.lwuit.geom used by com.sun.lwuit.animations
Dimension
          Utility class that holds a width and height that represents a dimension of a component or element
Rectangle
          Represents a Rectangle position (x, y) and Dimension (width, height), this is useful for measuring coordinates within the application.
 

Classes in com.sun.lwuit.geom used by com.sun.lwuit.geom
Dimension
          Utility class that holds a width and height that represents a dimension of a component or element
Rectangle
          Represents a Rectangle position (x, y) and Dimension (width, height), this is useful for measuring coordinates within the application.
 

Classes in com.sun.lwuit.geom used by com.sun.lwuit.impl
Rectangle
          Represents a Rectangle position (x, y) and Dimension (width, height), this is useful for measuring coordinates within the application.
 

Classes in com.sun.lwuit.geom used by com.sun.lwuit.layouts
Dimension
          Utility class that holds a width and height that represents a dimension of a component or element
 

Classes in com.sun.lwuit.geom used by com.sun.lwuit.painter
Rectangle
          Represents a Rectangle position (x, y) and Dimension (width, height), this is useful for measuring coordinates within the application.
 

Classes in com.sun.lwuit.geom used by com.sun.lwuit.plaf
Dimension
          Utility class that holds a width and height that represents a dimension of a component or element
Rectangle
          Represents a Rectangle position (x, y) and Dimension (width, height), this is useful for measuring coordinates within the application.
 

Classes in com.sun.lwuit.geom used by com.sun.lwuit.spinner
Dimension
          Utility class that holds a width and height that represents a dimension of a component or element
 

Classes in com.sun.lwuit.geom used by com.sun.lwuit.table
Dimension
          Utility class that holds a width and height that represents a dimension of a component or element
 

Classes in com.sun.lwuit.geom used by com.sun.lwuit.tree
Dimension
          Utility class that holds a width and height that represents a dimension of a component or element