|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsShieldSymbol
| Constructor Summary | |
AimsShieldSymbol()
Creates new ShieldSymbol |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a copy of this symbol. |
boolean |
getAntialiasing()
Gets the value of attribute antialiasing |
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 |
java.lang.String |
getLabelMode()
Gets the value of attribute labelMode |
int |
getMinSize()
Gets the value of attribute minSize |
AimsColor |
getShadow()
Gets the value of attribute shadow |
java.lang.String |
getType()
Gets the value of attribute type |
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 |
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 |
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 |
setLabelMode(java.lang.String labelMode)
Sets the value of attribute labelMode. |
void |
setMinSize(int minSize)
Sets the value of attribute minSize. |
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 |
setShadow(AimsColor color)
Sets the value of attribute shadow. |
void |
setType(java.lang.String type)
Sets the value of attribute type. |
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 AimsShieldSymbol()
| Method Detail |
public java.lang.Object clone()
clone in interface AimsSymbolpublic void setType(java.lang.String type)
type - The attribute value.public java.lang.String getType()
type
typepublic void setAntialiasing(boolean antialiasing)
antialiasing - The attribute value.public boolean getAntialiasing()
antialiasing
antialiasingpublic 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 setLabelMode(java.lang.String labelMode)
labelMode - The attribute value.public java.lang.String getLabelMode()
labelMode
labelModepublic void setMinSize(int minSize)
minSize - The attribute value.public int getMinSize()
minSize
minSizepublic void setShadow(AimsColor color)
public AimsColor getShadow()
shadow
shadowpublic 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 | |||||||||