public class HeaderInfo.SIZ extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
private int[] |
compHeight
Component heights
|
private int[] |
compWidth
Component widths
|
int |
csiz |
int |
lsiz |
private int |
maxCompHeight
Maximum height among all components
|
private int |
maxCompWidth
Maximum width among all components
|
private int |
numTiles |
private int[] |
origBitDepth |
private boolean[] |
origSigned |
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
private int[] compWidth
private int maxCompWidth
private int[] compHeight
private int maxCompHeight
private int numTiles
private boolean[] origSigned
private int[] origBitDepth
public int getCompImgWidth(int c)
c
- 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 © 2016 Open Microscopy Environment