Class IndexableNumericDataArrayDouble

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

public class IndexableNumericDataArrayDouble
extends IndexableNumericData
IndexableNumericData dataset backed by an array of doubles.
See Also:
Serialized Form
  • Constructor Details

    • IndexableNumericDataArrayDouble

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