public class StandardGeoMapDataset extends net.sf.jasperreports.engine.design.JRDesignElementDataset implements GeoMapDataset
StandardGeoMapDataset class.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_LABEL_EXPRESSION
Constant
PROPERTY_LABEL_EXPRESSION="labelExpression" |
static java.lang.String |
PROPERTY_LOCATION_EXPRESSION
Constant
PROPERTY_LOCATION_EXPRESSION="locationExpression" |
static java.lang.String |
PROPERTY_VALUE_EXPRESSION
Constant
PROPERTY_VALUE_EXPRESSION="valueExpression" |
| Constructor and Description |
|---|
StandardGeoMapDataset()
Constructor for StandardGeoMapDataset.
|
StandardGeoMapDataset(GeoMapDataset dataset,
net.sf.jasperreports.engine.base.JRBaseObjectFactory factory)
Constructor for StandardGeoMapDataset.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
void |
collectExpressions(net.sf.jasperreports.engine.JRExpressionCollector collector) |
net.sf.jasperreports.engine.JRExpression |
getLabelExpression()
getLabelExpression.
|
net.sf.jasperreports.engine.JRExpression |
getLocationExpression()
getLocationExpression.
|
net.sf.jasperreports.engine.JRExpression |
getValueExpression()
getValueExpression.
|
void |
setLabelExpression(net.sf.jasperreports.engine.JRExpression labelExpression)
Setter for the field
labelExpression. |
void |
setLocationExpression(net.sf.jasperreports.engine.JRExpression locationExpression)
Setter for the field
locationExpression. |
void |
setValueExpression(net.sf.jasperreports.engine.JRExpression valueExpression)
Setter for the field
valueExpression. |
getEventSupport, setDatasetRun, setIncrementGroup, setIncrementType, setIncrementWhenExpression, setResetGroup, setResetType, setResetTypegetDatasetResetType, getDatasetRun, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetTypeValuepublic static final java.lang.String PROPERTY_LOCATION_EXPRESSION
PROPERTY_LOCATION_EXPRESSION="locationExpression"public static final java.lang.String PROPERTY_VALUE_EXPRESSION
PROPERTY_VALUE_EXPRESSION="valueExpression"public static final java.lang.String PROPERTY_LABEL_EXPRESSION
PROPERTY_LABEL_EXPRESSION="labelExpression"public StandardGeoMapDataset()
Constructor for StandardGeoMapDataset.
public StandardGeoMapDataset(GeoMapDataset dataset, net.sf.jasperreports.engine.base.JRBaseObjectFactory factory)
Constructor for StandardGeoMapDataset.
dataset - a GeoMapDataset object.factory - a JRBaseObjectFactory object.public void collectExpressions(net.sf.jasperreports.engine.JRExpressionCollector collector)
collectExpressions in interface net.sf.jasperreports.engine.JRElementDatasetcollectExpressions in class net.sf.jasperreports.engine.base.JRBaseElementDatasetpublic net.sf.jasperreports.engine.JRExpression getLocationExpression()
getLocationExpression.
getLocationExpression in interface GeoMapDatasetJRExpression object.public void setLocationExpression(net.sf.jasperreports.engine.JRExpression locationExpression)
Setter for the field locationExpression.
locationExpression - a JRExpression object.public net.sf.jasperreports.engine.JRExpression getValueExpression()
getValueExpression.
getValueExpression in interface GeoMapDatasetJRExpression object.public void setValueExpression(net.sf.jasperreports.engine.JRExpression valueExpression)
Setter for the field valueExpression.
valueExpression - a JRExpression object.public net.sf.jasperreports.engine.JRExpression getLabelExpression()
getLabelExpression.
getLabelExpression in interface GeoMapDatasetJRExpression object.public void setLabelExpression(net.sf.jasperreports.engine.JRExpression labelExpression)
Setter for the field labelExpression.
labelExpression - a JRExpression object.public java.lang.Object clone()
clone in interface net.sf.jasperreports.engine.JRCloneableclone in class net.sf.jasperreports.engine.design.JRDesignElementDatasetCopyright © 2010-2021. All Rights Reserved.