public class XYZNumber extends Object
jj2000.j2k.icc.tags.ICCXYZType| Modifier and Type | Field and Description |
|---|---|
int |
dwX
x value
|
int |
dwY
y value
|
int |
dwZ
z value
|
static int |
size |
| Constructor and Description |
|---|
XYZNumber(int x,
int y,
int z)
Construct from constituent parts.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public static final int size
public int dwX
public int dwY
public int dwZ
public XYZNumber(int x,
int y,
int z)
public static int DoubleToXYZ(double x)
public static double XYZToDouble(int x)
public void write(RandomAccessFile raf) throws IOException
IOExceptionCopyright © 2015. All rights reserved.