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 Summary
Fields inherited from class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
data
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMeanValue
(int row, int column) getMeanValue
(Comparable rowKey, 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 Details
-
MeanOptionalBAWCategoryDataset
protected MeanOptionalBAWCategoryDataset()
-
-
Method Details
-
getMeanValue
- Specified by:
getMeanValue
in interfaceorg.jfree.data.statistics.BoxAndWhiskerCategoryDataset
- Overrides:
getMeanValue
in classorg.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
getMeanValue
- Specified by:
getMeanValue
in interfaceorg.jfree.data.statistics.BoxAndWhiskerCategoryDataset
- Overrides:
getMeanValue
in classorg.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-