| Package | com.mapquest |
| Class | public class DTStyle |
| Inheritance | DTStyle BaseDTStyle MQObject |
| Method | Defined by | ||
|---|---|---|---|
|
DTStyle()
Constructs a new DTStyle object.
| DTStyle | ||
![]() |
equals(type:BaseDTStyle):Boolean
Checks the equality of the values of two BaseDTStyle objects.
| BaseDTStyle | |
|
getClassName():String
Returns the text name of this class.
| DTStyle | ||
![]() |
getDT():int
Returns the DT of this object.
| BaseDTStyle | |
|
Gets the FontBoxBkgdColor.
| DTStyle | ||
|
getFontBoxMargin():int
Returns the FontBoxMargin of this object.
| DTStyle | ||
|
Gets the FontBoxOutlineColor.
| DTStyle | ||
|
Gets the color.
| DTStyle | ||
|
getFontName():String
Returns the FontName of this object.
| DTStyle | ||
|
Gets the FontOutlineColor.
| DTStyle | ||
|
getFontSize():int
Returns the FontSize of this object.
| DTStyle | ||
|
Gets the font.
| DTStyle | ||
![]() |
getHighScale():int
Returns the HighScale of this object.
| BaseDTStyle | |
|
getLabelVisible():Boolean
Gets the LabelVisible flag
| DTStyle | ||
![]() |
getLowScale():int
Returns the LowScale of this object.
| BaseDTStyle | |
|
getObjectVersion():Number
Returns the version of this class.
| DTStyle | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
|
getSymbolName():String
Returns the SymbolName of this object.
| DTStyle | ||
|
Gets the color.
| DTStyle | ||
|
getVisible():Boolean
Gets the Visible flag
| DTStyle | ||
![]() |
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.
| DTStyle | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
|
saveXml():XML
Build an xml string that represents this object.
| DTStyle | ||
![]() |
setDT(val:int):void
Sets the DT of this object.
| BaseDTStyle | |
|
setFontBoxBkgdColor(obj:ColorStyle):void
Sets the FontBoxBkgdColor.
| DTStyle | ||
|
setFontBoxMargin(val:int):void
Sets the FontBoxMargin of this object.
| DTStyle | ||
|
setFontBoxOutlineColor(obj:ColorStyle):void
Sets the FontBoxOutlineColor.
| DTStyle | ||
|
setFontColor(obj:ColorStyle):void
Sets the color.
| DTStyle | ||
|
setFontName(val:String):void
Sets the FontName of this object.
| DTStyle | ||
|
setFontOutlineColor(obj:ColorStyle):void
Sets the FontOutlineColor.
| DTStyle | ||
|
setFontSize(val:int):void
Sets the FontSize of this object.
| DTStyle | ||
|
setFontStyle(obj:FontStyle):void
Sets the font.
| DTStyle | ||
![]() |
setHighScale(val:int):void
Sets the HighScale of this object.
| BaseDTStyle | |
|
setLabelVisible(bFlag:Boolean):void
Sets the LabelVisible flag.
| DTStyle | ||
![]() |
setLowScale(val:int):void
Sets the LowScale of this object.
| BaseDTStyle | |
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
|
setSymbolName(val:String):void
Sets the SymbolName of this object.
| DTStyle | ||
|
setSymbolType(obj:SymbolType):void
Sets the color.
| DTStyle | ||
|
setVisible(bFlag:Boolean):void
Sets the Visible flag.
| DTStyle | ||
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| DTStyle | () | constructor |
public function DTStyle()Constructs a new DTStyle object.
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getFontBoxBkgdColor | () | method |
public function getFontBoxBkgdColor():ColorStyleGets the FontBoxBkgdColor.
ReturnsColorStyle —
The m_FontBoxBkgdColor type.
|
| getFontBoxMargin | () | method |
public function getFontBoxMargin():intReturns the FontBoxMargin of this object.
Returnsint — The new FontBoxMargin of this object.
|
| getFontBoxOutlineColor | () | method |
public function getFontBoxOutlineColor():ColorStyleGets the FontBoxOutlineColor.
ReturnsColorStyle —
The m_FontBoxOutlineColor type.
|
| getFontColor | () | method |
public function getFontColor():ColorStyleGets the color.
ReturnsColorStyle —
The m_FontColor type.
|
| getFontName | () | method |
public function getFontName():StringReturns the FontName of this object.
ReturnsString — The new FontName of this object.
|
| getFontOutlineColor | () | method |
public function getFontOutlineColor():ColorStyleGets the FontOutlineColor.
ReturnsColorStyle —
The m_FontOutlineColor type.
|
| getFontSize | () | method |
public function getFontSize():intReturns the FontSize of this object.
Returnsint — The new FontSize of this object.
|
| getFontStyle | () | method |
| getLabelVisible | () | method |
public function getLabelVisible():BooleanGets the LabelVisible flag
ReturnsBoolean — true if a LabelVisible = 1, false otherwise.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| getSymbolName | () | method |
public function getSymbolName():StringReturns the SymbolName of this object.
ReturnsString — The new SymbolName of this object.
|
| getSymbolType | () | method |
public function getSymbolType():SymbolTypeGets the color.
ReturnsSymbolType —
The m_SymbolType type.
|
| getVisible | () | method |
public function getVisible():BooleanGets the Visible flag
ReturnsBoolean — true if a Visible = 1, false otherwise.
|
| loadXml | () | method |
public override function loadXml(xmlPrm:XML):voidAssigns the xml that relates to this object.
ParametersxmlPrm:XML — strXml the xml to be assigned.
|
| saveXml | () | method |
public override function saveXml():XMLBuild an xml string that represents this object.
ReturnsXML — The xml string.
|
| setFontBoxBkgdColor | () | method |
public function setFontBoxBkgdColor(obj:ColorStyle):voidSets the FontBoxBkgdColor.
Parametersobj:ColorStyle — obj The ColorStyle to set m_FontBoxBkgdColor type to.
|
| setFontBoxMargin | () | method |
public function setFontBoxMargin(val:int):voidSets the FontBoxMargin of this object.
Parametersval:int — The new FontBoxMargin of this object.
|
| setFontBoxOutlineColor | () | method |
public function setFontBoxOutlineColor(obj:ColorStyle):voidSets the FontBoxOutlineColor.
Parametersobj:ColorStyle — obj The ColorStyle to set m_FontBoxOutlineColor type to.
|
| setFontColor | () | method |
public function setFontColor(obj:ColorStyle):voidSets the color.
Parametersobj:ColorStyle — obj The ColorStyle to set m_FontColor type to.
|
| setFontName | () | method |
public function setFontName(val:String):voidSets the FontName of this object.
Parametersval:String — val The new FontName of this object.
|
| setFontOutlineColor | () | method |
public function setFontOutlineColor(obj:ColorStyle):voidSets the FontOutlineColor.
Parametersobj:ColorStyle — obj The ColorStyle to set m_FontOutlineColor type to.
|
| setFontSize | () | method |
public function setFontSize(val:int):voidSets the FontSize of this object.
Parametersval:int — val The new FontSize of this object.
|
| setFontStyle | () | method |
public function setFontStyle(obj:FontStyle):voidSets the font.
Parametersobj:FontStyle — obj The FontStyle to set m_FontStyle type to.
|
| setLabelVisible | () | method |
public function setLabelVisible(bFlag:Boolean):voidSets the LabelVisible flag.
ParametersbFlag:Boolean — The LabelVisible flag
|
| setSymbolName | () | method |
public function setSymbolName(val:String):voidSets the SymbolName of this object.
Parametersval:String — val The new SymbolName of this object.
|
| setSymbolType | () | method |
public function setSymbolType(obj:SymbolType):voidSets the color.
Parametersobj:SymbolType — obj The SymbolType to set m_SymbolType type to.
|
| setVisible | () | method |
public function setVisible(bFlag:Boolean):voidSets the Visible flag.
ParametersbFlag:Boolean — The Visible flag
|