jj2000.j2k.codestream
Class HeaderInfo.RGN

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

public class HeaderInfo.RGN
extends java.lang.Object

Internal class holding information found in the RGN marker segments


Field Summary
 int crgn
           
 int lrgn
           
 int sprgn
           
 int srgn
           
 
Constructor Summary
HeaderInfo.RGN()
           
 
Method Summary
 java.lang.String toString()
          Display information found in this RGN marker segment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lrgn

public int lrgn

crgn

public int crgn

srgn

public int srgn

sprgn

public int sprgn
Constructor Detail

HeaderInfo.RGN

public HeaderInfo.RGN()
Method Detail

toString

public java.lang.String toString()
Display information found in this RGN marker segment

Overrides:
toString in class java.lang.Object