All Packages  This Package  Class Hierarchy  Class Search  Index

Class kh.util.LogScaledValue
java.lang.Object
   |
   +----java.util.Observable
           |
           +----kh.util.ObservableNamedValue
                   |
                   +----kh.util.DependantValue
                           |
                           +----kh.util.LogScaledValue

  Summary

public class  LogScaledValue
     extends kh.util.DependantValue
{
          // Constructors 1
     public LogScaledValue(ObservableNamedValue, Object, int, int, double, double);

          // Methods 1
     public double getValue() throws Exception;
}

This class takes another NamedValue and applies a log scaling of that value




  Constructors

· LogScaledValue

Summary  |  Top

   public LogScaledValue(ObservableNamedValue source, 
                         Object name, 
                         int minIn, 
                         int maxIn, 
                         double minOut, 
                         double maxOut) 


  Methods

· getValue

Summary  |  Top
   public double getValue()  throws Exception

Update the value to reflect current reality and return the new value.

Overrides:
getValue in class DependantValue
Implements:
getValue in interface NamedValue


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7