Class MapXmlFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.xml.JRBaseFactory
-
- net.sf.jasperreports.components.map.MapXmlFactory
-
- All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory
public class MapXmlFactory extends JRBaseFactory
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTRIBUTE_imageTypestatic java.lang.StringATTRIBUTE_mapScalestatic java.lang.StringATTRIBUTE_mapTypestatic java.lang.StringATTRIBUTE_markerClusteringstatic java.lang.StringATTRIBUTE_markerSpideringstatic java.lang.StringATTRIBUTE_onErrorTypestatic java.lang.StringELEMENT_itemstatic java.lang.StringELEMENT_itemPropertystatic java.lang.StringELEMENT_legendIconExpressionstatic java.lang.StringELEMENT_legendItemstatic java.lang.StringELEMENT_markerDeprecated.Replaced byELEMENT_item.static java.lang.StringELEMENT_markerClusteringExpressionstatic java.lang.StringELEMENT_markerDatastatic java.lang.StringELEMENT_markerDatasetDeprecated.Replaced byELEMENT_markerData.static java.lang.StringELEMENT_markerPropertyDeprecated.Replaced byELEMENT_itemProperty.static java.lang.StringELEMENT_markerSpideringExpressionstatic java.lang.StringELEMENT_pathDatastatic java.lang.StringELEMENT_pathStylestatic java.lang.StringELEMENT_resetMapItemstatic java.lang.StringELEMENT_seriesNameExpression-
Fields inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
digester, EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_STYLE
-
-
Constructor Summary
Constructors Constructor Description MapXmlFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcreateObject(org.xml.sax.Attributes atts)-
Methods inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
getDigester, setDigester
-
-
-
-
Field Detail
-
ATTRIBUTE_mapType
public static final java.lang.String ATTRIBUTE_mapType
- See Also:
- Constant Field Values
-
ATTRIBUTE_mapScale
public static final java.lang.String ATTRIBUTE_mapScale
- See Also:
- Constant Field Values
-
ATTRIBUTE_imageType
public static final java.lang.String ATTRIBUTE_imageType
- See Also:
- Constant Field Values
-
ATTRIBUTE_onErrorType
public static final java.lang.String ATTRIBUTE_onErrorType
- See Also:
- Constant Field Values
-
ATTRIBUTE_markerClustering
public static final java.lang.String ATTRIBUTE_markerClustering
- See Also:
- Constant Field Values
-
ATTRIBUTE_markerSpidering
public static final java.lang.String ATTRIBUTE_markerSpidering
- See Also:
- Constant Field Values
-
ELEMENT_item
public static final java.lang.String ELEMENT_item
- See Also:
- Constant Field Values
-
ELEMENT_markerData
public static final java.lang.String ELEMENT_markerData
- See Also:
- Constant Field Values
-
ELEMENT_legendItem
public static final java.lang.String ELEMENT_legendItem
- See Also:
- Constant Field Values
-
ELEMENT_resetMapItem
public static final java.lang.String ELEMENT_resetMapItem
- See Also:
- Constant Field Values
-
ELEMENT_seriesNameExpression
public static final java.lang.String ELEMENT_seriesNameExpression
- See Also:
- Constant Field Values
-
ELEMENT_markerClusteringExpression
public static final java.lang.String ELEMENT_markerClusteringExpression
- See Also:
- Constant Field Values
-
ELEMENT_markerSpideringExpression
public static final java.lang.String ELEMENT_markerSpideringExpression
- See Also:
- Constant Field Values
-
ELEMENT_legendIconExpression
public static final java.lang.String ELEMENT_legendIconExpression
- See Also:
- Constant Field Values
-
ELEMENT_itemProperty
public static final java.lang.String ELEMENT_itemProperty
- See Also:
- Constant Field Values
-
ELEMENT_pathStyle
public static final java.lang.String ELEMENT_pathStyle
- See Also:
- Constant Field Values
-
ELEMENT_pathData
public static final java.lang.String ELEMENT_pathData
- See Also:
- Constant Field Values
-
ELEMENT_marker
public static final java.lang.String ELEMENT_marker
Deprecated.Replaced byELEMENT_item.- See Also:
- Constant Field Values
-
ELEMENT_markerDataset
public static final java.lang.String ELEMENT_markerDataset
Deprecated.Replaced byELEMENT_markerData.- See Also:
- Constant Field Values
-
ELEMENT_markerProperty
public static final java.lang.String ELEMENT_markerProperty
Deprecated.Replaced byELEMENT_itemProperty.- See Also:
- Constant Field Values
-
-