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 SummaryNested Classes
- 
Field SummaryFields inherited from class com.inductiveautomation.factorypmi.application.components.chart.easychart.AbstractFunctionPenDatasourcereferencedPens
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected DatasetCalled when the dataset needs to be re-calculatedMethods inherited from class com.inductiveautomation.factorypmi.application.components.chart.easychart.AbstractFunctionPenDatasourceinitRefs, stateChangedMethods inherited from class com.inductiveautomation.factorypmi.application.components.chart.easychart.AbstractCalculatedPenDatasourceaddPen, getDataset, getMillisRange, getNumDatapoints, isZoomTracking, setDataset, setDatasetLater, shutdown, startup, warn
- 
Constructor Details- 
RunningSumPenDatasource
 
- 
- 
Method Details- 
createDatasetDescription copied from class:AbstractFunctionPenDatasourceCalled when the dataset needs to be re-calculated- Specified by:
- createDatasetin class- AbstractFunctionPenDatasource
 
 
-