Class LinearRegressionPenDatasource.LinearRegressionFactory
java.lang.Object
com.inductiveautomation.factorypmi.application.components.chart.easychart.LinearRegressionPenDatasource.LinearRegressionFactory
- All Implemented Interfaces:
 IPenDatasourceFactory
- Enclosing class:
 - LinearRegressionPenDatasource
 
public static class LinearRegressionPenDatasource.LinearRegressionFactory
extends Object
implements IPenDatasourceFactory
Factory class for LinearRegressionPenDatasource
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionCreate the IPenDatasource that will provide data for each pen.Create a histogram datasource for the pens, if any.booleaninthashCode() 
- 
Constructor Details
- 
LinearRegressionFactory
 
 - 
 - 
Method Details
- 
createDatasource
Description copied from interface:IPenDatasourceFactoryCreate the IPenDatasource that will provide data for each pen.- Specified by:
 createDatasourcein interfaceIPenDatasourceFactory
 - 
createHistogram
Description copied from interface:IPenDatasourceFactoryCreate a histogram datasource for the pens, if any. (May return null for no histogram support)- Specified by:
 createHistogramin interfaceIPenDatasourceFactory
 - 
equals
 - 
hashCode
public int hashCode() 
 -