|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsSimpleRenderer
| Field Summary |
| Fields inherited from interface com.moximedia.aims.AimsRenderer |
RENDERER_TYPE_GROUP, RENDERER_TYPE_SCALEDEPENDENT, RENDERER_TYPE_SIMPLE, RENDERER_TYPE_SIMPLELABEL, RENDERER_TYPE_VALUEMAP, RENDERER_TYPE_VALUEMAPLABEL |
| Constructor Summary | |
AimsSimpleRenderer()
Creates new SimpleRenderer |
|
| Method Summary | |
void |
adjustScaleFactors(double multiplier)
Adjusts the scale factors for this renderer. |
java.lang.Object |
clone()
Creates a copy of this renderer. |
int |
getRendererType()
Returns an indicator of what type of renderer this is. |
AimsSymbol |
getSymbol()
Returns the symbol associated with this renderer. |
void |
highlight(AimsColor highlightColor,
double transparency)
|
boolean |
isModified()
Returns a boolean value indicating whether the renderer or it's symbols have 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 |
setModified(boolean isModified)
|
void |
setSymbol(AimsSymbol aSymbol)
Sets the symbol used to symbolize all of the features. |
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 send to the application server to apply this renderer to a layer. |
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 AimsSimpleRenderer()
| Method Detail |
public java.lang.Object clone()
clone in interface AimsRendererpublic boolean isModified()
isModified in interface AimsRendererpublic void setSymbol(AimsSymbol aSymbol)
aSymbol - An appropriate symbol for the layer type. If layer type is
polygon, then polygon, line, and point symbols can be used. If layer type
is line, then line and point symbols can be used. If layer type is point,
then only point symbols can be used.public AimsSymbol getSymbol()
public java.lang.String toString()
toString in interface AimsRendererpublic java.lang.String toAxlString()
toAxlString in interface AimsRendererpublic java.lang.String toAxlString(AimsEnvironment env)
toAxlString in interface AimsRenderer
public void highlight(AimsColor highlightColor,
double transparency)
highlight in interface AimsRendererpublic void setModified(boolean isModified)
setModified in interface AimsRendererpublic void removeLabels()
removeLabels in interface AimsRendererpublic void showLabels(boolean showLabels)
showLabels in interface AimsRendererpublic void adjustScaleFactors(double multiplier)
adjustScaleFactors in interface AimsRenderermultiplier - The multiplication factor for
adjusting scale factors.public int getRendererType()
getRendererType in interface AimsRenderer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||