The Image Scaling API consists of the following classes and interfaces (packaged as a part of the Nokia API):
Use the ImageScaler
class to allow a MIDlet to downscale images
in the device.
Use
the ImageScaleConstants
class to allow a MIDlet to
use the image scaler definitions generated by the configuration utility.
Use
the ImageScalerListener
interface to allow a MIDlet
to discover status of images being downscaled in the device.
For more information about using the Image Scaling API, see:
Example: Downscaling images for information on implementing ImageScaler MIDlet.