|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsChartValue
Implementation of ArcIMS CHARTVALUE object, used as sub-element of a CHARTSYMBOL. Many AimsChartValues may exist for a given AimsChartSymbol. This element was introduced at ArcIMS 3.1.
| Constructor Summary | |
AimsChartValue()
Creates new AimsChartValue |
|
AimsChartValue(int value,
AimsColor color)
Creates new AimsChartValue with a value and color |
|
AimsChartValue(java.lang.String lookupField,
AimsColor color)
Creates new AimsChartValue with a field and color |
|
AimsChartValue(java.lang.String lookupField,
int lower,
int upper,
AimsColor color)
Creates new AimsChartValue with a field, values and color |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a copy of this object. |
AimsColor |
getColor()
Gets the value of the attribute color. |
java.lang.String |
getLookupField()
Gets the value of the attribute lookupField. |
int |
getLower()
Gets the value of the attribute lower. |
int |
getUpper()
Gets the value of the attribute upper. |
int |
getValue()
Gets the value of the attribute value. |
boolean |
isNull()
Returns a boolean that indicates whether all of the required values are properly set. |
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 |
setColor(AimsColor color)
Sets the value of the attribute color. |
void |
setLookupField(java.lang.String lookupField)
Sets the value of the attribute lookupField. |
void |
setLower(int lower)
Sets the value of the attribute lower. |
void |
setUpper(int upper)
Sets the value of the attribute upper. |
void |
setValue(int value)
Sets the value of the attribute value. |
java.lang.String |
toAxlString()
Returns the AXL string to refresh this object, using the default environment coordinate separators. |
java.lang.String |
toAxlString(AimsEnvironment env)
Returns the AXL string to refresh this object, using the coordinate separators in the specified environnment setting. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AimsChartValue()
public AimsChartValue(java.lang.String lookupField,
AimsColor color)
lookupField - The lookup field for the chartvalue.color - The color for the classification.
public AimsChartValue(java.lang.String lookupField,
int lower,
int upper,
AimsColor color)
lookupField - The lookup field for the chartvalue.lower - The lower chart value.upper - The upper chart valuecolor - The color for the classification.
public AimsChartValue(int value,
AimsColor color)
value - The chart value.color - The color for the classification.| Method Detail |
public AimsColor getColor()
public java.lang.String getLookupField()
public int getLower()
public int getUpper()
public int getValue()
public void setColor(AimsColor color)
color - The value of the attribute color.public void setLookupField(java.lang.String lookupField)
lookupField - The value of the attribute lookupField.public void setLower(int lower)
lower - The value of the attribute lower.public void setUpper(int upper)
upper - The value of the attribute upper.public void setValue(int value)
value - The value of the attribute value.public boolean isNull()
public java.lang.Object clone()
public java.lang.String toAxlString()
public java.lang.String toAxlString(AimsEnvironment env)
env - The environment object containing coordinate separators.
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||