|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.FontStyle
Constants for the font style in a DTStyle. When using DTStyles you may reset the font style back to the its default style from the style file state by specifying mqFontInvalid.
| Field Summary | |
static FontStyle |
BOLD
|
static FontStyle |
BOXED
|
static FontStyle |
INVALID
|
static FontStyle |
ITALICS
|
static FontStyle |
mqFontBold
Deprecated. Use BOLD instead. |
static FontStyle |
mqFontBoxed
Deprecated. Use BOXED instead. |
static FontStyle |
mqFontInvalid
Deprecated. Use INVALID instead. |
static FontStyle |
mqFontItalics
Deprecated. Use ITALICS instead. |
static FontStyle |
mqFontNormal
Deprecated. Use NORMAL instead. |
static FontStyle |
mqFontOutlined
Deprecated. Use OUTLINED instead. |
static FontStyle |
mqFontSemiBold
Deprecated. Use SEMIBOLD instead. |
static FontStyle |
mqFontStrikeout
Deprecated. Use STRIKEOUT instead. |
static FontStyle |
mqFontThin
Deprecated. Use THIN instead. |
static FontStyle |
mqFontUnderline
Deprecated. Use UNDERLINE instead. |
static FontStyle |
NORMAL
|
static FontStyle |
OUTLINED
|
static FontStyle |
SEMIBOLD
|
static FontStyle |
STRIKEOUT
|
static FontStyle |
THIN
|
static FontStyle |
UNDERLINE
|
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
static FontStyle |
from_int(int value)
Deprecated. Use fromInt instead. |
static FontStyle |
fromInt(int value)
Creates an object from an integer value. |
int |
hashCode()
Returns a hash code for this FontStyle. |
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 FontStyle mqFontInvalid
INVALID instead.
public static final FontStyle mqFontNormal
NORMAL instead.
public static final FontStyle mqFontBold
BOLD instead.
public static final FontStyle mqFontBoxed
BOXED instead.
public static final FontStyle mqFontOutlined
OUTLINED instead.
public static final FontStyle mqFontItalics
ITALICS instead.
public static final FontStyle mqFontUnderline
UNDERLINE instead.
public static final FontStyle mqFontStrikeout
STRIKEOUT instead.
public static final FontStyle mqFontThin
THIN instead.
public static final FontStyle mqFontSemiBold
SEMIBOLD instead.
public static final FontStyle INVALID
public static final FontStyle NORMAL
public static final FontStyle BOLD
public static final FontStyle BOXED
public static final FontStyle OUTLINED
public static final FontStyle ITALICS
public static final FontStyle UNDERLINE
public static final FontStyle STRIKEOUT
public static final FontStyle THIN
public static final FontStyle SEMIBOLD
| Method Detail |
public java.lang.String toString()
public int intValue()
public static FontStyle fromInt(int value)
public static FontStyle from_int(int value)
fromInt instead.
public boolean equals(java.lang.Object otherObject)
otherObject - the object to compare this FontStyle against.
public int hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||