icc.lut
Class LookUpTable16Interp

java.lang.Object
  |
  +--icc.lut.LookUpTable
        |
        +--icc.lut.LookUpTable16
              |
              +--icc.lut.LookUpTable16Interp

public class LookUpTable16Interp
extends LookUpTable16

An interpolated 16 bit lut


Field Summary
 
Fields inherited from class icc.lut.LookUpTable16
dwMaxOutput, lut
 
Fields inherited from class icc.lut.LookUpTable
curve, dwNumInput, eol
 
Constructor Summary
LookUpTable16Interp(ICCCurveType curve, int dwNumInput, int dwMaxOutput)
          Construct the lut from the curve data
 
Methods inherited from class icc.lut.LookUpTable16
createInstance, elementAt, toString, toStringWholeLut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LookUpTable16Interp

public LookUpTable16Interp(ICCCurveType curve,
                           int dwNumInput,
                           int dwMaxOutput)
Construct the lut from the curve data