|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.SymbolType
Constants for the symbol type in a DTStyle.
| Field Summary | |
static SymbolType |
Raster
Deprecated. Use RASTER instead. |
static SymbolType |
RASTER
|
static SymbolType |
Vector
Deprecated. Use VECTOR instead. |
static SymbolType |
VECTOR
|
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
static SymbolType |
from_int(int value)
Deprecated. Use fromInt instead. |
static SymbolType |
fromInt(int value)
Creates an object from an integer value. |
int |
hashCode()
Returns a hash code for this SymbolType. |
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 SymbolType Raster
RASTER instead.
public static final SymbolType Vector
VECTOR instead.
public static final SymbolType RASTER
public static final SymbolType VECTOR
| Method Detail |
public java.lang.String toString()
public int intValue()
public static SymbolType fromInt(int value)
public static SymbolType from_int(int value)
fromInt instead.
public boolean equals(java.lang.Object otherObject)
otherObject - the object to compare this SymbolType against.
public int hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||