endrov.utilityUnsorted.transferFunction
Class TransferFunction.GnuPlot9

java.lang.Object
  extended by endrov.utilityUnsorted.transferFunction.TransferFunction.GnuPlot9
All Implemented Interfaces:
TransferFunction
Enclosing interface:
TransferFunction

public static class TransferFunction.GnuPlot9
extends java.lang.Object
implements TransferFunction


Nested Class Summary
 
Nested classes/interfaces inherited from interface endrov.utilityUnsorted.transferFunction.TransferFunction
TransferFunction.GnuPlot10, TransferFunction.GnuPlot11, TransferFunction.GnuPlot12, TransferFunction.GnuPlot14, TransferFunction.GnuPlot15, TransferFunction.GnuPlot16, TransferFunction.GnuPlot17, TransferFunction.GnuPlot18, TransferFunction.GnuPlot19, TransferFunction.GnuPlot20, TransferFunction.GnuPlot4, TransferFunction.GnuPlot5, TransferFunction.GnuPlot6, TransferFunction.GnuPlot7, TransferFunction.GnuPlot8, TransferFunction.GnuPlot9, TransferFunction.LUT13
 
Constructor Summary
TransferFunction.GnuPlot9()
           
 
Method Summary
 double[] apply(double[] arr, double scale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransferFunction.GnuPlot9

public TransferFunction.GnuPlot9()
Method Detail

apply

public double[] apply(double[] arr,
                      double scale)
Specified by:
apply in interface TransferFunction