Class IHistogram
java.lang.Object
com.inductiveautomation.factorypmi.application.components.chart.easychart.IHistogram
- Direct Known Subclasses:
- AggregatingHistogram,- TimestampQueryBackedHistogram
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract float[]createHistogramArray(long startDate, long endDate, int width) Create an array of floats 0.0-1.0 representing the histogram between the two dates.protected longwidthToDate(int x, long startDate, long endDate, int width) 
- 
Constructor Details- 
IHistogrampublic IHistogram()
 
- 
- 
Method Details- 
createHistogramArraypublic abstract float[] createHistogramArray(long startDate, long endDate, int width) Create 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.
- 
widthToDateprotected long widthToDate(int x, long startDate, long endDate, int width) 
 
-