Class AggregatingHistogram
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.components.chart.easychart.IHistogram
- 
- com.inductiveautomation.factorypmi.application.components.chart.easychart.AggregatingHistogram
 
 
- 
 public class AggregatingHistogram extends IHistogram 
- 
- 
Constructor SummaryConstructors Constructor Description AggregatingHistogram()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddHistogram(IHistogram histogram)float[]createHistogramArray(long startDate, long endDate, int width)Create an array of floats 0.0-1.0 representing the histogram between the two dates.- 
Methods inherited from class com.inductiveautomation.factorypmi.application.components.chart.easychart.IHistogramwidthToDate
 
- 
 
- 
- 
- 
Method Detail- 
createHistogramArraypublic float[] createHistogramArray(long startDate, long endDate, int width)Description copied from class:IHistogramCreate an array of floats 0.0-1.0 representing the histogram between the two dates. The array should have a length of width, exactly, or may be null if no histogram data is available for that timeframe.- Specified by:
- createHistogramArrayin class- IHistogram
 
 - 
addHistogrampublic void addHistogram(IHistogram histogram) 
 
- 
 
-