org.jfree.chart.plot
Interface VerticalValuePlot

All Known Implementing Classes:
ContourPlot, FastScatterPlot, PeriodMarkerPlot, ThermometerPlot, VerticalCategoryPlot, XYPlot

public interface VerticalValuePlot

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

Used by vertical axes (when auto-adjusting the axis range) to determine the minimum and maximum data values. Also used by the ChartPanel class for zooming.

Author:
David Gilbert

Method Summary
 Range getVerticalDataRange(ValueAxis axis)
          Returns the range for the data to be plotted against the vertical axis.
 ValueAxis getVerticalValueAxis()
          Returns the vertical axis.
 

Method Detail

getVerticalDataRange

public Range getVerticalDataRange(ValueAxis axis)
Returns the range for the data to be plotted against the vertical axis.

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

getVerticalValueAxis

public ValueAxis getVerticalValueAxis()
Returns the vertical axis.

Returns:
the axis.