|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsTextMarkerSymbol
| Constructor Summary | |
AimsTextMarkerSymbol()
Creates new AimsTextMarkerSymbol |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a copy of this symbol. |
double |
getAngle()
Gets the value of attribute angle |
boolean |
getAntialiasing()
Gets the value of attribute antialiasing |
AimsColor |
getBlockOut()
Gets the value of attribute blockOut |
java.lang.String |
getFont()
Gets the value of attribute font |
AimsColor |
getFontColor()
Gets the value of attribute fontColor |
int |
getFontSize()
Gets the value of attribute fontSize |
java.lang.String |
getFontStyle()
Gets the value of attribute fontStyle |
AimsColor |
getGlowing()
Gets the value of attribute glowing |
java.lang.String |
getHAlignment()
Gets the value of attribute hAlignment |
int |
getInterval()
Gets the value of attribute interval |
AimsColor |
getOutline()
Gets the value of attribute outline |
boolean |
getOverlap()
Gets the value of attribute overlap |
java.lang.String |
getPrintMode()
Gets the value of attribute printMode |
AimsColor |
getShadow()
Gets the value of attribute shadow |
double |
getTransparency()
Gets the value of attribute transparency |
java.lang.String |
getVAlignment()
Gets the value of attribute vAlignment |
void |
highlight(AimsColor highlightColor,
double transparency)
|
boolean |
isModified()
Returns a boolean value indicating whether the object has been modified by the user since it was loaded from the map service. |
void |
setAngle(double angle)
Sets the value of attribute angle. |
void |
setAntialiasing(boolean antialiasing)
Sets the value of attribute antialising. |
void |
setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
Sets one of the attributes of this object using a string value. |
void |
setBlockOut(AimsColor color)
Sets the value of attribute blockOut. |
void |
setFont(java.lang.String font)
Sets the value of attribute font. |
void |
setFontColor(AimsColor color)
Sets the value of attribute fontColor. |
void |
setFontSize(int fontSize)
Sets the value of attribute fontSize. |
void |
setFontStyle(java.lang.String fontStyle)
Sets the value of attribute fontStyle. |
void |
setGlowing(AimsColor color)
Sets the value of attribute glowing. |
void |
setHAlignment(java.lang.String hAlignment)
Sets the value of attribute hAlignment. |
void |
setInterval(int interval)
Sets the value of attribute interval. |
void |
setModified(boolean isModified)
Sets the modified flag of the object, indicating that it needs to be sent to the map server when the map is refreshed. |
void |
setOutline(AimsColor color)
Sets the value of attribute outline. |
void |
setOverlap(boolean overlap)
Sets the value of attribute overlap. |
void |
setPrintMode(java.lang.String printMode)
Sets the value of attribute printMode. |
void |
setShadow(AimsColor color)
Sets the value of attribute shadow. |
void |
setTransparency(double transparency)
Sets the value of attribute transparency. |
void |
setVAlignment(java.lang.String vAlignment)
Sets the value of attribute vAlignment. |
java.lang.String |
toAxlString()
Returns the AXL string to refresh this object. |
java.lang.String |
toAxlString(AimsEnvironment env)
Returns the AXL string to refresh this object. |
java.lang.String |
toString()
Returns a text representation of of this class. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AimsTextMarkerSymbol()
| Method Detail |
public java.lang.Object clone()
clone in interface AimsSymbolpublic void setAngle(double angle)
angle - The attribute value.public double getAngle()
angle
anglepublic void setAntialiasing(boolean antialiasing)
antialiasing - The attribute value.public boolean getAntialiasing()
antialiasing
antialiasingpublic void setBlockOut(AimsColor color)
color - The attribute value.public AimsColor getBlockOut()
blockOut
blockOutpublic void setFont(java.lang.String font)
font - The attribute value.public java.lang.String getFont()
font
fontpublic void setFontColor(AimsColor color)
color - The attribute value.public AimsColor getFontColor()
fontColor
fontColorpublic void setFontSize(int fontSize)
fontSize - The attribute value.public int getFontSize()
fontSize
fontSizepublic void setFontStyle(java.lang.String fontStyle)
fontStyle - The attribute value.public java.lang.String getFontStyle()
fontStyle
fontStylepublic void setGlowing(AimsColor color)
color - The attribute value.public AimsColor getGlowing()
glowing
glowingpublic void setHAlignment(java.lang.String hAlignment)
hAlignment - The attribute value.public java.lang.String getHAlignment()
hAlignment
hAlignmentpublic void setInterval(int interval)
interval - The attribute value.public int getInterval()
interval
intervalpublic void setOutline(AimsColor color)
color - The attribute value.public AimsColor getOutline()
outline
outlinepublic void setOverlap(boolean overlap)
overlap - The attribute value.public boolean getOverlap()
overlap
overlappublic void setPrintMode(java.lang.String printMode)
printMode - The attribute value.public java.lang.String getPrintMode()
printMode
printModepublic void setShadow(AimsColor color)
public AimsColor getShadow()
shadow
shadowpublic void setTransparency(double transparency)
transparency - The attribute value.public double getTransparency()
transparency
transparencypublic void setVAlignment(java.lang.String vAlignment)
vAlignment - The attribute value.public java.lang.String getVAlignment()
vAlignment
vAlignmentpublic boolean isModified()
isModified in interface AimsSymbolpublic void setModified(boolean isModified)
setModified in interface AimsSymbolisModified - True if the object has been modified.
public void setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
tag - The AXL element tag containing this attribute.name - The AXL attribute name.value - The AXL attribute value.public java.lang.String toString()
toString in interface AimsSymbolpublic java.lang.String toAxlString()
toAxlString in interface AimsSymbolpublic java.lang.String toAxlString(AimsEnvironment env)
toAxlString in interface AimsSymbol
public void highlight(AimsColor highlightColor,
double transparency)
highlight in interface AimsSymbol
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||