|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.jpeg.icc.tags.ICCTag
ucar.jpeg.icc.tags.ICCCurveTypeReverse
public class ICCCurveTypeReverse
The ICCCurveReverse tag
Field Summary | |
---|---|
int[] |
entry
Tag fields |
int |
nEntries
Tag fields |
int |
reserved
Tag fields |
int |
type
Tag fields |
Fields inherited from class ucar.jpeg.icc.tags.ICCTag |
---|
count, data, offset, signature |
Constructor Summary | |
---|---|
protected |
ICCCurveTypeReverse(int signature,
byte[] data,
int offset,
int length)
Construct this tag from its constituant parts |
Method Summary | |
---|---|
static double |
CurveGammaToDouble(int entry)
Normalization utility |
static double |
CurveToDouble(int entry)
Normalization utility |
static short |
DoubleToCurve(int entry)
Normalization utility |
int |
entry(int i)
Accessor for curve entry at index. |
String |
toString()
Return the string rep of this tag. |
Methods inherited from class ucar.jpeg.icc.tags.ICCTag |
---|
createInstance, signatureString, typeString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final int type
public final int reserved
public final int nEntries
public final int[] entry
Constructor Detail |
---|
protected ICCCurveTypeReverse(int signature, byte[] data, int offset, int length)
signature
- tag iddata
- array of bytesoffset
- to data in the data arraylength
- of data in the data arrayMethod Detail |
---|
public String toString()
toString
in class ICCTag
public static double CurveToDouble(int entry)
public static short DoubleToCurve(int entry)
public static double CurveGammaToDouble(int entry)
public final int entry(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |