|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.PenStyle
Pen styles for Rectangle and Line primitives.
| Field Summary | |
static PenStyle |
Dash
Deprecated. Use DASH instead. |
static PenStyle |
DASH
|
static PenStyle |
DASH_DOT
|
static PenStyle |
DASH_DOT_DOT
|
static PenStyle |
DashDot
Deprecated. Use DASH_DOT instead. |
static PenStyle |
DashDotDot
Deprecated. Use DASH_DOT_DOT instead. |
static PenStyle |
Dot
Deprecated. Use DOT instead. |
static PenStyle |
DOT
|
static PenStyle |
NONE
|
static PenStyle |
Null
Deprecated. Use NONE instead. |
static PenStyle |
Solid
Deprecated. Use SOLID instead. |
static PenStyle |
SOLID
|
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
static PenStyle |
from_int(int value)
Deprecated. Use fromInt instead. |
static PenStyle |
fromInt(int value)
Creates an object from an integer value. |
int |
hashCode()
Returns a hash code for this PenStyle. |
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 PenStyle Solid
SOLID instead.
public static final PenStyle Dash
DASH instead.
public static final PenStyle Dot
DOT instead.
public static final PenStyle DashDot
DASH_DOT instead.
public static final PenStyle DashDotDot
DASH_DOT_DOT instead.
public static final PenStyle Null
NONE instead.
public static final PenStyle SOLID
public static final PenStyle DASH
public static final PenStyle DOT
public static final PenStyle DASH_DOT
public static final PenStyle DASH_DOT_DOT
public static final PenStyle NONE
| Method Detail |
public java.lang.String toString()
public int intValue()
public static PenStyle fromInt(int value)
public static PenStyle from_int(int value)
fromInt instead.
public boolean equals(java.lang.Object otherObject)
otherObject - the object to compare this PenStyle against.
public int hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||