Class TransformedXYDataSeries.TransformedXYDataSeriesSnapshot
java.lang.Object
com.illumon.iris.db.plot.AbstractSeriesInternal
com.illumon.iris.db.plot.datasets.xy.TransformedXYDataSeries
com.illumon.iris.db.plot.datasets.xy.TransformedXYDataSeries.TransformedXYDataSeriesSnapshot
- All Implemented Interfaces:
DataSeries
,DataSeriesInternal
,ValidatingDataSeries
,XYDataSeries
,XYDataSeriesInternal
,XYErrorBarDataSeries
,XYErrorBarDataSeriesInternal
,PlotExceptionCause
,Series
,SeriesInternal
,Serializable
- Enclosing class:
- TransformedXYDataSeries<T extends XYDataSeriesInternal>
public static class TransformedXYDataSeries.TransformedXYDataSeriesSnapshot extends TransformedXYDataSeries
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class com.illumon.iris.db.plot.datasets.xy.TransformedXYDataSeries
TransformedXYDataSeries.TransformedXYDataSeriesSnapshot
-
Field Summary
Fields inherited from class com.illumon.iris.db.plot.datasets.xy.TransformedXYDataSeries
series, xTransform, yTransform
-
Constructor Summary
Constructors Constructor Description TransformedXYDataSeriesSnapshot(XYDataSeriesInternal series, DoubleUnaryOperator xTransform, DoubleUnaryOperator yTransform)
-
Method Summary
Modifier and Type Method Description TransformedXYDataSeries
createSnapshot()
Returns a snapshot of this dataset which will not update.Methods inherited from class com.illumon.iris.db.plot.datasets.xy.TransformedXYDataSeries
chart, copy, drawXError, drawYError, errorBarColor, errorBarColor, errorBarColor, getEndX, getEndY, getErrorBarColor, getGradientVisible, getLineColor, getLineStyle, getLinesVisible, getPointColor, getPointLabel, getPointLabelFormat, getPointShape, getPointSize, getPointsVisible, getSeriesColor, getStartX, getStartY, getX, getXRange, getXToolTipPattern, getY, getYRange, getYToolTipPattern, gradientVisible, lineColor, lineColor, lineColor, lineStyle, linesVisible, onClose, pointColor, pointColor, pointColor, pointColor, pointColor, pointColor, pointColor, pointColor, pointColor, pointColor, pointColorByY, pointColorByY, pointColorInteger, pointLabel, pointLabel, pointLabel, pointLabel, pointLabel, pointLabelFormat, pointShape, pointShape, pointShape, pointShape, pointShape, pointShape, pointShape, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointsVisible, size, sort, validate, xToolTipPattern, yToolTipPattern
Methods inherited from class com.illumon.iris.db.plot.AbstractSeriesInternal
addSwappableTable, addTableHandle, addTableMapHandle, axes, dataChangeListener, getSwappableTables, getTableHandles, getTableMapHandles, id, name, removeTableHandle
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.iris.db.plot.datasets.DataSeries
seriesColor, seriesColor, seriesColor, toolTipPattern
Methods inherited from interface com.illumon.iris.db.plot.datasets.DataSeriesInternal
axes, getPlotInfo, id, name
Methods inherited from interface com.illumon.iris.db.plot.SeriesInternal
addSwappableTable, addTableHandle, addTableMapHandle, dataChangeListener, getSwappableTables, getTableHandles, getTableMapHandles, onInflate, removeTableHandle
-
Constructor Details
-
TransformedXYDataSeriesSnapshot
public TransformedXYDataSeriesSnapshot(XYDataSeriesInternal series, DoubleUnaryOperator xTransform, DoubleUnaryOperator yTransform)
-
-
Method Details
-
createSnapshot
Description copied from interface:DataSeriesInternal
Returns a snapshot of this dataset which will not update.- Specified by:
createSnapshot
in interfaceDataSeriesInternal
- Specified by:
createSnapshot
in interfaceXYDataSeriesInternal
- Overrides:
createSnapshot
in classTransformedXYDataSeries
-