Class IndexableNumericDataArrayInt

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

public class IndexableNumericDataArrayInt
extends IndexableNumericData
IndexableNumericData dataset backed by an array of ints. When accessed, data values are converted to doubles before being returned.
See Also:
Serialized Form
  • Constructor Details

    • IndexableNumericDataArrayInt

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