- All Superinterfaces:
DataSeries, DataSeriesInternal, IntervalXYDataSeries, PlotExceptionCause, Serializable, Series, SeriesInternal, ValidatingDataSeries, XYDataSeries, XYDataSeriesInternal
- All Known Implementing Classes:
IntervalXYDataSeriesArray, TransformedIntervalXYDataSeries, TransformedIntervalXYDataSeries.TransformedIntervalXYDataSeriesSnapshot
public interface IntervalXYDataSeriesInternal
extends IntervalXYDataSeries, XYDataSeriesInternal
-
Method Summary
Methods inherited from interface com.illumon.iris.db.plot.datasets.DataSeries
errorBarColor, errorBarColor, errorBarColor, gradientVisible, lineColor, lineColor, lineColor, lineStyle, linesVisible, pointColor, pointColor, pointColor, pointColorByY, pointColorByY, pointLabel, pointLabelFormat, pointShape, pointShape, pointSize, pointSize, pointSize, pointSize, pointsVisible, seriesColor, seriesColor, seriesColor, toolTipPattern, xToolTipPattern, yToolTipPattern
Methods inherited from interface com.illumon.iris.db.plot.datasets.DataSeriesInternal
axes, chart, getErrorBarColor, getGradientVisible, getLineColor, getLineStyle, getLinesVisible, getPlotInfo, getPointLabelFormat, getPointsVisible, getSeriesColor, getXToolTipPattern, getYToolTipPattern, id, name, size
Methods inherited from interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
pointColor, pointColor, pointColor, pointColor, pointColor, pointColor, pointColor, pointColorInteger, pointLabel, pointLabel, pointLabel, pointLabel, pointShape, pointShape, pointShape, pointShape, pointShape, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize
-
Method Details
-
-
double getStartX(int item)
Gets the left-most point of the bar.
- Specified by:
getStartX in interface XYDataSeriesInternal
- Parameters:
item - index
- Returns:
- left-most point of the bar
-
double getEndX(int item)
Gets the right-most point of the bar.
- Specified by:
getEndX in interface XYDataSeriesInternal
- Parameters:
item - index
- Returns:
- right-most point of the bar
-
double getStartY(int item)
Gets the bottom-most point of the bar.
- Specified by:
getStartY in interface XYDataSeriesInternal
- Parameters:
item - index
- Returns:
- bottom-most point of the bar
-
double getEndY(int item)
Gets the top-most point of the bar.
- Specified by:
getEndY in interface XYDataSeriesInternal
- Parameters:
item - index
- Returns:
- top-most point of the bar
-
default org.jfree.data.Range getXRange()
Gets the Range of the x-values.
- Specified by:
getXRange in interface XYDataSeriesInternal
- Returns:
Range of the x-values
-