ucar.jpeg.icc.tags
Class ICCXYZTypeReverse
java.lang.Object
ucar.jpeg.icc.tags.ICCTag
ucar.jpeg.icc.tags.ICCXYZType
ucar.jpeg.icc.tags.ICCXYZTypeReverse
public class ICCXYZTypeReverse
- extends ICCXYZType
A tag containing a triplet.
- Version:
- 1.0
- Author:
- Bruce A. Kern
- See Also:
jj2000.j2k.icc.tags.ICCXYZType
,
jj2000.j2k.icc.types.XYZNumber
Field Summary |
long |
x
x component |
long |
y
y component |
long |
z
z component |
Constructor Summary |
protected |
ICCXYZTypeReverse(int signature,
byte[] data,
int offset,
int length)
Construct this tag from its constituant parts |
x
public final long x
- x component
y
public final long y
- y component
z
public final long z
- z component
ICCXYZTypeReverse
protected ICCXYZTypeReverse(int signature,
byte[] data,
int offset,
int length)
- Construct this tag from its constituant parts
- Parameters:
signature
- tag iddata
- array of bytesoffset
- to data in the data arraylength
- of data in the data array
toString
public String toString()
- Return the string rep of this tag.
- Overrides:
toString
in class ICCXYZType
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.