| Package | com.mapquest |
| Class | public class Pan |
| Inheritance | Pan MapCommand MQObject |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Pan()
Constructs a new Pan object.
| Pan | ||
|
getClassName():String
Returns the text name of this class.
| Pan | ||
|
getObjectVersion():Number
Returns the version of this class.
| Pan | ||
|
Returns the m_Point.
| Pan | ||
![]() |
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(xmlPrm:XML):void
Assigns the xml that relates to this object.
| Pan | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
|
saveXml():XML
Build xml that represents this object.
| Pan | ||
|
setDeltaX(dblX:Number):void
Sets the Delta X variable, which is the number of pixels that the
map viewport is to be moved in the horizontal direction.
| Pan | ||
|
setDeltaXY(dblX:Number, dblY:Number):void
Sets the Delta X and Delta Y variables, which are the number of
pixels that the map viewport is to be moved in the horizontal and
vertical direction respectively.
| Pan | ||
|
setDeltaY(dblY:Number):void
Sets the Delta Y variable, which is the number of pixels that the
map viewport is to be moved in the vertical direction.
| Pan | ||
![]() |
Sets the m_Col object.
| MapCommand | |
![]() |
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 | |
| Pan | () | constructor |
public function Pan()Constructs a new Pan 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.
|
| getPoint | () | method |
| 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.
|
| setDeltaX | () | method |
public function setDeltaX(dblX:Number):voidSets the Delta X variable, which is the number of pixels that the map viewport is to be moved in the horizontal direction.
ParametersdblX:Number — dblX The number of pixels that the map viewport is to be moved in
the horizontal direction. Negative indicates movement to the
left, positive to the right.
|
| setDeltaXY | () | method |
public function setDeltaXY(dblX:Number, dblY:Number):voidSets the Delta X and Delta Y variables, which are the number of pixels that the map viewport is to be moved in the horizontal and vertical direction respectively.
ParametersdblX:Number — dblX The number of pixels that the map viewport is to be moved in
the horizontal direction. Negative indicates movement to the left,
positive to the right.
|
|
dblY:Number — dblY The number of pixels that the map viewport is to be moved in
the vertical direction. Negative indicates movement upward, positive downward.
|
| setDeltaY | () | method |
public function setDeltaY(dblY:Number):voidSets the Delta Y variable, which is the number of pixels that the map viewport is to be moved in the vertical direction.
ParametersdblY:Number — dblY The number of pixels that the map viewport is to be moved in
the vertical direction. Negative indicates movement upward,
positive downward.
|