Class TransformedOHLCDataSeries.TransformedOHLCDataSeriesSnapshot
java.lang.Object
com.illumon.iris.db.plot.AbstractSeriesInternal
com.illumon.iris.db.plot.datasets.xy.TransformedXYDataSeries<T>
com.illumon.iris.db.plot.datasets.ohlc.TransformedOHLCDataSeries
com.illumon.iris.db.plot.datasets.ohlc.TransformedOHLCDataSeries.TransformedOHLCDataSeriesSnapshot
- All Implemented Interfaces:
DataSeries,DataSeriesInternal,OHLCDataSeries,OHLCDataSeriesInternal,ValidatingDataSeries,XYDataSeries,XYDataSeriesInternal,XYErrorBarDataSeries,XYErrorBarDataSeriesInternal,PlotExceptionCause,Series,SeriesInternal,Serializable
- Enclosing class:
- TransformedOHLCDataSeries<T extends OHLCDataSeriesInternal>
public static class TransformedOHLCDataSeries.TransformedOHLCDataSeriesSnapshot extends TransformedOHLCDataSeries
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class com.illumon.iris.db.plot.datasets.ohlc.TransformedOHLCDataSeries
TransformedOHLCDataSeries.TransformedOHLCDataSeriesSnapshotNested 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 TransformedOHLCDataSeriesSnapshot(OHLCDataSeriesInternal series, DoubleUnaryOperator xTransform, DoubleUnaryOperator yTransform) -
Method Summary
Modifier and Type Method Description TransformedOHLCDataSeriescreateSnapshot()Returns a snapshot of this dataset which will not update.Methods inherited from class com.illumon.iris.db.plot.datasets.ohlc.TransformedOHLCDataSeries
copy, getClose, getHigh, getLow, getOpenMethods inherited from class com.illumon.iris.db.plot.datasets.xy.TransformedXYDataSeries
chart, 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, yToolTipPatternMethods inherited from class com.illumon.iris.db.plot.AbstractSeriesInternal
addSwappableTable, addTableHandle, addTableMapHandle, axes, dataChangeListener, getSwappableTables, getTableHandles, getTableMapHandles, id, name, removeTableHandleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, yToolTipPatternMethods 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, sizeMethods inherited from interface com.illumon.iris.db.plot.SeriesInternal
addSwappableTable, addTableHandle, addTableMapHandle, dataChangeListener, getSwappableTables, getTableHandles, getTableMapHandles, onClose, onInflate, removeTableHandleMethods 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, pointSizeMethods inherited from interface com.illumon.iris.db.plot.datasets.xy.XYDataSeriesInternal
drawXError, drawYError, getEndX, getEndY, getPointColor, getPointLabel, getPointShape, getPointSize, getStartX, getStartY, getX, getXRange, getY, getYRange, sort
-
Constructor Details
-
TransformedOHLCDataSeriesSnapshot
public TransformedOHLCDataSeriesSnapshot(OHLCDataSeriesInternal series, DoubleUnaryOperator xTransform, DoubleUnaryOperator yTransform)
-
-
Method Details
-
createSnapshot
Description copied from interface:DataSeriesInternalReturns a snapshot of this dataset which will not update.- Specified by:
createSnapshotin interfaceDataSeriesInternal- Specified by:
createSnapshotin interfaceOHLCDataSeriesInternal- Specified by:
createSnapshotin interfaceXYDataSeriesInternal- Overrides:
createSnapshotin classTransformedOHLCDataSeries
-