icc.lut
Class LookUpTableFPInterp

java.lang.Object
  |
  +--icc.lut.LookUpTable
        |
        +--icc.lut.LookUpTableFP
              |
              +--icc.lut.LookUpTableFPInterp

public class LookUpTableFPInterp
extends LookUpTableFP

An interpolated floating point lut


Field Summary
 
Fields inherited from class icc.lut.LookUpTableFP
lut
 
Fields inherited from class icc.lut.LookUpTable
curve, dwNumInput, eol
 
Constructor Summary
LookUpTableFPInterp(ICCCurveType curve, int dwNumInput)
          Construct the lut from the curve data
 
Method Summary
 java.lang.String toString()
          Create an abbreviated string representation of a 16 bit lut.
 
Methods inherited from class icc.lut.LookUpTableFP
createInstance, elementAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LookUpTableFPInterp

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

Method Detail

toString

public java.lang.String toString()
Create an abbreviated string representation of a 16 bit lut.

Overrides:
toString in class java.lang.Object
Returns:
the lut as a String