public class MapPointStyleItem extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
MapPointStyleItem() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBuiltInImage()
Description:
Specifies the built-in images for this point style item.
|
java.lang.String |
getHoverImageURL()
Description:
Specifies the selectedImageURL for this pointStyleItem.
|
java.lang.String |
getId()
Description:
Specifies the identifier for a point style item
|
java.lang.String |
getImageURL()
Description:
Specifies the imageURL for this pointStyleItem.
|
java.lang.String |
getInlineStyle()
Description:
Specifies the inlineStyle of the image of each point in the pointTheme.
|
java.lang.String |
getItemValue()
Description:
Specifies the value associated with this point style.
|
double |
getMaxValue()
Description:
Specifies the upper bound value for this point style.
|
java.lang.String |
getMaxValueAsString()
Description:
Specifies the upper bound value for this point style.
|
double |
getMinValue()
Description:
Specifies the lower bound value for this point style.
|
java.lang.String |
getMinValueAsString()
Description:
Specifies the lower bound value for this point style.
|
java.lang.String |
getOverlayClass()
Description:
Specifies the style class for the overlayText
|
java.lang.String |
getOverlayStyle()
Description:
Attribute for defining the inlineStyle of the overlayText
|
java.lang.String |
getOverlayText()
Description:
Specifies what text will appear over the displayed points.
|
java.lang.String |
getSelectedImageURL()
Description:
Specifies the selectedImageURL for this pointStyleItem.
|
java.lang.String |
getShortLabel()
Description:
Specifies the label of this pointStyleItem on the legend if no itemValue is specified.
|
java.lang.String |
getStyleClass()
Description:
Set a CSS style class to use for the points in the pointTheme.
|
java.lang.String |
getTagName() |
boolean |
isIsDefault()
Description:
Specifies whether this point style item overrides the default style.
|
java.lang.String |
isIsDefaultAsString()
Description:
Specifies whether this point style item overrides the default style.
|
void |
setBuiltInImage(java.lang.String builtInImage)
Description:
Specifies the built-in images for this point style item.
|
void |
setHoverImageURL(java.lang.String hoverImageURL)
Description:
Specifies the selectedImageURL for this pointStyleItem.
|
void |
setId(java.lang.String id)
Description:
Specifies the identifier for a point style item
|
void |
setImageURL(java.lang.String imageURL)
Description:
Specifies the imageURL for this pointStyleItem.
|
void |
setInlineStyle(java.lang.String inlineStyle)
Description:
Specifies the inlineStyle of the image of each point in the pointTheme.
|
void |
setIsDefault(boolean isDefault)
Description:
Specifies whether this point style item overrides the default style.
|
void |
setIsDefaultAsString(java.lang.String isDefault)
Description:
Specifies whether this point style item overrides the default style.
|
void |
setItemValue(java.lang.String itemValue)
Description:
Specifies the value associated with this point style.
|
void |
setMaxValue(double maxValue)
Description:
Specifies the upper bound value for this point style.
|
void |
setMaxValueAsString(java.lang.String maxValue)
Description:
Specifies the upper bound value for this point style.
|
void |
setMinValue(double minValue)
Description:
Specifies the lower bound value for this point style.
|
void |
setMinValueAsString(java.lang.String minValue)
Description:
Specifies the lower bound value for this point style.
|
void |
setOverlayClass(java.lang.String overlayClass)
Description:
Specifies the style class for the overlayText
|
void |
setOverlayStyle(java.lang.String overlayStyle)
Description:
Attribute for defining the inlineStyle of the overlayText
|
void |
setOverlayText(java.lang.String overlayText)
Description:
Specifies what text will appear over the displayed points.
|
void |
setSelectedImageURL(java.lang.String selectedImageURL)
Description:
Specifies the selectedImageURL for this pointStyleItem.
|
void |
setShortLabel(java.lang.String shortLabel)
Description:
Specifies the label of this pointStyleItem on the legend if no itemValue is specified.
|
void |
setStyleClass(java.lang.String styleClass)
Description:
Set a CSS style class to use for the points in the pointTheme.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsList
public java.lang.String getTagName()
getTagName
in class ComplexExtendedProperties
public java.lang.String getBuiltInImage()
public void setBuiltInImage(java.lang.String builtInImage)
builtInImage
- the value of the builtInImage attribute of the Tag this class represents.public java.lang.String getHoverImageURL()
public void setHoverImageURL(java.lang.String hoverImageURL)
hoverImageURL
- the value of the hoverImageURL attribute of the Tag this class represents.public java.lang.String getId()
public void setId(java.lang.String id)
id
- the value of the id attribute of the Tag this class represents.public java.lang.String getImageURL()
public void setImageURL(java.lang.String imageURL)
imageURL
- the value of the imageURL attribute of the Tag this class represents.public java.lang.String getInlineStyle()
public void setInlineStyle(java.lang.String inlineStyle)
inlineStyle
- the value of the inlineStyle attribute of the Tag this class represents.public boolean isIsDefault()
public void setIsDefault(boolean isDefault)
isDefault
- the value of the isDefault attribute of the Tag this class represents.public java.lang.String isIsDefaultAsString()
public void setIsDefaultAsString(java.lang.String isDefault)
isDefault
- the value of the isDefault attribute of the Tag this class represents.public java.lang.String getItemValue()
public void setItemValue(java.lang.String itemValue)
itemValue
- the value of the itemValue attribute of the Tag this class represents.public double getMaxValue() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setMaxValue(double maxValue)
maxValue
- the value of the maxValue attribute of the Tag this class represents.public java.lang.String getMaxValueAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setMaxValueAsString(java.lang.String maxValue)
maxValue
- the value of the maxValue attribute of the Tag this class represents.public double getMinValue() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setMinValue(double minValue)
minValue
- the value of the minValue attribute of the Tag this class represents.public java.lang.String getMinValueAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setMinValueAsString(java.lang.String minValue)
minValue
- the value of the minValue attribute of the Tag this class represents.public java.lang.String getOverlayClass()
public void setOverlayClass(java.lang.String overlayClass)
overlayClass
- the value of the overlayClass attribute of the Tag this class represents.public java.lang.String getOverlayStyle()
public void setOverlayStyle(java.lang.String overlayStyle)
overlayStyle
- the value of the overlayStyle attribute of the Tag this class represents.public java.lang.String getOverlayText()
public void setOverlayText(java.lang.String overlayText)
overlayText
- the value of the overlayText attribute of the Tag this class represents.public java.lang.String getSelectedImageURL()
public void setSelectedImageURL(java.lang.String selectedImageURL)
selectedImageURL
- the value of the selectedImageURL attribute of the Tag this class represents.public java.lang.String getShortLabel()
public void setShortLabel(java.lang.String shortLabel)
shortLabel
- the value of the shortLabel attribute of the Tag this class represents.public java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
styleClass
- the value of the styleClass attribute of the Tag this class represents.