| Package | com.mapquest |
| Class | public class DTStyleEx |
| Inheritance | DTStyleEx BaseDTStyle MQObject |
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new DTStyleEx object.
| DTStyleEx | ||
![]() |
equals(type:BaseDTStyle):Boolean
Checks the equality of the values of two BaseDTStyle objects.
| BaseDTStyle | |
|
getClassName():String
Returns the text name of this class.
| DTStyleEx | ||
![]() |
getDT():int
Returns the DT of this object.
| BaseDTStyle | |
![]() |
getHighScale():int
Returns the HighScale of this object.
| BaseDTStyle | |
![]() |
getLowScale():int
Returns the LowScale of this object.
| BaseDTStyle | |
|
getObjectVersion():Number
Returns the version of this class.
| DTStyleEx | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
|
getStyleString():String
Returns the StyleString of this object.
| DTStyleEx | ||
![]() |
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 | |
![]() |
setDT(val:int):void
Sets the DT of this object.
| BaseDTStyle | |
![]() |
setHighScale(val:int):void
Sets the HighScale of this object.
| BaseDTStyle | |
![]() |
setLowScale(val:int):void
Sets the LowScale of this object.
| BaseDTStyle | |
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
|
setStyleString(val:String):void
Sets the StyleString of this object.
| DTStyleEx | ||
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| DTStyleEx | () | constructor |
public function DTStyleEx()Constructs a new DTStyleEx 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.
|
| getStyleString | () | method |
public function getStyleString():StringReturns the StyleString of this object.
ReturnsString — The new StyleString of this object.
|
| setStyleString | () | method |
public function setStyleString(val:String):voidSets the StyleString of this object.
Parametersval:String — new StyleString of this object.
|