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 SummaryConstructors
- 
Method SummaryModifier 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- 
createDatasourceDescription copied from interface:IPenDatasourceFactoryCreate the IPenDatasource that will provide data for each pen.- Specified by:
- createDatasourcein interface- IPenDatasourceFactory
 
- 
createHistogramDescription copied from interface:IPenDatasourceFactoryCreate a histogram datasource for the pens, if any. (May return null for no histogram support)- Specified by:
- createHistogramin interface- IPenDatasourceFactory
 
- 
equals
- 
hashCodepublic int hashCode()
 
-