Package com.inductiveautomation.factorypmi.application.components.chart.easychart
package com.inductiveautomation.factorypmi.application.components.chart.easychart
-
ClassDescriptionBase class for all of the easy chart query objects that run through the QueryManager.Base class for all calculated pen datasources that are functions of another penHolds the query (a String), and a list of parameters and their types.Handles drop logic for dropping tags (from the tag tree in the runtime) and power table rowsInstances of this class have two uses.Adds a linear regression pen to the EasyChartFactory class for LinearRegressionPenDatasourceA pen is the main unit of configuration for the EasyChart.This interface exists just so that we can have one function to create renderers and an instance of this class can resolve the differences between pens as they are found in the chart at runtime and as they are found in the customizerPenData represents the data for a single pen.Class that bridges PenData objects into the JFreeChart's Dataset interfaceIterates through the various datasets of pens, creating Pen ojbects on the fly.Author: Perry Arellano-Jones Year: 2014Filename - SumPensDatasource Author: Perry Arellano-Jones Year: 2014