ImageAccesspublic interface ImageAccess Provides methods to set parameters of platform specific images.
Since Image class is defined differently on different platforms
(midp, j2se, etc), core components can refer to images only as instances
of class Object.
This interface can help in checking if a given Object is an image and to
retrieve image parameters. |
|