|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.DrawTrigger
Constants for trigger DTs.
| Field Summary | |
static DrawTrigger |
AFTER_POLYGONS
|
static DrawTrigger |
AFTER_ROUTE_HIGHLIGHT
|
static DrawTrigger |
AFTER_TEXT
|
static DrawTrigger |
BEFORE_POLYGONS
|
static DrawTrigger |
BEFORE_ROUTE_HIGHLIGHT
|
static DrawTrigger |
BEFORE_TEXT
|
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
static DrawTrigger |
from_int(int value)
Deprecated. Use fromInt instead. |
static DrawTrigger |
fromInt(int value)
Creates an object from a positive integer value. |
int |
hashCode()
Returns a hash code for this DrawTrigger. |
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 DrawTrigger BEFORE_POLYGONS
public static final DrawTrigger AFTER_POLYGONS
public static final DrawTrigger BEFORE_TEXT
public static final DrawTrigger AFTER_TEXT
public static final DrawTrigger BEFORE_ROUTE_HIGHLIGHT
public static final DrawTrigger AFTER_ROUTE_HIGHLIGHT
| Method Detail |
public java.lang.String toString()
public int intValue()
public static DrawTrigger fromInt(int value)
public static DrawTrigger from_int(int value)
fromInt instead.
public boolean equals(java.lang.Object otherObject)
otherObject - the object to compare this DrawTrigger against.
public int hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||