Interface JRValueDataset

All Superinterfaces:
Cloneable, DatasetRunHolder, 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.
Author:
Barry Klawans (bklawans@users.sourceforge.net)
  • Method Details

    • 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