Uses of Class
com.sun.lwuit.IndexedImage

Packages that use IndexedImage
com.sun.lwuit Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. 
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. 
 

Uses of IndexedImage in com.sun.lwuit
 

Subclasses of IndexedImage in com.sun.lwuit
 class StaticAnimation
          Deprecated. this class shouldn't be referenced directly, use the Image base class for all functionality
 

Methods in com.sun.lwuit that return IndexedImage
static IndexedImage IndexedImage.load(byte[] data)
          Deprecated. Loads a packaged image that was stored in a stream using the toByteArray method
static IndexedImage IndexedImage.pack(int[] rgb, int width, int height)
          Deprecated. Packs the source rgba image and returns null if it fails
 

Uses of IndexedImage in com.sun.lwuit.impl
 

Methods in com.sun.lwuit.impl with parameters of type IndexedImage
 java.lang.Object LWUITImplementation.createNativeIndexed(IndexedImage image)
          Creates a native image representing the indexed image