public abstract class GJAbstractDataTransform extends java.lang.Object implements GJDataTransformInterface
Modifier and Type | Field and Description |
---|---|
protected java.text.NumberFormat |
nf |
Constructor and Description |
---|
GJAbstractDataTransform() |
Modifier and Type | Method and Description |
---|---|
double[] |
getInverse(double[] arr)
Returns the inverse transformed data for a double[]
|
java.text.NumberFormat |
getNumberFormatter() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAxisTickPositions, getData, getData, getInverse, getMinorGridPositions, getName, getTickLabel
public double[] getInverse(double[] arr)
getInverse
in interface GJDataTransformInterface
arr
- public java.text.NumberFormat getNumberFormatter()