| Package | com.mapquest |
| Class | public class EllipsePrimitive |
| Inheritance | EllipsePrimitive RectanglePrimitive Primitive MQObject |
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new EllipsePrimitive object.
| EllipsePrimitive | ||
|
getClassName():String
Returns the text name of this class.
| EllipsePrimitive | ||
![]() |
Gets the m_Color
| RectanglePrimitive | |
![]() |
Gets the CoordinateType
| Primitive | |
![]() |
Gets the DrawTrigger
| Primitive | |
![]() |
Gets the m_FillColor
| RectanglePrimitive | |
![]() |
Gets the m_FillStyle
| RectanglePrimitive | |
![]() |
getKey():String
Gets the key.
| Primitive | |
![]() |
Gets the latitude/longitude of the lower right corner
| RectanglePrimitive | |
![]() |
Gets the x/y of the lower right corner
| RectanglePrimitive | |
|
getObjectVersion():Number
Returns the version of this class.
| EllipsePrimitive | ||
![]() |
getOpacity():String
Gets the Opacity.
| Primitive | |
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
![]() |
Gets the m_Style
| RectanglePrimitive | |
![]() |
Gets the latitude/longitude of the upper left corner.
| RectanglePrimitive | |
![]() |
Gets the x/y of the upper left corner.
| RectanglePrimitive | |
![]() |
getWidth():int
Returns the value representing the width of this object.
| RectanglePrimitive | |
![]() |
Create a copy of this object.
| MQObject | |
![]() |
internalCopyXML(obj:MQObject):XML
| MQObject | |
![]() |
internalCopyXMLx(obj:MQObject):String
| MQObject | |
![]() |
loadXml(xmlPrm:XML):void
Assigns the xml that relates to this object.
| RectanglePrimitive | |
![]() |
readExternal(input:IDataInput):void
| MQObject | |
![]() |
saveXml():XML
Build xml that represents this object.
| RectanglePrimitive | |
![]() |
setColor(obj:ColorStyle):void
Sets the m_Color
| RectanglePrimitive | |
![]() |
setCoordinateType(dt:CoordinateType):void
Sets the CoordinateType
| Primitive | |
![]() |
setDrawTrigger(dt:DrawTrigger):void
Sets the DrawTrigger
| Primitive | |
![]() |
setFillColor(obj:ColorStyle):void
Sets the m_FillColor
| RectanglePrimitive | |
![]() |
setFillStyle(obj:FillStyle):void
Sets the m_FillStyle
| RectanglePrimitive | |
![]() |
setKey(strKey:String):void
Sets the key.
| Primitive | |
![]() |
setLowerRightLatLng(latLng:LatLng):void
Sets the latitude/longitude of the lower right corner
| RectanglePrimitive | |
![]() |
setLowerRightPoint(point:Point):void
Sets the x/y of the lower right corner
| RectanglePrimitive | |
![]() |
setOpacity(strOpacity:String):void
Sets the Opacity.
| Primitive | |
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
![]() |
Sets the m_Style
| RectanglePrimitive | |
![]() |
setUpperLeftLatLng(latLng:LatLng):void
Sets the latitude/longitude of the upper left corner.
| RectanglePrimitive | |
![]() |
setUpperLeftPoint(point:Point):void
Sets the x/y of the upper left corner.
| RectanglePrimitive | |
![]() |
setWidth(width:int):void
Sets the value representing the width of this object.
| RectanglePrimitive | |
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| EllipsePrimitive | () | constructor |
public function EllipsePrimitive()Constructs a new EllipsePrimitive object.
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|