jj2000.j2k.codestream
Class HeaderInfo.CRG

java.lang.Object
  |
  +--jj2000.j2k.codestream.HeaderInfo.CRG
Enclosing class:
HeaderInfo

public class HeaderInfo.CRG
extends java.lang.Object

Internal class holding information found in the CRG marker segment


Field Summary
 int lcrg
           
 int[] xcrg
           
 int[] ycrg
           
 
Constructor Summary
HeaderInfo.CRG()
           
 
Method Summary
 java.lang.String toString()
          Display information found in the CRG marker segment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lcrg

public int lcrg

xcrg

public int[] xcrg

ycrg

public int[] ycrg
Constructor Detail

HeaderInfo.CRG

public HeaderInfo.CRG()
Method Detail

toString

public java.lang.String toString()
Display information found in the CRG marker segment

Overrides:
toString in class java.lang.Object