|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.ContentType
Map Image Data Formats. These constants are used to override the default GIF image type.
| Field Summary | |
static ContentType |
AIEPS
|
static ContentType |
ContentTypeAIEPS
Deprecated. Use AIEPS instead. |
static ContentType |
ContentTypeEPS
Deprecated. Use EPS instead. |
static ContentType |
ContentTypeGIF
Deprecated. Use GIF instead. |
static ContentType |
ContentTypePNG
Deprecated. Use PNG instead. |
static ContentType |
ContentTypeWBMP
Deprecated. Use WBMP instead. |
static ContentType |
EPS
|
static ContentType |
GIF
|
static ContentType |
PNG
|
static ContentType |
WBMP
|
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
static ContentType |
from_int(int value)
Deprecated. Use fromInt instead. |
static ContentType |
fromInt(int value)
Creates an object from an integer value. |
int |
hashCode()
Returns a hash code for this ContentType. |
int |
intValue()
Returns an int type representing this object. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ContentType ContentTypeGIF
GIF instead.
public static final ContentType ContentTypeEPS
EPS instead.
public static final ContentType ContentTypeAIEPS
AIEPS instead.
public static final ContentType ContentTypePNG
PNG instead.
public static final ContentType ContentTypeWBMP
WBMP instead.
public static final ContentType GIF
public static final ContentType EPS
public static final ContentType AIEPS
public static final ContentType PNG
public static final ContentType WBMP
| Method Detail |
public java.lang.String toString()
public int intValue()
public static ContentType fromInt(int value)
public static ContentType from_int(int value)
fromInt instead.
public boolean equals(java.lang.Object otherObject)
otherObject - the object to compare this ContentType against.
public int hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||