| Package | com.mapquest |
| Class | public class RectanglePrimitive |
| Inheritance | RectanglePrimitive Primitive MQObject |
| Subclasses | EllipsePrimitive |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new RectanglePrimitive object.
| RectanglePrimitive | ||
|
getClassName():String
Returns the text name of this class.
| RectanglePrimitive | ||
|
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.
| RectanglePrimitive | ||
![]() |
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 | |
| RectanglePrimitive | () | constructor |
public function RectanglePrimitive()Constructs a new RectanglePrimitive object.
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getColor | () | method |
| getFillColor | () | method |
public function getFillColor():ColorStyleGets the m_FillColor
ReturnsColorStyle —
The m_FillColor object.
|
| getFillStyle | () | method |
public function getFillStyle():FillStyleGets the m_FillStyle
ReturnsFillStyle —
The m_FillStyle object.
|
| getLowerRightLatLng | () | method |
public function getLowerRightLatLng():LatLngGets the latitude/longitude of the lower right corner
ReturnsLatLng —
The m_LowerRightLL object.
|
| getLowerRightPoint | () | method |
public function getLowerRightPoint():PointGets the x/y of the lower right corner
ReturnsPoint —
The m_LowerRightPT object.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| getStyle | () | method |
| getUpperLeftLatLng | () | method |
public function getUpperLeftLatLng():LatLngGets the latitude/longitude of the upper left corner.
ReturnsLatLng —
The m_UpperLeftLL object.
|
| getUpperLeftPoint | () | method |
public function getUpperLeftPoint():PointGets the x/y of the upper left corner.
ReturnsPoint —
The m_UpperLeftPT object.
|
| getWidth | () | method |
public function getWidth():intReturns the value representing the width of this object.
Returnsint — The Width of this object.
|
| loadXml | () | method |
public override function loadXml(xmlPrm:XML):voidAssigns the xml that relates to this object.
ParametersxmlPrm:XML — the xml to be assigned.
|
| saveXml | () | method |
public override function saveXml():XMLBuild xml that represents this object.
ReturnsXML — The xml.
|
| setColor | () | method |
public function setColor(obj:ColorStyle):voidSets the m_Color
Parametersobj:ColorStyle — obj the ColorStyle to set m_Color to.
|
| setFillColor | () | method |
public function setFillColor(obj:ColorStyle):voidSets the m_FillColor
Parametersobj:ColorStyle — obj the ColorStyle to set m_FillColor to.
|
| setFillStyle | () | method |
public function setFillStyle(obj:FillStyle):voidSets the m_FillStyle
Parametersobj:FillStyle — obj the FillStyle to set m_FillStyle to.
|
| setLowerRightLatLng | () | method |
public function setLowerRightLatLng(latLng:LatLng):voidSets the latitude/longitude of the lower right corner
ParameterslatLng:LatLng — latLng the LatLng to set m_LowerRightLL to.
|
| setLowerRightPoint | () | method |
public function setLowerRightPoint(point:Point):voidSets the x/y of the lower right corner
Parameterspoint:Point — point the Point to set m_LowerRightPT to.
|
| setStyle | () | method |
public function setStyle(obj:PenStyle):voidSets the m_Style
Parametersobj:PenStyle — obj the PenStyle to set m_Style to.
|
| setUpperLeftLatLng | () | method |
public function setUpperLeftLatLng(latLng:LatLng):voidSets the latitude/longitude of the upper left corner.
ParameterslatLng:LatLng — latLng the LatLng to set m_UpperLeftLL to.
|
| setUpperLeftPoint | () | method |
public function setUpperLeftPoint(point:Point):voidSets the x/y of the upper left corner.
Parameterspoint:Point — point the Point to set m_UpperLeftPT to.
|
| setWidth | () | method |
public function setWidth(width:int):voidSets the value representing the width of this object.
Parameterswidth:int — width The new Width to be assigned to this object.
|