anl.aida.plot
Interface TimeSeriesParameters

All Known Implementing Classes:
CacheTimeSeriesParams, DFTimeSeriesParams

public interface TimeSeriesParameters

Parameters for the creation of a time series widget.


Method Summary
 org.jfree.data.time.TimeSeriesCollection getDataset()
          Gets the dataset for the time series.
 double getMax()
          Gets the maximum value of the time series.
 double getMin()
          Gets the minimum value of the time series.
 java.lang.String getSeriesHeading()
          Gets the heading for the series.
 java.lang.String getTitle()
          Gets the title of the time series.
 java.lang.String getUnitsLabel()
          Gets the label for the units, if any.
 java.lang.String getXAxisLabel()
          Gets the label for the x-axis.
 java.lang.String getYAxisLabel()
          Gets the label for the y-axis.
 

Method Detail

getSeriesHeading

java.lang.String getSeriesHeading()
Gets the heading for the series.

Returns:
the heading for the series.

getDataset

org.jfree.data.time.TimeSeriesCollection getDataset()
Gets the dataset for the time series.

Returns:
the dataset for the time series.

getMin

double getMin()
Gets the minimum value of the time series.

Returns:
the minimum value of the time series.

getMax

double getMax()
Gets the maximum value of the time series.

Returns:
the maximum value of the time series.

getTitle

java.lang.String getTitle()
Gets the title of the time series.

Returns:
the title of the time series.

getXAxisLabel

java.lang.String getXAxisLabel()
Gets the label for the x-axis.

Returns:
the label for the x-axis.

getYAxisLabel

java.lang.String getYAxisLabel()
Gets the label for the y-axis.

Returns:
the label for the y-axis.

getUnitsLabel

java.lang.String getUnitsLabel()
Gets the label for the units, if any.

Returns:
the label for the units, if any.