|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--icc.types.XYZNumber
A convientient representation for the contents of the ICCXYZTypeTag class.
jj2000.j2k.icc.tags.ICCXYZType
Field Summary | |
int |
dwX
x value |
int |
dwY
y value |
int |
dwZ
z value |
static int |
size
|
Constructor Summary | |
XYZNumber(int x,
int y,
int z)
Construct from constituent parts. |
Method Summary | |
static int |
DoubleToXYZ(double x)
Normalization utility |
java.lang.String |
toString()
String representation of class instance. |
void |
write(java.io.RandomAccessFile raf)
Write to a file |
static double |
XYZToDouble(int x)
Normalization utility |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int size
public int dwX
public int dwY
public int dwZ
Constructor Detail |
public XYZNumber(int x, int y, int z)
Method Detail |
public static int DoubleToXYZ(double x)
public static double XYZToDouble(int x)
public void write(java.io.RandomAccessFile raf) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |