Uses of Class
net.ctdp.rfdynhud.valuemanagers.ValueInterpolater.BoundaryType

Packages that use ValueInterpolater.BoundaryType
net.ctdp.rfdynhud.valuemanagers   
 

Uses of ValueInterpolater.BoundaryType in net.ctdp.rfdynhud.valuemanagers
 

Methods in net.ctdp.rfdynhud.valuemanagers that return ValueInterpolater.BoundaryType
 ValueInterpolater.BoundaryType ValueInterpolater.getBoundaryType()
          Gets the used ValueInterpolater.BoundaryType.
static ValueInterpolater.BoundaryType ValueInterpolater.BoundaryType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ValueInterpolater.BoundaryType[] ValueInterpolater.BoundaryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.ctdp.rfdynhud.valuemanagers with parameters of type ValueInterpolater.BoundaryType
ValueInterpolater(ValueInterpolater.BoundaryType boundaryType, float minValue, float maxValue, float startValue, float speed)