Package jj2000.j2k.codestream
Class HeaderInfo.SIZ
- java.lang.Object
-
- jj2000.j2k.codestream.HeaderInfo.SIZ
-
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- HeaderInfo
public class HeaderInfo.SIZ extends Object implements Cloneable
Internal class holding information found in the SIZ marker segment
-
-
Constructor Summary
Constructors Constructor Description SIZ()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCompImgHeight(int c)
int
getCompImgWidth(int c)
Width of the specified tile-componentHeaderInfo.SIZ
getCopy()
int
getMaxCompHeight()
int
getMaxCompWidth()
int
getNumTiles()
int
getOrigBitDepth(int c)
boolean
isOrigSigned(int c)
String
toString()
Display information found in SIZ marker segment
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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
public HeaderInfo.SIZ getCopy()
-
-