|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsChartSymbol
Implementation of an ArcIMS ChartSymbol.
| Constructor Summary | |
AimsChartSymbol()
Creates new AimsChartSymbol |
|
| Method Summary | |
void |
addChartValue(AimsChartValue cv)
Adds a chart value object to the collection. |
java.lang.Object |
clone()
Creates a copy of this symbol. |
boolean |
getAntialiasing()
Gets the value of the attribute antialiasing. |
java.util.Vector |
getChartValues()
Gets the collection of chart values. |
int |
getMaxSize()
Gets the value of the attribute maxSize. |
int |
getMaxValue()
Gets the value of the attribute maxValue. |
int |
getMinSize()
Gets the value of the attribute minSize. |
int |
getMinValue()
Gets the value of the attribute maxSize. |
java.lang.String |
getMode()
Gets the value of the attribute mode. |
AimsColor |
getOutline()
Gets the value of the attribute outline. |
AimsColor |
getShadow()
Gets the value of the attribute shadow. |
int |
getSize()
Gets the value of the attribute size. |
java.lang.String |
getSizeField()
Gets the value of the attribute sizeField. |
double |
getTransparency()
Gets the value of the attribute transparency. |
void |
highlight(AimsColor highlightColor,
double transparency)
Sets the symbol to the specified highlight color. |
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 antialiasing. |
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 |
setMaxSize(int size)
Sets the value of attribute maxSize. |
void |
setMaxValue(int value)
Sets the value of attribute maxValue. |
void |
setMinSize(int size)
Sets the value of attribute minSize. |
void |
setMinValue(int value)
Sets the value of attribute minValue. |
void |
setMode(java.lang.String mode)
Sets the value of attribute mode. |
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 |
setShadow(AimsColor color)
Sets the value of attribute shadow. |
void |
setSize(int size)
Sets the value of attribute size. |
void |
setSizeField(java.lang.String sizeField)
Sets the value of attribute sizeField. |
void |
setTransparency(double transparency)
Sets the value of attribute transparency. |
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 AimsChartSymbol()
| Method Detail |
public java.lang.Object clone()
clone in interface AimsSymbolpublic void addChartValue(AimsChartValue cv)
cv - The AimsChartValue object to add.public boolean getAntialiasing()
public java.util.Vector getChartValues()
public int getMaxSize()
public int getMaxValue()
public int getMinSize()
public int getMinValue()
public java.lang.String getMode()
public AimsColor getOutline()
public AimsColor getShadow()
public int getSize()
public java.lang.String getSizeField()
public double getTransparency()
public boolean isModified()
isModified in interface AimsSymbolpublic void setAntialiasing(boolean antialiasing)
antialiasing - The value of attribute antialiasing.public void setMaxSize(int size)
size - The value of attribute maxSize.public void setMaxValue(int value)
value - The value of attribute maxValue.public void setMinSize(int size)
size - The value of attribute minSize.public void setMinValue(int value)
value - The value of attribute minValue.public void setMode(java.lang.String mode)
mode - The value of attribute mode. Valid values are "pie" and "bar".public void setModified(boolean isModified)
setModified in interface AimsSymbolisModified - True if the object has been modified.public void setOutline(AimsColor color)
color - The value of attribute outline.public void setSize(int size)
size - The value of attribute size.public void setSizeField(java.lang.String sizeField)
sizeField - The value of attribute sizeField.public void setShadow(AimsColor color)
color - The value of attribute shadow.public void setTransparency(double transparency)
transparency - The value of attribute transparency. Valid value is
between 0 and 1 inclusive.
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 AimsSymbolenv - The AimsEnvironment object used to generate the proper AXL
for the ArcIMS version in use.
public void highlight(AimsColor highlightColor,
double transparency)
highlight in interface AimsSymbolhighlightColor - The color to use for highlighting features.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||