public class SignificantStatisticalCategoryDataset
extends org.jfree.data.statistics.DefaultStatisticalCategoryDataset
| Constructor and Description |
|---|
SignificantStatisticalCategoryDataset() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isSignificant()
Returns true if the dataset is significant.
|
void |
setSignificant(boolean significant)
Set if the dataset is significant or not.
|
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, removeRowaddChangeListener, fireDatasetChanged, getGroup, getNotify, hasListener, notifyListeners, removeChangeListener, setGroup, setNotify, validateObjectpublic SignificantStatisticalCategoryDataset()
public Boolean isSignificant()
public void setSignificant(boolean significant)
significant - if the dataset is significant or notCopyright © 2022. All rights reserved.