public class HeaderInfo.SIZ extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
int |
csiz |
int |
lsiz |
int |
rsiz |
int[] |
ssiz |
int |
x0siz |
int[] |
xrsiz |
int |
xsiz |
int |
xt0siz |
int |
xtsiz |
int |
y0siz |
int[] |
yrsiz |
int |
ysiz |
int |
yt0siz |
int |
ytsiz |
Constructor and Description |
---|
HeaderInfo.SIZ() |
Modifier and Type | Method and Description |
---|---|
int |
getCompImgHeight(int c) |
int |
getCompImgWidth(int c)
Width of the specified tile-component
|
HeaderInfo.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
|
public int lsiz
public int rsiz
public int xsiz
public int ysiz
public int x0siz
public int y0siz
public int xtsiz
public int ytsiz
public int xt0siz
public int yt0siz
public int csiz
public int[] ssiz
public int[] xrsiz
public int[] yrsiz
public int getCompImgWidth(int c)
t
- Tile indexc
- Component indexpublic int getMaxCompWidth()
public int getCompImgHeight(int c)
public int getMaxCompHeight()
public int getNumTiles()
public boolean isOrigSigned(int c)
public int getOrigBitDepth(int c)
public HeaderInfo.SIZ getCopy()
Copyright © 2014 Open Microscopy Environment