|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jj2000.j2k.codestream.CoordInfo | +--jj2000.j2k.codestream.CBlkCoordInfo
This class is used to store the coordinates of code-blocks.
Field Summary | |
Coord |
idx
The code-block horizontal and vertical indexes |
Fields inherited from class jj2000.j2k.codestream.CoordInfo |
h, ulx, uly, w |
Constructor Summary | |
CBlkCoordInfo()
Constructor. |
|
CBlkCoordInfo(int m,
int n)
Constructor. |
Method Summary | |
java.lang.String |
toString()
Returns code-block's information in a String |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public Coord idx
Constructor Detail |
public CBlkCoordInfo()
public CBlkCoordInfo(int m, int n)
m
- Code-block vertical index.n
- Code-block horizontal index.Method Detail |
public java.lang.String toString()
toString
in class CoordInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |