@Immutable
public class ImageFormat
extends java.lang.Object
EncodedImageFormat indicates that the format is
compressed.| Modifier and Type | Field and Description |
|---|---|
static ImageFormat |
BITMAP
An uncompressed image of continious pixel data
|
java.lang.String |
identifier |
| Constructor and Description |
|---|
ImageFormat(java.lang.String identifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isEncoded() |
java.lang.String |
toString() |
public static final ImageFormat BITMAP
public final java.lang.String identifier
public boolean isEncoded()
public boolean equals(@Nullable
java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object