oracle.panama.imagex
Class ImageFormats
java.lang.Object
|
+--oracle.panama.imagex.ImageFormats
- public class ImageFormats
- extends java.lang.Object
This class defines constants representing various image formats supported by
mobile devices, such as GIF, BMP and WBMP. This class defines no actual
functionality but only a set of identifiers.
Type | Method |
java.lang.String |
getID()
This returns the image format identifier. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BMP
public static final ImageFormats BMP
- This represents the BMP image format.
GIF
public static final ImageFormats GIF
- This represents the GIF image format.
WBMP
public static final ImageFormats WBMP
- This represents the WBMP image format.
getID
public java.lang.String getID()
- This returns the image format identifier.
- Returns:
- a String representing the ID of the file format as used by the
image conversion function to define the output format of an
image conversion
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object