Interface DataConverter


public interface DataConverter
Interface for classes that convert data for use in charts.
Author:
Nick Collier
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Converts the obj into a double.
  • Method Details

    • convert

      double convert(Object obj)
      Converts the obj into a double.
      Parameters:
      obj -
      Returns: