Package sim.display

Interface ChartUtilities.ProvidesDoubleDoubles

All Known Subinterfaces:
ChartUtilities.ProvidesDoubleDoublesAndLabels
Enclosing class:
ChartUtilities

public static interface ChartUtilities.ProvidesDoubleDoubles
This class provides two double arrays (that is, an array of the form double[2][]), which are the same length, which represent the x and y coordinates of points, or else provides null if the current charted values shouldn't be changed.
  • Method Summary

    Modifier and Type
    Method
    Description
    double[][]
     
  • Method Details

    • provide

      double[][] provide()