|
||||||||||
| 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.LookUpTable32Interp
public class LookUpTable32Interp
An interpolated 32 bit lut
| Field Summary | |
|---|---|
protected int |
dwMaxOutput
Maximum output value of the LUT |
int[] |
lut
the lut values. |
| Fields inherited from class ucar.jpeg.icc.lut.LookUpTable |
|---|
curve, dwNumInput, eol |
| Constructor Summary | |
|---|---|
LookUpTable32Interp(ICCCurveType curve,
int dwNumInput,
int dwMaxOutput)
Construct the lut from the curve data |
|
| Method Summary | |
|---|---|
static ucar.jpeg.icc.lut.LookUpTable32 |
createInstance(ICCCurveType curve,
int dwNumInput,
int dwMaxOutput)
Factory method for getting a 32 bit lut from a given curve. |
int |
elementAt(int index)
lut accessor |
String |
toString()
Create an abbreviated string representation of a 16 bit lut. |
String |
toStringWholeLut()
Create the string representation of a 32 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
public final int[] lut
| Constructor Detail |
|---|
public LookUpTable32Interp(ICCCurveType curve,
int dwNumInput,
int dwMaxOutput)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String toStringWholeLut()
public static ucar.jpeg.icc.lut.LookUpTable32 createInstance(ICCCurveType curve,
int dwNumInput,
int dwMaxOutput)
curve - the datadwNumInput - the size of the lutdwMaxOutput - max output value of the lut
public final int elementAt(int index)
index - of the element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||