|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jj2000.j2k.entropy.Progression
This class holds one of the different progression orders defined in the bit stream. The type(s) of progression order are defined in the ProgressionType interface. A Progression object is totally defined by its component start and end, resolution level start and end and layer start and end indexes. If no progression order change is defined, there is only Progression instance.
ProgressionType
Field Summary | |
int |
ce
Component index for the end of a progression. |
int |
cs
Component index for the start of a progression |
int |
lye
The index of the last layer. |
int |
re
Resolution index for the end of a progression. |
int |
rs
Resolution index for the start of a progression |
int |
type
Progression type as defined in ProgressionType interface |
Fields inherited from interface jj2000.j2k.codestream.ProgressionType |
COMP_POS_RES_LY_PROG, LY_RES_COMP_POS_PROG, POS_COMP_RES_LY_PROG, RES_LY_COMP_POS_PROG, RES_POS_COMP_LY_PROG |
Constructor Summary | |
Progression(int type,
int cs,
int ce,
int rs,
int re,
int lye)
Constructor. |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int type
public int cs
public int ce
public int rs
public int re
public int lye
Constructor Detail |
public Progression(int type, int cs, int ce, int rs, int re, int lye)
type
- The progression typecs
- The component index startce
- The component index endrs
- The resolution level index startre
- The resolution level index endlye
- The layer index endMethod Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |