|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.jpeg.icc.lut.LookUpTable
public abstract class 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 String |
eol
End of line string. |
Constructor Summary | |
---|---|
protected |
LookUpTable(ICCCurveType curve,
int dwNumInput)
For subclass usage. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final 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 |