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