public static class NIVision.TIFFFileOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.TIFFCompressionType |
compressionType |
NIVision.PhotometricMode |
photoInterp |
int |
rowsPerStrip |
backing| Modifier | Constructor and Description |
|---|---|
|
TIFFFileOptions() |
protected |
TIFFFileOptions(java.nio.ByteBuffer backing,
int offset) |
|
TIFFFileOptions(int rowsPerStrip,
NIVision.PhotometricMode photoInterp,
NIVision.TIFFCompressionType compressionType) |
protected |
TIFFFileOptions(long nativeObj,
boolean owned) |
| Modifier and Type | Method and Description |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic int rowsPerStrip
public NIVision.PhotometricMode photoInterp
public NIVision.TIFFCompressionType compressionType
public TIFFFileOptions()
public TIFFFileOptions(int rowsPerStrip,
NIVision.PhotometricMode photoInterp,
NIVision.TIFFCompressionType compressionType)
protected TIFFFileOptions(java.nio.ByteBuffer backing,
int offset)
protected TIFFFileOptions(long nativeObj,
boolean owned)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct