|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--icc.lut.LookUpTable
|
+--icc.lut.LookUpTableFP
Toplevel class for a float [] lut.
| Field Summary | |
float[] |
lut
The lut values. |
| Fields inherited from class icc.lut.LookUpTable |
curve, dwNumInput, eol |
| Constructor Summary | |
protected |
LookUpTableFP(ICCCurveType curve,
int dwNumInput)
Construct an empty lut |
| Method Summary | |
static LookUpTableFP |
createInstance(ICCCurveType curve,
int dwNumInput)
Factory method for getting a lut from a given curve. |
float |
elementAt(int index)
lut accessor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final float[] lut
| Constructor Detail |
protected LookUpTableFP(ICCCurveType curve,
int dwNumInput)
dwNumInput - the size of the lut t lut.| Method Detail |
public static LookUpTableFP createInstance(ICCCurveType curve,
int dwNumInput)
curve - the datadwNumInput - the size of the lut
public final float elementAt(int index)
index - of the element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||