net.sf.dynamicreports.googlecharts.jasper.geomap
Class GeoMapFillDataset

java.lang.Object
  extended by net.sf.jasperreports.engine.fill.JRFillElementDataset
      extended by 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

Field Summary
 
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)
           
 
Method Summary
 void collectExpressions(net.sf.jasperreports.engine.JRExpressionCollector collector)
           
protected  void customEvaluate(net.sf.jasperreports.engine.fill.JRCalculator calculator)
           
protected  void customIncrement()
           
protected  void customInitialize()
           
 void finishDataset()
           
 Set<GeoMapData> getCustomDataset()
           
 net.sf.jasperreports.engine.JRExpression getLabelExpression()
           
 net.sf.jasperreports.engine.JRExpression getLocationExpression()
           
 net.sf.jasperreports.engine.JRExpression getValueExpression()
           
 
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 class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

GeoMapFillDataset

public GeoMapFillDataset(net.sf.jasperreports.engine.JRElementDataset dataset,
                         net.sf.jasperreports.engine.fill.JRFillObjectFactory factory)
Method Detail

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.