Class IHistogram
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.components.chart.easychart.IHistogram
 
- 
- Direct Known Subclasses:
- AggregatingHistogram,- TimestampQueryBackedHistogram
 
 public abstract class IHistogram extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description IHistogram()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description 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.protected longwidthToDate(int x, long startDate, long endDate, int width)
 
- 
- 
- 
Method Detail- 
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)
 
- 
 
-