| Package | com.mapquest |
| Class | public class Primitive |
| Inheritance | Primitive MQObject |
| Subclasses | LinePrimitive, RectanglePrimitive, SymbolPrimitive, TextPrimitive |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new Primitive object.
| Primitive | ||
|
getClassName():String
Returns the text name of this class.
| Primitive | ||
|
Gets the CoordinateType
| Primitive | ||
|
Gets the DrawTrigger
| Primitive | ||
|
getKey():String
Gets the key.
| Primitive | ||
|
getObjectVersion():Number
Returns the version of this class.
| Primitive | ||
|
getOpacity():String
Gets the Opacity.
| Primitive | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
![]() |
Create a copy of this object.
| MQObject | |
![]() |
internalCopyXML(obj:MQObject):XML
| MQObject | |
![]() |
internalCopyXMLx(obj:MQObject):String
| MQObject | |
![]() |
loadXml(xml:XML):void
New XML Handler
| MQObject | |
![]() |
readExternal(input:IDataInput):void
| MQObject | |
![]() |
saveXml():XML
New XML Handler
| MQObject | |
|
setCoordinateType(dt:CoordinateType):void
Sets the CoordinateType
| Primitive | ||
|
setDrawTrigger(dt:DrawTrigger):void
Sets the DrawTrigger
| Primitive | ||
|
setKey(strKey:String):void
Sets the key.
| Primitive | ||
|
setOpacity(strOpacity:String):void
Sets the Opacity.
| Primitive | ||
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| Primitive | () | constructor |
public function Primitive()Constructs a new Primitive object.
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getCoordinateType | () | method |
public function getCoordinateType():CoordinateTypeGets the CoordinateType
ReturnsCoordinateType —
The m_CoordinateType object.
|
| getDrawTrigger | () | method |
public function getDrawTrigger():DrawTriggerGets the DrawTrigger
ReturnsDrawTrigger —
The m_DrawTrigger object.
|
| getKey | () | method |
public function getKey():StringGets the key.
ReturnsString — The key of this object.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| getOpacity | () | method |
public function getOpacity():StringGets the Opacity.
ReturnsString — The Opacity of this object.
|
| setCoordinateType | () | method |
public function setCoordinateType(dt:CoordinateType):voidSets the CoordinateType
Parametersdt:CoordinateType — dt the CoordinateType to set m_CoordinateType to.
|
| setDrawTrigger | () | method |
public function setDrawTrigger(dt:DrawTrigger):voidSets the DrawTrigger
Parametersdt:DrawTrigger — dt the DrawTrigger to set m_DrawTrigger to.
|
| setKey | () | method |
public function setKey(strKey:String):voidSets the key.
ParametersstrKey:String — strKey The new key to be assigned to this object.
|
| setOpacity | () | method |
public function setOpacity(strOpacity:String):voidSets the Opacity.
ParametersstrOpacity:String — strOpacity The new Opacity to be assigned to this object.
|