net.sf.dynamicreports.googlecharts.report.geomap
Class DRGeoMapDataset

java.lang.Object
  extended by net.sf.dynamicreports.googlecharts.report.geomap.DRGeoMapDataset
All Implemented Interfaces:
Serializable, DRIGeoMapDataset

public class DRGeoMapDataset
extends Object
implements DRIGeoMapDataset

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRGeoMapDataset()
           
 
Method Summary
 DRIExpression<?> getLabelExpression()
           
 DRIExpression<?> getLocationExpression()
           
 DRDataset getSubDataset()
           
 DRIExpression<?> getValueExpression()
           
 void setLabelExpression(DRIExpression<?> labelExpression)
           
 void setLocationExpression(DRIExpression<?> locationExpression)
           
 void setSubDataset(DRDataset subDataset)
           
 void setValueExpression(DRIExpression<?> valueExpression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRGeoMapDataset

public DRGeoMapDataset()
Method Detail

getSubDataset

public DRDataset getSubDataset()
Specified by:
getSubDataset in interface DRIGeoMapDataset

setSubDataset

public void setSubDataset(DRDataset subDataset)

getLocationExpression

public DRIExpression<?> getLocationExpression()
Specified by:
getLocationExpression in interface DRIGeoMapDataset

setLocationExpression

public void setLocationExpression(DRIExpression<?> locationExpression)

getValueExpression

public DRIExpression<?> getValueExpression()
Specified by:
getValueExpression in interface DRIGeoMapDataset

setValueExpression

public void setValueExpression(DRIExpression<?> valueExpression)

getLabelExpression

public DRIExpression<?> getLabelExpression()
Specified by:
getLabelExpression in interface DRIGeoMapDataset

setLabelExpression

public void setLabelExpression(DRIExpression<?> labelExpression)


Copyright © 2010-2013. All Rights Reserved.