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 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 ObjectcreateObject(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
Deprecated.Replaced byItemXmlFactory.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
Deprecated.Replaced byItemXmlFactory.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)
-
-