Class MetricsGaugeData
java.lang.Object
com.inductiveautomation.ignition.gateway.web.components.react.MetricsGaugeData
- All Implemented Interfaces:
 ComponentData
Filename: MetricsGaugeData.java
 Created on Apr 11, 2016
 Author: Kathy Applebaum
 Copyright Inductive Automation 2016
 Project: gateway-api
 
Allows metrics to supply data to a gauge.js component in a form the component will like.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetFloatFormat(DecimalFormat floatFormat) voidsetIntegerFormat(DecimalFormat format) toJson() 
- 
Constructor Details
- 
MetricsGaugeData
 
 - 
 - 
Method Details
- 
setIntegerFormat
 - 
setFloatFormat
 - 
toJson
- Specified by:
 toJsonin interfaceComponentData- Throws:
 JSONException
 
 -