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 ([email protected])
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTRIBUTE_imageType
static String
ATTRIBUTE_mapScale
static String
ATTRIBUTE_mapType
static String
ATTRIBUTE_markerClustering
static String
ATTRIBUTE_markerSpidering
static String
ATTRIBUTE_onErrorType
static String
ELEMENT_item
static String
ELEMENT_itemProperty
static String
ELEMENT_legendIconExpression
static String
ELEMENT_legendItem
static String
ELEMENT_marker
Deprecated.Replaced byELEMENT_item
.static String
ELEMENT_markerClusteringExpression
static String
ELEMENT_markerData
static String
ELEMENT_markerDataset
Deprecated.Replaced byELEMENT_markerData
.static String
ELEMENT_markerProperty
Deprecated.Replaced byELEMENT_itemProperty
.static String
ELEMENT_markerSpideringExpression
static String
ELEMENT_pathData
static String
ELEMENT_pathStyle
static String
ELEMENT_resetMapItem
static String
ELEMENT_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 Object
createObject(Attributes atts)
-
Methods inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
getDigester, setDigester
-
-
-
-
Field Detail
-
ATTRIBUTE_mapType
public static final String ATTRIBUTE_mapType
- See Also:
- Constant Field Values
-
ATTRIBUTE_mapScale
public static final String ATTRIBUTE_mapScale
- See Also:
- Constant Field Values
-
ATTRIBUTE_imageType
public static final String ATTRIBUTE_imageType
- See Also:
- Constant Field Values
-
ATTRIBUTE_onErrorType
public static final String ATTRIBUTE_onErrorType
- See Also:
- Constant Field Values
-
ATTRIBUTE_markerClustering
public static final String ATTRIBUTE_markerClustering
- See Also:
- Constant Field Values
-
ATTRIBUTE_markerSpidering
public static final String ATTRIBUTE_markerSpidering
- See Also:
- Constant Field Values
-
ELEMENT_item
public static final String ELEMENT_item
- See Also:
- Constant Field Values
-
ELEMENT_markerData
public static final String ELEMENT_markerData
- See Also:
- Constant Field Values
-
ELEMENT_legendItem
public static final String ELEMENT_legendItem
- See Also:
- Constant Field Values
-
ELEMENT_resetMapItem
public static final String ELEMENT_resetMapItem
- See Also:
- Constant Field Values
-
ELEMENT_seriesNameExpression
public static final String ELEMENT_seriesNameExpression
- See Also:
- Constant Field Values
-
ELEMENT_markerClusteringExpression
public static final String ELEMENT_markerClusteringExpression
- See Also:
- Constant Field Values
-
ELEMENT_markerSpideringExpression
public static final String ELEMENT_markerSpideringExpression
- See Also:
- Constant Field Values
-
ELEMENT_legendIconExpression
public static final String ELEMENT_legendIconExpression
- See Also:
- Constant Field Values
-
ELEMENT_itemProperty
public static final String ELEMENT_itemProperty
- See Also:
- Constant Field Values
-
ELEMENT_pathStyle
public static final String ELEMENT_pathStyle
- See Also:
- Constant Field Values
-
ELEMENT_pathData
public static final String ELEMENT_pathData
- See Also:
- Constant Field Values
-
ELEMENT_marker
public static final String ELEMENT_marker
Deprecated.Replaced byELEMENT_item
.- See Also:
- Constant Field Values
-
ELEMENT_markerDataset
public static final String ELEMENT_markerDataset
Deprecated.Replaced byELEMENT_markerData
.- See Also:
- Constant Field Values
-
ELEMENT_markerProperty
public static final String ELEMENT_markerProperty
Deprecated.Replaced byELEMENT_itemProperty
.- See Also:
- Constant Field Values
-
-
Method Detail
-
createObject
public Object createObject(Attributes atts)
-
-