org.jfree.chart.plot
Interface HorizontalValuePlot

All Known Implementing Classes:
ContourPlot, FastScatterPlot, HorizontalCategoryPlot, PeriodMarkerPlot, XYPlot

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:
David Gilbert

Method Summary
 Range getHorizontalDataRange(ValueAxis axis)
          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(ValueAxis axis)
Returns the range of data values to be plotted along the horizontal axis.

Parameters:
axis - the axis.
Returns:
the range.

getHorizontalValueAxis

public ValueAxis getHorizontalValueAxis()
Get the value axis.

Returns:
the value axis.