Packagecom.mapquest
Classpublic class FontStyle
InheritanceFontStyle Inheritance MQType

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.



Public Methods
 MethodDefined by
  
FontStyle(val:int)
Constructs a new FontStyle object.
FontStyle
 Inherited
equals(type:*):Boolean
Checks the equality of the values of two MQType objects.
MQType
  
getClassName():String
Returns the text name of this class.
FontStyle
  
Returns the version of this class.
FontStyle
  
intValue():int
Gets the integer value of this type.
FontStyle
Constructor detail
FontStyle()constructor
public function FontStyle(val:int)

Constructs a new FontStyle object.

Parameters
val:int
Method detail
getClassName()method
public override function getClassName():String

Returns the text name of this class.

Returns
String — The text name of this class.
getObjectVersion()method 
public function getObjectVersion():Number

Returns the version of this class.

Returns
Number — The version of this class.
intValue()method 
public override function intValue():int

Gets the integer value of this type.

Returns
int — The integer of value of this type.