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 TypeMethodDescriptionvoid
setFloatFormat
(DecimalFormat floatFormat) void
setIntegerFormat
(DecimalFormat format) toJson()
-
Constructor Details
-
MetricsGaugeData
-
-
Method Details
-
setIntegerFormat
-
setFloatFormat
-
toJson
- Specified by:
toJson
in interfaceComponentData
- Throws:
JSONException
-