|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--icc.lut.LookUpTable
|
+--icc.lut.LookUpTable8
Toplevel class for a byte [] lut.
| Field Summary | |
protected byte |
dwMaxOutput
Maximum output value of the LUT |
protected byte[] |
lut
The lut values. |
| Fields inherited from class icc.lut.LookUpTable |
curve, dwNumInput, eol |
| Constructor Summary | |
protected |
LookUpTable8(ICCCurveType curve,
int dwNumInput,
byte dwMaxOutput)
Create the string representation of a 16 bit lut. |
protected |
LookUpTable8(int dwNumInput,
byte dwMaxOutput)
|
| Method Summary | |
byte |
elementAt(int index)
lut accessor |
java.lang.String |
toString()
Create an abbreviated string representation of a 16 bit lut. |
java.lang.String |
toStringWholeLut()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected final byte dwMaxOutput
protected final byte[] lut
| Constructor Detail |
protected LookUpTable8(int dwNumInput,
byte dwMaxOutput)
protected LookUpTable8(ICCCurveType curve,
int dwNumInput,
byte dwMaxOutput)
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toStringWholeLut()
public final byte elementAt(int index)
index - of the element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||