Class HistogramData
- java.lang.Object
 - 
- com.inductiveautomation.ignition.gateway.web.components.react.HistogramData
 
 
- 
public class HistogramData extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description HistogramData(com.codahale.metrics.Snapshot snapshot)HistogramData(com.codahale.metrics.Snapshot snapshot, int bucketCount) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetBucketCount(int bucketCount)JSONObjecttoJson() 
 - 
 
- 
- 
Method Detail
- 
setBucketCount
public void setBucketCount(int bucketCount)
 
- 
toJson
public JSONObject toJson() throws JSONException
- Throws:
 JSONException
 
 - 
 
 -