Package PamView.sliders
Class PamSliderLogScale
java.lang.Object
PamView.sliders.PamSliderScale
PamView.sliders.PamSliderLogScale
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getValue
(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:PamSliderScale
Interpret the old value and turn it into a new value.- Specified by:
getValue
in classPamSliderScale
- Parameters:
oldValue
- old value from sliderminValue
- min value from slidermaxValue
- max value from slider- Returns:
- interpreted value.
-