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