Interface BoxPlotOutlierModel
- All Superinterfaces:
ChartModel
Optional extension for box plot models that provide explicit outliers.
Outliers are expected to be raw values in the same Y-units as the box plot.
- Since:
- 2026-01-01
- Version:
- 1.0.0
- Author:
- Arber Gashi
-
Nested Class Summary
Nested classes/interfaces inherited from interface ChartModel
ChartModel.ChartModelListener -
Field Summary
Fields inherited from interface ChartModel
EMPTY_DOUBLE -
Method Summary
Modifier and TypeMethodDescriptiondouble[]getOutliers(int index) Returns the outlier values for the given box plot index.Methods inherited from interface ChartModel
addChangeListener, getColor, getDataRange, getHighData, getLabel, getLowData, getMax, getMin, getName, getOpenData, getPointCount, getUpdateStamp, getValue, getWeight, getWeightData, getX, getXData, getY, getY, getYData, isEmpty, removeChangeListener, setColor
-
Method Details
-
getOutliers
double[] getOutliers(int index) Returns the outlier values for the given box plot index.- Parameters:
index- box plot index- Returns:
- array of outlier values (may be empty or null)
-