|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.jpeg.icc.lut.LookUpTable
ucar.jpeg.icc.lut.LookUpTable8
public abstract class 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 ucar.jpeg.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 |
String |
toString()
Create an abbreviated string representation of a 16 bit lut. |
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 String toString()
toString
in class Object
public 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 |