Packagecom.mapquest
Classpublic class FillStyle
InheritanceFillStyle Inheritance MQType

Pen styles for Rectangle and Line primitives.



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

Constructs a new FillStyle 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():int

Returns the version of this class.

Returns
int — 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.