|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface extends the ImgData interface with methods that are necessary for forward wavelet data (i.e. data that is produced by a forward wavelet transform).
Method Summary | |
SubbandAn |
getAnSubbandTree(int t,
int c)
Returns a reference to the root of subband tree structure representing the subband decomposition for the specified tile-component. |
int |
getCbULX()
Returns the horizontal offset of the code-block partition. |
int |
getCbULY()
Returns the vertical offset of the code-block partition. |
boolean |
isReversible(int t,
int c)
Returns the reversibility of the given tile-component. |
Methods inherited from interface jj2000.j2k.image.ImgData |
getCompImgHeight, getCompImgWidth, getCompSubsX, getCompSubsY, getCompULX, getCompULY, getImgHeight, getImgULX, getImgULY, getImgWidth, getNomRangeBits, getNomTileHeight, getNomTileWidth, getNumComps, getNumTiles, getNumTiles, getTile, getTileCompHeight, getTileCompWidth, getTileHeight, getTileIdx, getTilePartULX, getTilePartULY, getTileWidth, nextTile, setTile |
Method Detail |
public boolean isReversible(int t, int c)
t
- Tile indexc
- Component index
public SubbandAn getAnSubbandTree(int t, int c)
t
- The index of the tile.c
- The index of the component.
SubbandAn
,
Subband
public int getCbULX()
public int getCbULY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |