Package jj2000.j2k.codestream
Class HeaderInfo.SIZ
java.lang.Object
jj2000.j2k.codestream.HeaderInfo.SIZ
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- HeaderInfo
Internal class holding information found in the SIZ marker segment
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCompImgHeight(int c) intgetCompImgWidth(int c) Width of the specified tile-componentgetCopy()intintintintgetOrigBitDepth(int c) booleanisOrigSigned(int c) toString()Display information found in SIZ marker segment
-
Field Details
-
lsiz
public int lsiz -
rsiz
public int rsiz -
xsiz
public int xsiz -
ysiz
public int ysiz -
x0siz
public int x0siz -
y0siz
public int y0siz -
xtsiz
public int xtsiz -
ytsiz
public int ytsiz -
xt0siz
public int xt0siz -
yt0siz
public int yt0siz -
csiz
public int csiz -
ssiz
public int[] ssiz -
xrsiz
public int[] xrsiz -
yrsiz
public int[] yrsiz
-
-
Constructor Details
-
SIZ
public SIZ()
-
-
Method Details
-
getCompImgWidth
public int getCompImgWidth(int c) Width of the specified tile-component- Parameters:
c- Component index
-
getMaxCompWidth
public int getMaxCompWidth() -
getCompImgHeight
public int getCompImgHeight(int c) -
getMaxCompHeight
public int getMaxCompHeight() -
getNumTiles
public int getNumTiles() -
isOrigSigned
public boolean isOrigSigned(int c) -
getOrigBitDepth
public int getOrigBitDepth(int c) -
getCopy
-
toString
Display information found in SIZ marker segment
-