- All Superinterfaces:
DataSeries
, DataSeriesInternal
, IntervalXYDataSeries
, PlotExceptionCause
, Serializable
, Series
, SeriesInternal
, ValidatingDataSeries
, XYDataSeries
, XYDataSeriesInternal
- All Known Implementing Classes:
IntervalXYDataSeriesArray
, TransformedIntervalXYDataSeries
, TransformedIntervalXYDataSeries.TransformedIntervalXYDataSeriesSnapshot
-
Method Summary
Create a copy of the series on a different set of axes.
Returns a snapshot of this dataset which will not update.
double
Gets the right-most point of the bar.
double
Gets the top-most point of the bar.
double
Gets the left-most point of the bar.
double
Gets the bottom-most point of the bar.
default org.jfree.data.Range
Gets the Range
of the x-values.
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
-
-
getStartX
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
-
getEndX
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
-
getStartY
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
-
getEndY
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
-
getXRange
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
-