|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.util.Scaler
skyview.util.LogScaler
public class LogScaler
Scale an object linearly.
| Constructor Summary | |
|---|---|
LogScaler()
Provide default scaler that positive values will scale the array logarithmically between 0-255. |
|
LogScaler(double minVal,
double maxVal,
int minOutput,
int maxOutput,
boolean scaleNegative)
Provide a scaler with a specified scaling range to a specified range of bytes. |
|
| Method Summary | |
|---|---|
protected void |
prepareScaling(double[] c)
Prepare to scale the data |
protected byte |
scale(double val)
Scale an value. |
| Methods inherited from class skyview.util.Scaler |
|---|
getMaxOutput, getMaxVal, getMinOutput, getMinVal, getUseDefault, scaleArray, setMaxVal, setMinMax, setMinVal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogScaler()
public LogScaler(double minVal,
double maxVal,
int minOutput,
int maxOutput,
boolean scaleNegative)
| Method Detail |
|---|
protected void prepareScaling(double[] c)
prepareScaling in class Scalerc - Array to be scaled.protected byte scale(double val)
scale in class Scalerval - The value to be scaled.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||