|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.jpeg.icc.types.XYZNumber
public class 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 |
String |
toString()
String representation of class instance. |
void |
write(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(RandomAccessFile raf) throws IOException
IOException
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |