Class PMIBoxWhiskerChart.MeanOptionalBAWCategoryDataset

  • All Implemented Interfaces:
    java.io.ObjectInputValidation, java.io.Serializable, java.lang.Cloneable, org.jfree.data.category.CategoryDataset, org.jfree.data.general.Dataset, org.jfree.data.KeyedValues2D, org.jfree.data.RangeInfo, org.jfree.data.statistics.BoxAndWhiskerCategoryDataset, org.jfree.data.Values2D, org.jfree.util.PublicCloneable
    Enclosing class:
    PMIBoxWhiskerChart

    protected static class PMIBoxWhiskerChart.MeanOptionalBAWCategoryDataset
    extends org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset

        data
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Number getMeanValue​(int row, int column)  
      java.lang.Number getMeanValue​(java.lang.Comparable rowKey, java.lang.Comparable columnKey)  
      • Methods inherited from class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset

        add, add, clear, clone, equals, getColumnCount, getColumnIndex, getColumnKey, getColumnKeys, getItem, getMaxOutlier, getMaxOutlier, getMaxRegularValue, getMaxRegularValue, getMedianValue, getMedianValue, getMinOutlier, getMinOutlier, getMinRegularValue, getMinRegularValue, getOutliers, getOutliers, getQ1Value, getQ1Value, getQ3Value, getQ3Value, getRangeBounds, getRangeLowerBound, getRangeUpperBound, getRowCount, getRowIndex, getRowKey, getRowKeys, getValue, getValue, remove, removeColumn, removeColumn, removeRow, removeRow
      • Methods inherited from class org.jfree.data.general.AbstractDataset

        addChangeListener, fireDatasetChanged, getGroup, hasListener, notifyListeners, removeChangeListener, setGroup, 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 Detail

      • MeanOptionalBAWCategoryDataset

        protected MeanOptionalBAWCategoryDataset()
    • Method Detail

      • getMeanValue

        public java.lang.Number getMeanValue​(java.lang.Comparable rowKey,
                                             java.lang.Comparable columnKey)
        Specified by:
        getMeanValue in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
        Overrides:
        getMeanValue in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
      • getMeanValue

        public java.lang.Number getMeanValue​(int row,
                                             int column)
        Specified by:
        getMeanValue in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
        Overrides:
        getMeanValue in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset