Class SignificantStatisticalCategoryDataset

java.lang.Object
org.jfree.data.general.AbstractDataset
org.jfree.data.statistics.DefaultStatisticalCategoryDataset
no.uib.jsparklines.data.SignificantStatisticalCategoryDataset
All Implemented Interfaces:
ObjectInputValidation, Serializable, Cloneable, org.jfree.chart.util.PublicCloneable, org.jfree.data.category.CategoryDataset, org.jfree.data.general.Dataset, org.jfree.data.KeyedValues2D, org.jfree.data.RangeInfo, org.jfree.data.statistics.StatisticalCategoryDataset, org.jfree.data.Values2D

public class SignificantStatisticalCategoryDataset
extends org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Extention of DefaultStatisticalCategoryDataset adding a boolean indicating if the dataset is significant or not.
Author:
Harald Barsnes
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    SignificantStatisticalCategoryDataset()  
  • Method Summary

    Modifier and Type Method Description
    Boolean isSignificant()
    Returns true if the dataset is significant.
    void setSignificant​(boolean significant)
    Set if the dataset is significant or not.

    Methods inherited from class org.jfree.data.statistics.DefaultStatisticalCategoryDataset

    add, add, clear, clone, equals, getColumnCount, getColumnIndex, getColumnKey, getColumnKeys, getMeanValue, getMeanValue, getRangeBounds, getRangeLowerBound, getRangeUpperBound, getRowCount, getRowIndex, getRowKey, getRowKeys, getStdDevValue, getStdDevValue, getValue, getValue, remove, removeColumn, removeColumn, removeRow, removeRow

    Methods inherited from class org.jfree.data.general.AbstractDataset

    addChangeListener, fireDatasetChanged, getGroup, getNotify, hasListener, notifyListeners, removeChangeListener, setGroup, setNotify, validateObject

    Methods inherited from class java.lang.Object

    finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.jfree.data.general.Dataset

    addChangeListener, getGroup, removeChangeListener, setGroup
  • Constructor Details

  • Method Details

    • isSignificant

      public Boolean isSignificant()
      Returns true if the dataset is significant. False if it is not. If not set returns null.
      Returns:
      true if the dataset is significant, null if not set
    • setSignificant

      public void setSignificant​(boolean significant)
      Set if the dataset is significant or not.
      Parameters:
      significant - if the dataset is significant or not