Uses of Interface
conversion.Scaler

Packages that use Scaler
conversion The conversion package provides some utility classes for converting objects from one class to another. 
 

Uses of Scaler in conversion
 

Classes in conversion that implement Scaler
 class LinearScaler
          A LinearScaler is a scaler that uses a linear conversion formula.
 class MutableLinearScaler
          DOCME.
 

Methods in conversion that return Scaler
 Scaler LinearScaler.getReverseScaler()
          ls.getReverseScaler() returns a scaler that performs scaling that is inverse to ls' scaling.
 Scaler Scaler.getReverseScaler()
          sc.getReverseScaler() returns a scaler that performs scaling that is inverse to sc's scaling.