Class IndexableNumericDataArrayDate

java.lang.Object
com.illumon.iris.db.plot.datasets.data.IndexableNumericData
com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayDate
All Implemented Interfaces:
PlotExceptionCause, Serializable

public class IndexableNumericDataArrayDate
extends IndexableNumericData
IndexableNumericData dataset comprised of an array of Dates. Date values are accessed as nanoseconds from epoch. Data conversion to double means these values are accurate to about 250 nanoseconds.
See Also:
Serialized Form
  • Constructor Details

    • IndexableNumericDataArrayDate

      public IndexableNumericDataArrayDate​(Date[] data, PlotInfo plotInfo)
      Creates an IndexableNumericDataArrayDate instance.
      Parameters:
      data - data
      plotInfo - plot information
      Throws:
      com.fishlib.base.verify.RequirementFailure - data must not be null
  • Method Details