Class RunningSumPenDatasource
java.lang.Object
com.inductiveautomation.factorypmi.application.components.chart.easychart.AbstractCalculatedPenDatasource
com.inductiveautomation.factorypmi.application.components.chart.easychart.AbstractFunctionPenDatasource
com.inductiveautomation.factorypmi.application.components.chart.easychart.RunningSumPenDatasource
- All Implemented Interfaces:
IPenDatasource
,EventListener
,ChangeListener
Author: Perry Arellano-Jones
Year: 2014
RunningSumPenDatasource provides a summing pen for the Easy Chart. It will additively plot the sum of the most recent data point added to the existing total.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.inductiveautomation.factorypmi.application.components.chart.easychart.AbstractFunctionPenDatasource
referencedPens
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Dataset
Called when the dataset needs to be re-calculatedMethods inherited from class com.inductiveautomation.factorypmi.application.components.chart.easychart.AbstractFunctionPenDatasource
initRefs, stateChanged
Methods inherited from class com.inductiveautomation.factorypmi.application.components.chart.easychart.AbstractCalculatedPenDatasource
addPen, getDataset, getMillisRange, getNumDatapoints, isZoomTracking, setDataset, setDatasetLater, shutdown, startup, warn
-
Constructor Details
-
RunningSumPenDatasource
-
-
Method Details
-
createDataset
Description copied from class:AbstractFunctionPenDatasource
Called when the dataset needs to be re-calculated- Specified by:
createDataset
in classAbstractFunctionPenDatasource
-