icc.lut
Class LookUpTable

java.lang.Object
  |
  +--icc.lut.LookUpTable
Direct Known Subclasses:
LookUpTable16, LookUpTable32, LookUpTable8, LookUpTableFP

public abstract class LookUpTable
extends java.lang.Object

Toplevel class for a lut. All lookup tables must extend this class.


Field Summary
protected  ICCCurveType curve
          The curve data
protected  int dwNumInput
          Number of values in created lut
protected static java.lang.String eol
          End of line string.
 
Constructor Summary
protected LookUpTable(ICCCurveType curve, int dwNumInput)
          For subclass usage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eol

protected static final java.lang.String eol
End of line string.


curve

protected ICCCurveType curve
The curve data


dwNumInput

protected int dwNumInput
Number of values in created lut

Constructor Detail

LookUpTable

protected LookUpTable(ICCCurveType curve,
                      int dwNumInput)
For subclass usage.

Parameters:
curve - The curve data
dwNumInput - Number of values in created lut