icc.tags
Class ICCXYZTypeReverse

java.lang.Object
  |
  +--icc.tags.ICCTag
        |
        +--icc.tags.ICCXYZType
              |
              +--icc.tags.ICCXYZTypeReverse

public class ICCXYZTypeReverse
extends ICCXYZType

A tag containing a triplet.

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
 
Fields inherited from class icc.tags.ICCTag
count, data, offset, signature, type
 
Constructor Summary
protected ICCXYZTypeReverse(int signature, byte[] data, int offset, int length)
          Construct this tag from its constituant parts
 
Method Summary
 java.lang.String toString()
          Return the string rep of this tag.
 
Methods inherited from class icc.tags.ICCXYZType
DoubleToXYZ, write, XYZToDouble
 
Methods inherited from class icc.tags.ICCTag
createInstance, signatureString, typeString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public final long x
x component


y

public final long y
y component


z

public final long z
z component

Constructor Detail

ICCXYZTypeReverse

protected ICCXYZTypeReverse(int signature,
                            byte[] data,
                            int offset,
                            int length)
Construct this tag from its constituant parts

Parameters:
signature - tag id
data - array of bytes
offset - to data in the data array
length - of data in the data array
Method Detail

toString

public java.lang.String toString()
Return the string rep of this tag.

Overrides:
toString in class ICCXYZType