|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--icc.lut.LookUpTable
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 |
protected static final java.lang.String eol
protected ICCCurveType curve
protected int dwNumInput
Constructor Detail |
protected LookUpTable(ICCCurveType curve, int dwNumInput)
curve
- The curve datadwNumInput
- Number of values in created lut
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |