Package PamView.sliders
Class PamSliderLogScale
java.lang.Object
PamView.sliders.PamSliderScale
PamView.sliders.PamSliderLogScale
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondoublegetValue(int oldValue, int minValue, int maxValue) Interpret the old value and turn it into a new value. 
- 
Constructor Details
- 
PamSliderLogScale
public PamSliderLogScale() 
 - 
 - 
Method Details
- 
getValue
public double getValue(int oldValue, int minValue, int maxValue) Description copied from class:PamSliderScaleInterpret the old value and turn it into a new value.- Specified by:
 getValuein classPamSliderScale- Parameters:
 oldValue- old value from sliderminValue- min value from slidermaxValue- max value from slider- Returns:
 - interpreted value.
 
 
 -