Package com.storedobject.chart
Class GaugeChart.Needle
java.lang.Object
com.storedobject.chart.GaugeChart.Needle
- All Implemented Interfaces:
ComponentProperty
- Enclosing class:
GaugeChart
Needle property of the gauge chart.
- Author:
- Syam
-
Method Summary
-
Method Details
-
encodeJSON
Description copied from interface:ComponentProperty
Encode the JSON string with the properties of this.- Specified by:
encodeJSON
in interfaceComponentProperty
- Parameters:
sb
- Encoded JSON string to be appended to this.
-
getValue
-
setValue
-
getName
Get the name of the needle (This will be displayed on the dial).- Returns:
- Name.
-
setName
Set the name of the needle (This will be displayed on the dial).- Parameters:
name
- Name to set.
-