com.jrefinery.chart
Interface HorizontalValuePlot

All Known Implementing Classes:
XYPlot, PeriodMarkerPlot, HorizontalCategoryPlot

public interface HorizontalValuePlot

An interface defining methods for interrogating a plot that displays values along the horizontal axis.

Used by horizontal axes (when auto-adjusting the axis range) to determine the minimum and maximum data values.

Author:
DG

Method Summary
 Range getHorizontalDataRange()
          Returns the range of data values to be plotted along the horizontal axis.
 ValueAxis getHorizontalValueAxis()
          Get the value axis.
 

Method Detail

getHorizontalDataRange

public Range getHorizontalDataRange()
Returns the range of data values to be plotted along the horizontal axis.
Returns:
the range.

getHorizontalValueAxis

public ValueAxis getHorizontalValueAxis()
Get the value axis.
Returns:
the value axis.