Class PMIBoxWhiskerChart.MeanOptionalBAWCategoryDataset
java.lang.Object
org.jfree.data.general.AbstractDataset
org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
com.inductiveautomation.factorypmi.application.components.PMIBoxWhiskerChart.MeanOptionalBAWCategoryDataset
- All Implemented Interfaces:
- ObjectInputValidation,- Serializable,- 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:
- 
Field SummaryFields inherited from class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDatasetdata
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetMeanValue(int row, int column) getMeanValue(Comparable rowKey, Comparable columnKey) Methods inherited from class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDatasetadd, 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, removeRowMethods inherited from class org.jfree.data.general.AbstractDatasetaddChangeListener, fireDatasetChanged, getGroup, hasListener, notifyListeners, removeChangeListener, setGroup, validateObjectMethods inherited from class java.lang.Objectfinalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jfree.data.general.DatasetaddChangeListener, getGroup, removeChangeListener, setGroup
- 
Constructor Details- 
MeanOptionalBAWCategoryDatasetprotected MeanOptionalBAWCategoryDataset()
 
- 
- 
Method Details- 
getMeanValue- Specified by:
- getMeanValuein interface- org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
- Overrides:
- getMeanValuein class- org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
 
- 
getMeanValue- Specified by:
- getMeanValuein interface- org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
- Overrides:
- getMeanValuein class- org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
 
 
-