|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsExact
Implements an exact match symbol for a ValueMapRenderer or ValueMapLabelRenderer
| Constructor Summary | |
AimsExact()
Creates new Exact |
|
AimsExact(java.lang.String value)
Creates new Exact with a value |
|
AimsExact(java.lang.String value,
java.lang.String label)
Creates new Exact with a value and a label |
|
AimsExact(java.lang.String value,
java.lang.String label,
AimsSymbol symbol)
Creates new Exact with a value, label and symbol |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a copy of this object. |
java.lang.String |
getLabel()
Gets the value of attribute label |
java.lang.String |
getMethod()
Gets the value of attribute method |
AimsSymbol |
getSymbol()
Gets the value of attribute symbol |
java.lang.String |
getValue()
Gets the value of attribute value |
void |
highlight(AimsColor highlightColor,
double transparency)
Sets the symbol to the specified highlight color. |
boolean |
isModified()
Returns a boolean indicating that the object has been modified. |
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 |
setLabel(java.lang.String label)
Sets the value of attribute label. |
void |
setMethod(java.lang.String method)
Sets the value of attribute method. |
void |
setModified(boolean isModified)
Sets the value of attribute modified. |
void |
setSymbol(AimsSymbol symbol)
Sets the value of attribute symbol. |
void |
setValue(java.lang.String value)
Sets the value of attribute value. |
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 string containing the name of this class. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AimsExact()
public AimsExact(java.lang.String value)
value - The exact value
public AimsExact(java.lang.String value,
java.lang.String label)
value - The exact valuelabel - The exact label
public AimsExact(java.lang.String value,
java.lang.String label,
AimsSymbol symbol)
value - The exact valuelabel - The exact labelsymbol - The symbol| Method Detail |
public java.lang.Object clone()
clone in interface AimsValueMapObjectpublic java.lang.String getLabel()
label
labelpublic void setLabel(java.lang.String label)
label.
label - The attribute value.public java.lang.String getMethod()
method
methodpublic void setMethod(java.lang.String method)
method.
method - The attribute value.public java.lang.String getValue()
value
valuepublic void setValue(java.lang.String value)
value.
value - The attribute value.public AimsSymbol getSymbol()
symbol
symbolpublic void setSymbol(AimsSymbol symbol)
symbol.
symbol - The attribute value.public java.lang.String toString()
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 toAxlString()
toAxlString in interface AimsValueMapObjectpublic java.lang.String toAxlString(AimsEnvironment env)
toAxlString in interface AimsValueMapObjectenv - The AimsEnvironment object used to generate the proper AXL for
the version of ArcIMS being used.
public void highlight(AimsColor highlightColor,
double transparency)
highlight in interface AimsValueMapObjecthighlightColor - The color to use for highlighting features.public boolean isModified()
isModified in interface AimsValueMapObjectpublic void setModified(boolean isModified)
setModified in interface AimsValueMapObjectisModified - The attribure setting.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||