| Package | com.mapquest |
| Class | public class PenStyle |
| Inheritance | PenStyle MQType |
| Method | Defined by | ||
|---|---|---|---|
|
PenStyle(val:int)
Constructs a new PenStyle object.
| PenStyle | ||
![]() |
equals(type:*):Boolean
Checks the equality of the values of two MQType objects.
| MQType | |
|
getClassName():String
Returns the text name of this class.
| PenStyle | ||
|
getObjectVersion():Number
Returns the version of this class.
| PenStyle | ||
|
intValue():int
Gets the integer value of this type.
| PenStyle | ||
| PenStyle | () | constructor |
public function PenStyle(val:int)Constructs a new PenStyle object.
Parametersval:int |
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getObjectVersion | () | method |
public function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| intValue | () | method |
public override function intValue():intGets the integer value of this type.
Returnsint — The integer of value of this type.
|