net.sf.jasperreports.charts
Interface JRValueDataset
- All Superinterfaces:
- java.lang.Cloneable, JRChartDataset, JRCloneable, JRElementDataset
- All Known Implementing Classes:
- JRBaseValueDataset, JRDesignValueDataset, JRFillValueDataset
public interface JRValueDataset
- extends JRChartDataset
This class represents a dataset that consists of a single
value. It is used by Meter and Thermometer charts, which
plot a single value against a range.
- Version:
- $Id: JRValueDataset.java 3032 2009-08-27 11:32:28Z teodord $
- Author:
- Barry Klawans ([email protected])
getValueExpression
JRExpression getValueExpression()
- Returns the expression that indicates the value held
by this dataset.
- Returns:
- the expression that indicates the value held by
this dataset
Copyright © 2011. All Rights Reserved.