net.sf.dynamicreports.googlecharts.jasper.geomap
Class GeoMapFillDataset
java.lang.Object
net.sf.jasperreports.engine.fill.JRFillElementDataset
net.sf.dynamicreports.googlecharts.jasper.geomap.GeoMapFillDataset
- All Implemented Interfaces:
- Serializable, Cloneable, GeoMapDataset, net.sf.jasperreports.engine.JRCloneable, net.sf.jasperreports.engine.JRElementDataset
public class GeoMapFillDataset
- extends net.sf.jasperreports.engine.fill.JRFillElementDataset
- implements GeoMapDataset
- Author:
- Ricardo Mariaca (dynamicreports@gmail.com)
- See Also:
- Serialized Form
| Fields inherited from class net.sf.jasperreports.engine.fill.JRFillElementDataset |
datasetRun, incrementGroup, parent, resetGroup |
|
Constructor Summary |
GeoMapFillDataset(net.sf.jasperreports.engine.JRElementDataset dataset,
net.sf.jasperreports.engine.fill.JRFillObjectFactory factory)
|
| Methods inherited from class net.sf.jasperreports.engine.fill.JRFillElementDataset |
clone, evaluate, evaluateDatasetRun, evaluateIncrementWhenExpression, getDatasetRun, getFillDataset, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getInputDataset, getResetGroup, getResetTypeValue, getTimeZone, increment, initialize |
| Methods inherited from interface net.sf.jasperreports.engine.JRElementDataset |
getDatasetRun, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetTypeValue |
| Methods inherited from interface net.sf.jasperreports.engine.JRCloneable |
clone |
GeoMapFillDataset
public GeoMapFillDataset(net.sf.jasperreports.engine.JRElementDataset dataset,
net.sf.jasperreports.engine.fill.JRFillObjectFactory factory)
collectExpressions
public void collectExpressions(net.sf.jasperreports.engine.JRExpressionCollector collector)
- Specified by:
collectExpressions in interface net.sf.jasperreports.engine.JRElementDataset
customInitialize
protected void customInitialize()
- Specified by:
customInitialize in class net.sf.jasperreports.engine.fill.JRFillElementDataset
customEvaluate
protected void customEvaluate(net.sf.jasperreports.engine.fill.JRCalculator calculator)
throws net.sf.jasperreports.engine.fill.JRExpressionEvalException
- Specified by:
customEvaluate in class net.sf.jasperreports.engine.fill.JRFillElementDataset
- Throws:
net.sf.jasperreports.engine.fill.JRExpressionEvalException
customIncrement
protected void customIncrement()
- Specified by:
customIncrement in class net.sf.jasperreports.engine.fill.JRFillElementDataset
getCustomDataset
public Set<GeoMapData> getCustomDataset()
getLocationExpression
public net.sf.jasperreports.engine.JRExpression getLocationExpression()
- Specified by:
getLocationExpression in interface GeoMapDataset
getValueExpression
public net.sf.jasperreports.engine.JRExpression getValueExpression()
- Specified by:
getValueExpression in interface GeoMapDataset
getLabelExpression
public net.sf.jasperreports.engine.JRExpression getLabelExpression()
- Specified by:
getLabelExpression in interface GeoMapDataset
finishDataset
public void finishDataset()
Copyright © 2010-2012. All Rights Reserved.