Interface ContourValuePlot

All Known Implementing Classes:
ContourPlot

public interface ContourValuePlot
An interface defining methods related to contour plots.
Author:
David M. O'Donnell
  • Method Summary

    Modifier and Type Method Description
    Range getContourDataRange()
    Returns the range of data values to be plotted.
  • Method Details

    • getContourDataRange

      Range getContourDataRange()
      Returns the range of data values to be plotted.
      Returns:
      the range.