public class MapLegend extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
MapLegend() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Description: Specifies the height of legend.
|
java.lang.String |
getHeightAsString()
Description: Specifies the height of legend.
|
int |
getNumberOfColumns()
Description: Specifies the number of columns to use for displaying the colors of a color theme in the legend.
|
java.lang.String |
getNumberOfColumnsAsString()
Description: Specifies the number of columns to use for displaying the colors of a color theme in the legend.
|
java.lang.String |
getPointThemeLabel()
Description: Specifies the label for the point theme.
|
java.lang.String |
getTagName() |
int |
getWidth()
Description: Specifies the width of the legend.
|
java.lang.String |
getWidthAsString()
Description: Specifies the width of the legend.
|
boolean |
isInitialShown()
Description: Specifies whether the legend should be shown in a popup when the map starts.
|
java.lang.String |
isInitialShownAsString()
Description: Specifies whether the legend should be shown in a popup when the map starts.
|
boolean |
isRendered()
Description: Specifies whether the legend is rendered.
|
java.lang.String |
isRenderedAsString()
Description: Specifies whether the legend is rendered.
|
void |
setHeight(int height)
Description: Specifies the height of legend.
|
void |
setHeightAsString(java.lang.String height)
Description: Specifies the height of legend.
|
void |
setInitialShown(boolean initialShown)
Description: Specifies whether the legend should be shown in a popup when the map starts.
|
void |
setInitialShownAsString(java.lang.String initialShown)
Description: Specifies whether the legend should be shown in a popup when the map starts.
|
void |
setNumberOfColumns(int numberOfColumns)
Description: Specifies the number of columns to use for displaying the colors of a color theme in the legend.
|
void |
setNumberOfColumnsAsString(java.lang.String numberOfColumns)
Description: Specifies the number of columns to use for displaying the colors of a color theme in the legend.
|
void |
setPointThemeLabel(java.lang.String pointThemeLabel)
Description: Specifies the label for the point theme.
|
void |
setRendered(boolean rendered)
Description: Specifies whether the legend is rendered.
|
void |
setRenderedAsString(java.lang.String rendered)
Description: Specifies whether the legend is rendered.
|
void |
setWidth(int width)
Description: Specifies the width of the legend.
|
void |
setWidthAsString(java.lang.String width)
Description: Specifies the width of the legend.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsListpublic java.lang.String getTagName()
getTagName in class ComplexExtendedProperties
public int getHeight()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setHeight(int height)
height - the value of the height attribute of the Tag this class represents.
public java.lang.String getHeightAsString()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setHeightAsString(java.lang.String height)
height - the value of the height attribute of the Tag this class represents.public boolean isInitialShown()
public void setInitialShown(boolean initialShown)
initialShown - the value of the initialShown attribute of the Tag this class represents.public java.lang.String isInitialShownAsString()
public void setInitialShownAsString(java.lang.String initialShown)
initialShown - the value of the initialShown attribute of the Tag this class represents.
public int getNumberOfColumns()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setNumberOfColumns(int numberOfColumns)
numberOfColumns - the value of the numberOfColumns attribute of the Tag this class represents.
public java.lang.String getNumberOfColumnsAsString()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setNumberOfColumnsAsString(java.lang.String numberOfColumns)
numberOfColumns - the value of the numberOfColumns attribute of the Tag this class represents.public java.lang.String getPointThemeLabel()
public void setPointThemeLabel(java.lang.String pointThemeLabel)
pointThemeLabel - the value of the pointThemeLabel attribute of the Tag this class represents.public boolean isRendered()
public void setRendered(boolean rendered)
rendered - the value of the rendered attribute of the Tag this class represents.public java.lang.String isRenderedAsString()
public void setRenderedAsString(java.lang.String rendered)
rendered - the value of the rendered attribute of the Tag this class represents.
public int getWidth()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setWidth(int width)
width - the value of the width attribute of the Tag this class represents.
public java.lang.String getWidthAsString()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setWidthAsString(java.lang.String width)
width - the value of the width attribute of the Tag this class represents.