net.sf.dynamicreports.googlecharts.report.geomap
Class DRGeoMapDataset
java.lang.Object
net.sf.dynamicreports.googlecharts.report.geomap.DRGeoMapDataset
- All Implemented Interfaces:
- Serializable, DRIGeoMapDataset
public class DRGeoMapDataset
- extends Object
- implements DRIGeoMapDataset
- Author:
- Ricardo Mariaca (dynamicreports@gmail.com)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRGeoMapDataset
public DRGeoMapDataset()
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-2012. All Rights Reserved.