com.neeve.stats
Class FloatGauge
java.lang.Object
com.neeve.stats.AbstractGauge
com.neeve.stats.FloatGauge
- All Implemented Interfaces:
- IStats.Gauge
public abstract class FloatGauge
- extends AbstractGauge
Base class for float IStats.Gauge
implementations.
Methods inherited from class com.neeve.stats.AbstractGauge |
get, getBooleanValue, getByteValue, getCharValue, getDoubleValue, getIntValue, getLongValue, getName, getNameAsRaw, getShortValue, getStringValue, getType |
FloatGauge
public FloatGauge(String name)
- Parameters:
name
- The name of the IStats.Gauge
.
getFloatValue
public abstract float getFloatValue()
- Description copied from interface:
IStats.Gauge
- Gets the current value for a
IStats.Gauge.Type.Float
Gauge.
- Specified by:
getFloatValue
in interface IStats.Gauge
- Overrides:
getFloatValue
in class AbstractGauge
- Returns:
- The current value for a
IStats.Gauge.Type.Float
Gauge.
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.