|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsSimpleLabelRenderer
com.moximedia.aims.AimsValueMapLabelRenderer
| Constructor Summary | |
AimsValueMapLabelRenderer()
Creates new SimpleLabelRenderer |
|
| Method Summary | |
void |
add(AimsExact exactObj)
Adds an Exact value to the renderer. |
void |
add(AimsOther otherObj)
Adds an Other value to the renderer. |
void |
add(AimsRange rangeObj)
Adds a Range value to the renderer. |
void |
adjustScaleFactors(double multiplier)
Adjusts the scale factors for this renderer. |
java.lang.Object |
clone()
Creates a copy of this renderer. |
java.lang.String |
getLabelField()
Gets the value of attribute labelField |
java.lang.String |
getLookupField()
Gets the value of attribute lookupField |
boolean |
getVisible()
gets the visiblility of the renderer |
void |
highlight(AimsColor highlightColor,
double transparency)
|
boolean |
isModified()
Returns a boolean value indicating whether the renderer has been modified by the user since it was loaded from the map service. |
void |
removeLabels()
Removes labels from this renderer and any subrenderers (if applicable). |
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 |
setLabelField(java.lang.String labelField)
Sets the value of attribute labelField. |
void |
setLookupField(java.lang.String lookupField)
Sets the value of attribute lookupField. |
void |
setModified(boolean isModified)
Sets the modified flag of the renderer, indicating that it needs to be sent to the map server when the map is refreshed. |
void |
setVisible(boolean isVisible)
Sets the visiblility of the renderer |
void |
showLabels(boolean showLabels)
|
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 com.moximedia.aims.AimsSimpleLabelRenderer |
getFeatureWeight, getField, getHowManyLabels, getLabelBufferRatio, getLabelPriorities, getLabelWeight, getLineLabelPosition, getRotationalAngles, getSymbol, setFeatureWeight, setField, setHowManyLabels, setLabelBufferRatio, setLabelPriorities, setLabelWeight, setLineLabelPosition, setRotationalAngles, setSymbol |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AimsValueMapLabelRenderer()
| Method Detail |
public java.lang.Object clone()
clone in interface AimsRendererclone in class AimsSimpleLabelRendererpublic boolean isModified()
isModified in interface AimsRendererisModified in class AimsSimpleLabelRendererpublic void setModified(boolean isModified)
setModified in interface AimsRenderersetModified in class AimsSimpleLabelRendererisModified - True if the renderer has been modified.public void add(AimsExact exactObj)
public void add(AimsRange rangeObj)
public void add(AimsOther otherObj)
public void setLabelField(java.lang.String labelField)
labelField.
public java.lang.String getLabelField()
labelField
labelFieldpublic void setLookupField(java.lang.String lookupField)
lookupField.
public java.lang.String getLookupField()
lookupField
lookupFieldpublic boolean getVisible()
getVisible in class AimsSimpleLabelRendererpublic void setVisible(boolean isVisible)
setVisible in class AimsSimpleLabelRendererisVisible - The visibility property.
public void setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
setAxlAttribute in class AimsSimpleLabelRenderertag - 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 AimsRenderertoString in class AimsSimpleLabelRendererpublic java.lang.String toAxlString()
toAxlString in interface AimsRenderertoAxlString in class AimsSimpleLabelRendererpublic java.lang.String toAxlString(AimsEnvironment env)
toAxlString in interface AimsRenderertoAxlString in class AimsSimpleLabelRenderer
public void highlight(AimsColor highlightColor,
double transparency)
highlight in interface AimsRendererhighlight in class AimsSimpleLabelRendererpublic void removeLabels()
removeLabels in interface AimsRendererremoveLabels in class AimsSimpleLabelRendererpublic void showLabels(boolean showLabels)
showLabels in interface AimsRenderershowLabels in class AimsSimpleLabelRendererpublic void adjustScaleFactors(double multiplier)
adjustScaleFactors in interface AimsRendereradjustScaleFactors in class AimsSimpleLabelRenderermultiplier - The multiplication factor for
adjusting scale factors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||