|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsLegend
Implementation of an ArcIMS Legend. There is one legend associated with an AimsMap object.
| Constructor Summary | |
AimsLegend()
Creates new Legend |
|
| Method Summary | |
java.lang.Object |
clone()
|
boolean |
getAntialiasing()
Gets the legend text antialiasing setting. |
boolean |
getAutoExtend()
Gets the value of attribute autoExtend |
AimsColor |
getBackgroundColor()
Gets the value of attribute backgroundColor |
boolean |
getCanSplit()
Gets the value of attribute canSplit |
int |
getCellSpacing()
Gets the value of attribute cellSpacing |
int |
getColumns()
Gets the value of attribute columns |
boolean |
getDisplay()
Gets the value of attribute display |
java.lang.String |
getFile()
Gets the file of the legend of the last map produced. |
java.lang.String |
getFont()
Gets the value of attribute font |
int |
getHeight()
Gets the value of attribute height |
java.lang.String |
getImageType()
Gets the image type as indicated by the type attribute of a GET_IMAGE response. |
int |
getLayerFontSize()
Gets the value of attribute layerFontSize |
boolean |
getReverseOrder()
Gets the value of attribute reverseOrder |
java.lang.String |
getSplitText()
Gets the value of attribute splitText |
int |
getSwatchHeight()
Gets the value of attribute swatchHeight |
int |
getSwatchWidth()
Gets the value of attribute swatchWidth |
java.lang.String |
getTitle()
Gets the value of attribute title |
int |
getTitleFontSize()
Gets the value of attribute titleFontSize |
AimsColor |
getTransColor()
Gets the value of attribute transColor |
java.lang.String |
getUrl()
Gets the url of the legend of the last map produced. |
int |
getValueFontSize()
Gets the value of attribute valueFontSize |
int |
getWidth()
Gets the value of attribute width |
boolean |
isModified()
|
void |
setAntialiasing(boolean doAntialiasing)
Sets whether the legend text is antialiased. |
void |
setAutoExtend(boolean autoExtend)
Sets the value of attribute autoExtend. |
void |
setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value,
java.lang.String server)
Sets one of the attributes of this object using a string value. |
void |
setBackgroundColor(AimsColor backgroundColor)
Sets the value of attribute backgroundColor. |
void |
setCanSplit(boolean canSplit)
Sets the value of attribute canSplit. |
void |
setCellSpacing(int cellSpacing)
Sets the value of attribute cellSpacing. |
void |
setColumns(int columns)
Sets the value of attribute columns. |
void |
setDisplay(boolean display)
Sets the value of attribute display. |
void |
setFile(java.lang.String file)
Sets the file name of the image response. |
void |
setFont(java.lang.String font)
Sets the value of attribute font. |
void |
setHeight(int height)
Sets the value of attribute height. |
void |
setLayerFontSize(int layerFontSize)
Sets the value of attribute layerFontSize. |
void |
setReverseOrder(boolean reverseOrder)
Sets the value of attribute reverseOrder. |
void |
setSplitText(java.lang.String splitText)
Sets the value of attribute splitText. |
void |
setSwatchHeight(int swatchHeight)
Sets the value of attribute swatchHeight. |
void |
setSwatchWidth(int swatchWidth)
Sets the value of attribute swatchWidth. |
void |
setTitle(java.lang.String title)
Sets the value of attribute title. |
void |
setTitleFontSize(int titleFontSize)
Sets the value of attribute titleFontSize. |
void |
setTransColor(AimsColor transColor)
Sets the value of attribute transColor. |
void |
setUrl(java.lang.String url)
Sets the url of the image response. |
void |
setValueFontSize(int valueFontSize)
Sets the value of attribute valueFontSize. |
void |
setWidth(int width)
Sets the value of attribute width. |
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 |
toAxlString(AimsMap map)
|
java.lang.String |
toAxlString(AimsMap map,
AimsEnvironment env)
Returns the AXL string to refresh this object. |
java.lang.String |
toString()
Returns a text representation of of this object. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AimsLegend()
| Method Detail |
public java.lang.Object clone()
public void setAntialiasing(boolean doAntialiasing)
doAntialiasing - The antialiasing setting.public boolean getAntialiasing()
public java.lang.String getFile()
filepublic void setFile(java.lang.String file)
file - The file name of the image.public java.lang.String getUrl()
urlpublic void setUrl(java.lang.String url)
url - The URL to the image.public void setAutoExtend(boolean autoExtend)
autoExtend - The attribute value.public boolean getAutoExtend()
autoExtend
autoExtendpublic AimsColor getBackgroundColor()
backgroundColor
backgroundColorpublic void setBackgroundColor(AimsColor backgroundColor)
backgroundColor - The attribute value.public void setCanSplit(boolean canSplit)
canSplit - The attribute value.public boolean getCanSplit()
canSplit
canSplitpublic void setCellSpacing(int cellSpacing)
cellSpacing - The attribute value.public int getCellSpacing()
cellSpacing
cellSpacingpublic void setColumns(int columns)
columns - The attribute value.public int getColumns()
columns
columnspublic void setDisplay(boolean display)
display - The attribute value.public boolean getDisplay()
display
displaypublic java.lang.String getImageType()
public void setFont(java.lang.String font)
font - The attribute value.public java.lang.String getFont()
font
fontpublic void setHeight(int height)
height - The attribute value.public int getHeight()
height
heightpublic void setLayerFontSize(int layerFontSize)
layerFontSize - The attribute value.public int getLayerFontSize()
layerFontSize
layerFontSizepublic void setReverseOrder(boolean reverseOrder)
reverseOrder - The attribute value.public boolean getReverseOrder()
reverseOrder
reverseOrderpublic void setSplitText(java.lang.String splitText)
splitText - The attribute value.public java.lang.String getSplitText()
splitText
splitTextpublic void setSwatchHeight(int swatchHeight)
swatchHeight - The attribute value.public int getSwatchHeight()
swatchHeight
swatchHeightpublic void setSwatchWidth(int swatchWidth)
swatchWidth - The attribute value.public int getSwatchWidth()
swatchWidth
swatchWidthpublic void setTitle(java.lang.String title)
title - The attribute value.public java.lang.String getTitle()
title
titlepublic void setTitleFontSize(int titleFontSize)
titleFontSize - The attribute value.public int getTitleFontSize()
titleFontSize
titleFontSizepublic AimsColor getTransColor()
transColor
transColorpublic void setTransColor(AimsColor transColor)
transColor - The attribute value.public void setValueFontSize(int valueFontSize)
valueFontSize - The attribute value.public int getValueFontSize()
valueFontSize
valueFontSizepublic void setWidth(int width)
width - The attribute value.public int getWidth()
width
widthpublic boolean isModified()
public void setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value,
java.lang.String server)
tag - The AXL element tag containing this attribute.name - The AXL attribute name.value - The AXL attribute value.public java.lang.String toString()
public java.lang.String toAxlString()
public java.lang.String toAxlString(AimsEnvironment env)
public java.lang.String toAxlString(AimsMap map)
public java.lang.String toAxlString(AimsMap map,
AimsEnvironment env)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||