public class ICCXYZTypeReverse extends ICCXYZType
jj2000.j2k.icc.tags.ICCXYZType,
jj2000.j2k.icc.types.XYZNumber| Modifier and Type | Field and Description |
|---|---|
long |
x
x component
|
long |
y
y component
|
long |
z
z component
|
| Modifier | Constructor and Description |
|---|---|
protected |
ICCXYZTypeReverse(int signature,
byte[] data,
int offset,
int length)
Construct this tag from its constituant parts
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Return the string rep of this tag.
|
DoubleToXYZ, write, XYZToDoublecreateInstance, signatureString, typeStringpublic final long x
public final long y
public final long z
protected ICCXYZTypeReverse(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 arraypublic String toString()
toString in class ICCXYZTypeCopyright © 2015. All rights reserved.