Skip navigation links
A C D F G H I N O P R S T V W X Y 

A

appendBitmap(File, Bitmap) - Static method in class org.beyka.tiffbitmapfactory.TiffSaver
Append bitmap to the end of existing file or create new file with default options.
appendBitmap(File, Bitmap, TiffSaver.SaveOptions) - Static method in class org.beyka.tiffbitmapfactory.TiffSaver
append bitmap to the end of existing file or create new file.
appendBitmap(String, int, Bitmap) - Static method in class org.beyka.tiffbitmapfactory.TiffSaver
append bitmap to the end of existing file or create new file with default options.
appendBitmap(String, Bitmap, TiffSaver.SaveOptions) - Static method in class org.beyka.tiffbitmapfactory.TiffSaver
append bitmap to the end of existing file or create new file.
appendBitmap(int, Bitmap) - Static method in class org.beyka.tiffbitmapfactory.TiffSaver
Save bitmap to file with default options.
appendBitmap(int, Bitmap, TiffSaver.SaveOptions) - Static method in class org.beyka.tiffbitmapfactory.TiffSaver
Save bitmap to file with default options.
appendTiff - Variable in class org.beyka.tiffbitmapfactory.TiffConverter.ConverterOptions
For converting from ANY to TIFF cases If this value set to true while converting any to tiff - new tiff directory will be created and added to existed tiff file.
author - Variable in class org.beyka.tiffbitmapfactory.TiffSaver.SaveOptions
Author for writing to file.
availableMemory - Variable in class org.beyka.tiffbitmapfactory.TiffConverter.ConverterOptions
Number of bytes that may be allocated during the file operations.

C

CantOpenFileException - Exception in org.beyka.tiffbitmapfactory.exceptions
Created by alexeyba on 09.11.15.
CantOpenFileException(String) - Constructor for exception org.beyka.tiffbitmapfactory.exceptions.CantOpenFileException
 
CantOpenFileException(int) - Constructor for exception org.beyka.tiffbitmapfactory.exceptions.CantOpenFileException
 
CompressionScheme - Enum in org.beyka.tiffbitmapfactory
Created by beyka on 5.1.17.
compressionScheme - Variable in class org.beyka.tiffbitmapfactory.TiffConverter.ConverterOptions
For converting from ANY to TIFF cases Compression scheme used on the image data.
compressionScheme - Variable in class org.beyka.tiffbitmapfactory.TiffSaver.SaveOptions
Compression scheme used on the image data.
convertBmpTiff(String, String, TiffConverter.ConverterOptions, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffConverter
Deprecated.
Since Android Q is released. You can use this method with scoped storage. Otherwise use TiffConverter.convertBmpTiffFd(int, int, ConverterOptions, IProgressListener).

Convert bmp to tiff file. Uses direct data read method, that decrease memory usage.
convertBmpTiffFd(int, int, TiffConverter.ConverterOptions, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffConverter
Convert bmp to tiff file.
ConverterOptions() - Constructor for class org.beyka.tiffbitmapfactory.TiffConverter.ConverterOptions
 
convertJpgTiff(String, String, TiffConverter.ConverterOptions, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffConverter
Deprecated.
Since Android Q is released. You can use this method with scoped storage. Otherwise use TiffConverter.convertJpgTiffFd(int, int, ConverterOptions, IProgressListener).

Convert jpeg to tiff file. Uses direct data read method, that decrease memory usage.
convertJpgTiffFd(int, int, TiffConverter.ConverterOptions, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffConverter
Convert jpeg to tiff file.
convertPngTiff(String, String, TiffConverter.ConverterOptions, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffConverter
Deprecated.
Since Android Q is released. You can use this method with scoped storage. Otherwise use TiffConverter.convertPngTiffFd(int, int, ConverterOptions, IProgressListener).

Convert png to tiff file. Uses direct data read method, that decrease memory usage.
convertPngTiffFd(int, int, TiffConverter.ConverterOptions, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffConverter
Convert png to tiff file.
convertTiffBmp(String, String, TiffConverter.ConverterOptions, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffConverter
Deprecated.
Since Android Q is released. You can use this method with scoped storage. Otherwise use TiffConverter.convertTiffBmpFd(int, int, ConverterOptions, IProgressListener).

Convert tiff to bmp file. Uses direct data read method, that decrease memory usage
convertTiffBmpFd(int, int, TiffConverter.ConverterOptions, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffConverter
Convert tiff to bmp file.
convertTiffJpg(String, String, TiffConverter.ConverterOptions, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffConverter
Deprecated.
Since Android Q is released. You can use this method with scoped storage. Otherwise use TiffConverter.convertTiffJpgFd(int, int, ConverterOptions, IProgressListener).

Convert tiff to jpeg file. Uses direct data read method, that decrease memory usage
convertTiffJpgFd(int, int, TiffConverter.ConverterOptions, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffConverter
Convert tiff to jpg file.
convertTiffPng(String, String, TiffConverter.ConverterOptions, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffConverter
Deprecated.
Since Android Q is released. You can use this method with scoped storage. Otherwise use TiffConverter.convertTiffPngFd(int, int, ConverterOptions, IProgressListener).

Convert tiff to png file. Uses direct data read method, that decrease memory usage
convertTiffPngFd(int, int, TiffConverter.ConverterOptions, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffConverter
Convert tiff to png file.
convertToTiff(File, File, TiffConverter.ConverterOptions, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffConverter
Deprecated.
Since Android Q is released. You can use this method with scoped storage. Otherwise use TiffConverter.convertToTiff(int, int, ConverterOptions, IProgressListener).

Convert any of supported formats from ImageFormat to tiff
convertToTiff(String, String, TiffConverter.ConverterOptions, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffConverter
Deprecated.
Since Android Q is released. You can use this method with scoped storage. Otherwise use TiffConverter.convertToTiff(int, int, ConverterOptions, IProgressListener).

Convert any of supported formats from ImageFormat to tiff
convertToTiff(int, int, TiffConverter.ConverterOptions, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffConverter
Convert any of supported formats from ImageFormat to tiff This method don't close file descriptor
copyright - Variable in class org.beyka.tiffbitmapfactory.TiffSaver.SaveOptions
Copyright for writing to file This parameter is link to TIFFTAG_COPYRIGHT tag

D

DecodeArea - Class in org.beyka.tiffbitmapfactory
Holder for points of decode area
DecodeArea() - Constructor for class org.beyka.tiffbitmapfactory.DecodeArea
 
DecodeArea(int, int, int, int) - Constructor for class org.beyka.tiffbitmapfactory.DecodeArea
 
decodeFile(File) - Static method in class org.beyka.tiffbitmapfactory.TiffBitmapFactory
Deprecated.
Since Android Q is released. You can use this method with scoped storage. Otherwise use TiffBitmapFactory.decodeFileDescriptor(int).

Decode file to bitmap with default options. If the specified file name is null, or cannot be decoded into a bitmap, the function returns null.
decodeFile(File, TiffBitmapFactory.Options) - Static method in class org.beyka.tiffbitmapfactory.TiffBitmapFactory
Deprecated.
Since Android Q is released. You can use this method with scoped storage. Otherwise use TiffBitmapFactory.decodeFileDescriptor(int, Options).

Decode file to bitmap with specified options. If the specified file name is null, or cannot be decoded into a bitmap, the function returns null.
decodeFile(File, TiffBitmapFactory.Options, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffBitmapFactory
Deprecated.
Since Android Q is released. You can use this method with scoped storage. Otherwise use TiffBitmapFactory.decodeFileDescriptor(int, Options, IProgressListener).

Decode file to bitmap with specified options. If the specified file name is null, or cannot be decoded into a bitmap, the function returns null.
decodeFileDescriptor(int) - Static method in class org.beyka.tiffbitmapfactory.TiffBitmapFactory
Decode file descriptor to bitmap with specified options.
decodeFileDescriptor(int, TiffBitmapFactory.Options) - Static method in class org.beyka.tiffbitmapfactory.TiffBitmapFactory
Decode file descriptor to bitmap with specified options.
decodeFileDescriptor(int, TiffBitmapFactory.Options, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffBitmapFactory
Decode file descriptor to bitmap with specified options.
decodePath(String) - Static method in class org.beyka.tiffbitmapfactory.TiffBitmapFactory
Deprecated.
Since Android Q is released. You can use this method with scoped storage. Otherwise use TiffBitmapFactory.decodeFileDescriptor(int).

Decode path to bitmap with default options. If the specified file name is null, or cannot be decoded into a bitmap, the function returns null.
decodePath(String, TiffBitmapFactory.Options) - Static method in class org.beyka.tiffbitmapfactory.TiffBitmapFactory
Deprecated.
Since Android Q is released. You can use this method with scoped storage. Otherwise use TiffBitmapFactory.decodeFileDescriptor(int, Options).

Decode path to bitmap with specified options. If the specified file name is null, or cannot be decoded into a bitmap, the function returns null.
decodePath(String, TiffBitmapFactory.Options, IProgressListener) - Static method in class org.beyka.tiffbitmapfactory.TiffBitmapFactory
Deprecated.
Since Android Q is released. You can use this method with scoped storage. Otherwise use TiffBitmapFactory.decodeFileDescriptor(int, Options, IProgressListener).

Decode path to bitmap with specified options. If the specified file name is null, or cannot be decoded into a bitmap, the function returns null.
DecodeTiffException - Exception in org.beyka.tiffbitmapfactory.exceptions
Created by alexeyba on 09.11.15.
DecodeTiffException(String) - Constructor for exception org.beyka.tiffbitmapfactory.exceptions.DecodeTiffException
 
DecodeTiffException(int) - Constructor for exception org.beyka.tiffbitmapfactory.exceptions.DecodeTiffException
 
DecodeTiffException(String, String) - Constructor for exception org.beyka.tiffbitmapfactory.exceptions.DecodeTiffException
 
DecodeTiffException(int, String) - Constructor for exception org.beyka.tiffbitmapfactory.exceptions.DecodeTiffException
 

F

FillOrder - Enum in org.beyka.tiffbitmapfactory
Created by beyka on 4/16/17.

G

getAditionalInfo() - Method in exception org.beyka.tiffbitmapfactory.exceptions.DecodeTiffException
 
getAvailableMemory() - Method in exception org.beyka.tiffbitmapfactory.exceptions.NotEnoughtMemoryException
 
getFileDescriptor() - Method in exception org.beyka.tiffbitmapfactory.exceptions.CantOpenFileException
 
getFileDescriptor() - Method in exception org.beyka.tiffbitmapfactory.exceptions.DecodeTiffException
 
getFileName() - Method in exception org.beyka.tiffbitmapfactory.exceptions.CantOpenFileException
 
getFileName() - Method in exception org.beyka.tiffbitmapfactory.exceptions.DecodeTiffException
 
getImageType(String) - Static method in class org.beyka.tiffbitmapfactory.TiffConverter
Deprecated.
Since Android Q is released. You can use this method with scoped storage. Otherwise use TiffConverter.getImageTypeFd(int).

Return type of file.
getImageTypeFd(int) - Static method in class org.beyka.tiffbitmapfactory.TiffConverter
Return type of file.
getNeedMemory() - Method in exception org.beyka.tiffbitmapfactory.exceptions.NotEnoughtMemoryException
 

H

height - Variable in class org.beyka.tiffbitmapfactory.DecodeArea
 

I

imageDescription - Variable in class org.beyka.tiffbitmapfactory.TiffConverter.ConverterOptions
For converting from ANY to TIFF cases A string that describes the subject of the image.
imageDescription - Variable in class org.beyka.tiffbitmapfactory.TiffSaver.SaveOptions
A string that describes the subject of the image.
ImageFormat - Enum in org.beyka.tiffbitmapfactory
Supported image formats
inAvailableMemory - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
Number of bytes that may be allocated during the Tiff file operations.
inAvailableMemory - Variable in class org.beyka.tiffbitmapfactory.TiffSaver.SaveOptions
Number of bytes that may be allocated during the Tiff file operations.
inDecodeArea - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
If this field is non-null - Decoder will decode and return only area specified in DecodeArea object For decoding not full bitmap, but only part of it - create new DecodeArea object and specify: x, y - left top corner of decoding area width - width of decoding area height - height of decoding area
inDirectoryNumber - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
Set directory to extract from image.
inJustDecodeBounds - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
If set to true, the decoder will return null (no bitmap), but the out... fields will still be set, allowing the caller to query the bitmap without having to allocate the memory for its pixels.
inPreferredConfig - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
If this is non-null, the decoder will try to decode into this internal configuration.
inSampleSize - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
If set to a value > 1, requests the decoder to subsample the original image, returning a smaller image to save memory.
inSwapRedBlueColors - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
If set to true, the decoder will swap red and blue colors.
inThrowException - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
If set to true, decoder will throw exceptions if some errors appeared while decoding.
inThrowException - Variable in class org.beyka.tiffbitmapfactory.TiffSaver.SaveOptions
If set to true, saver will throw exceptions if some errors appeared while writing tiff.
inTiffDecodeArea - Variable in class org.beyka.tiffbitmapfactory.TiffConverter.ConverterOptions
If this field is non-null - Converter will use only area specified in DecodeArea object to convert.
inUseOrientationTag - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
If set to true decoder will rotate and flip image according to TIFFTAG_ORIENTATION.
IProgressListener - Interface in org.beyka.tiffbitmapfactory
Created by beyka on 4/26/17.

N

NotEnoughtMemoryException - Exception in org.beyka.tiffbitmapfactory.exceptions
Created by alexeyba on 09.11.15.
NotEnoughtMemoryException(int, int) - Constructor for exception org.beyka.tiffbitmapfactory.exceptions.NotEnoughtMemoryException
 

O

Options() - Constructor for class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
Create a default Options object, which if left unchanged will give the same result from the decoder as if null were passed.
org.beyka.tiffbitmapfactory - package org.beyka.tiffbitmapfactory
 
org.beyka.tiffbitmapfactory.exceptions - package org.beyka.tiffbitmapfactory.exceptions
 
Orientation - Enum in org.beyka.tiffbitmapfactory
Created by beyka on 5.1.17.
orientation - Variable in class org.beyka.tiffbitmapfactory.TiffSaver.SaveOptions
Orientation that will used for saving image By default uses ORIENTATION_TOPLEFT This parameter is link to TIFFTAG_ORIENTATION tag
outAuthor - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
Author of file.
outBitsPerSample - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
Number of bits per component.
outCompressionScheme - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
This parameter returns compression scheme of decoded image For storing compression mode uses CompressionScheme enum This parameter is link to TIFFTAG_COMPRESSION tag
outCopyright - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
Copyright of file This parameter is link to TIFFTAG_COPYRIGHT tag
outCurDirectoryNumber - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
The number of current directory.
outDatetime - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
Date and time of image creation.
outDirectoryCount - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
The count of directory in image file.
outFillOrder - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
The logical order of bits within a byte.
outHeight - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
The resulting height of the bitmap.
outHostComputer - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
The computer and/or operating system in use at the time of image creation.
outImageDescription - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
A string that describes the subject of the image.
outImageOrientation - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
This parameter returns orientation of decoded image For storing orientation uses ImageOrientation enum If image wasn't decoded successful this parameter will be equal to Orientation.UNAVAILABLE This parameter is link to TIFFTAG_ORIENTATION tag
outNumberOfStrips - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
Number of strips in the image.
outPhotometric - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
The color space of the image data.
outPlanarConfig - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
How the components of each pixel are stored.
outResolutionUnit - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
The unit of measurement for XResolution and YResolution.
outRowPerStrip - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
The number of rows per strip.
outSamplePerPixel - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
The number of components per pixel.
outSoftware - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
Name and version number of the software package(s) used to create the image.
outStripSize - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
Size for a strip of data in bytes.
outTileHeight - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
The tile height in pixels.
outTileWidth - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
The tile width in pixels.
outWidth - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
The resulting width of the bitmap.
outXResolution - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
The number of pixels per TiffBitmapFactory.Options.outResolutionUnit in the ImageWidth direction.
outYResolution - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
The number of pixels per TiffBitmapFactory.Options.outResolutionUnit in the ImageHeight direction.

P

Photometric - Enum in org.beyka.tiffbitmapfactory
Created by beyka on 4/16/17.
PlanarConfig - Enum in org.beyka.tiffbitmapfactory
Created by beyka on 4/16/17.

R

readTiffDirectory - Variable in class org.beyka.tiffbitmapfactory.TiffConverter.ConverterOptions
For converting from TIFF to ANY cases Tiff directory that should be converted
reportProgress(long, long) - Method in interface org.beyka.tiffbitmapfactory.IProgressListener
 
ResolutionUnit - Enum in org.beyka.tiffbitmapfactory
Created by beyka on 13.3.17.
resUnit - Variable in class org.beyka.tiffbitmapfactory.TiffConverter.ConverterOptions
For converting from ANY to TIFF cases The unit of measurement for XResolution and YResolution.
resUnit - Variable in class org.beyka.tiffbitmapfactory.TiffSaver.SaveOptions
The unit of measurement for XResolution and YResolution.

S

saveBitmap(File, Bitmap) - Static method in class org.beyka.tiffbitmapfactory.TiffSaver
Save bitmap to file with default options.
saveBitmap(File, Bitmap, TiffSaver.SaveOptions) - Static method in class org.beyka.tiffbitmapfactory.TiffSaver
Save bitmap to file.
saveBitmap(String, Bitmap) - Static method in class org.beyka.tiffbitmapfactory.TiffSaver
Save bitmap to file with default options.
saveBitmap(String, Bitmap, TiffSaver.SaveOptions) - Static method in class org.beyka.tiffbitmapfactory.TiffSaver
Save bitmap to file.
saveBitmap(int, Bitmap) - Static method in class org.beyka.tiffbitmapfactory.TiffSaver
Save bitmap to file with default options.
saveBitmap(int, Bitmap, TiffSaver.SaveOptions) - Static method in class org.beyka.tiffbitmapfactory.TiffSaver
Save bitmap to file with default options.
SaveOptions() - Constructor for class org.beyka.tiffbitmapfactory.TiffSaver.SaveOptions
 
software - Variable in class org.beyka.tiffbitmapfactory.TiffConverter.ConverterOptions
For converting from ANY to TIFF cases Software that used for creating of image.
stop() - Method in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
Deprecated.
As of release 0.9.8.4, replaced by Thread.interrupt()
stop() - Method in class org.beyka.tiffbitmapfactory.TiffConverter.ConverterOptions
Deprecated.
As of release 0.9.8.4, replaced by Thread.interrupt()

T

throwExceptions - Variable in class org.beyka.tiffbitmapfactory.TiffConverter.ConverterOptions
If set to true, converter will throw exceptions if some errors appeared while converting.
TiffBitmapFactory - Class in org.beyka.tiffbitmapfactory
Created by alexeyba on 7/17/15.
TiffBitmapFactory() - Constructor for class org.beyka.tiffbitmapfactory.TiffBitmapFactory
 
TiffBitmapFactory.ImageConfig - Enum in org.beyka.tiffbitmapfactory
 
TiffBitmapFactory.Options - Class in org.beyka.tiffbitmapfactory
Options class to specify decoding parameterMs
TiffConverter - Class in org.beyka.tiffbitmapfactory
Created by beyka on 5/9/17.
TiffConverter() - Constructor for class org.beyka.tiffbitmapfactory.TiffConverter
 
TiffConverter.ConverterOptions - Class in org.beyka.tiffbitmapfactory
 
TiffSaver - Class in org.beyka.tiffbitmapfactory
Created by beyka on 18.2.16.
TiffSaver() - Constructor for class org.beyka.tiffbitmapfactory.TiffSaver
 
TiffSaver.SaveOptions - Class in org.beyka.tiffbitmapfactory
Options class to specify saving parameters

V

valueOf(String) - Static method in enum org.beyka.tiffbitmapfactory.CompressionScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.beyka.tiffbitmapfactory.FillOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.beyka.tiffbitmapfactory.ImageFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.beyka.tiffbitmapfactory.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.beyka.tiffbitmapfactory.Photometric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.beyka.tiffbitmapfactory.PlanarConfig
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.beyka.tiffbitmapfactory.ResolutionUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.beyka.tiffbitmapfactory.TiffBitmapFactory.ImageConfig
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.beyka.tiffbitmapfactory.CompressionScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.beyka.tiffbitmapfactory.FillOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.beyka.tiffbitmapfactory.ImageFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.beyka.tiffbitmapfactory.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.beyka.tiffbitmapfactory.Photometric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.beyka.tiffbitmapfactory.PlanarConfig
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.beyka.tiffbitmapfactory.ResolutionUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.beyka.tiffbitmapfactory.TiffBitmapFactory.ImageConfig
Returns an array containing the constants of this enum type, in the order they are declared.

W

width - Variable in class org.beyka.tiffbitmapfactory.DecodeArea
 

X

x - Variable in class org.beyka.tiffbitmapfactory.DecodeArea
 
xResolution - Variable in class org.beyka.tiffbitmapfactory.TiffConverter.ConverterOptions
For converting from ANY to TIFF cases The number of pixels per TiffConverter.ConverterOptions.resUnit in the ImageWidth direction.
xResolution - Variable in class org.beyka.tiffbitmapfactory.TiffSaver.SaveOptions
The number of pixels per TiffSaver.SaveOptions.resUnit in the ImageWidth direction.

Y

y - Variable in class org.beyka.tiffbitmapfactory.DecodeArea
 
yResolution - Variable in class org.beyka.tiffbitmapfactory.TiffConverter.ConverterOptions
For converting from ANY to TIFF cases The number of pixels per TiffConverter.ConverterOptions.resUnit in the ImageHeight direction.
yResolution - Variable in class org.beyka.tiffbitmapfactory.TiffSaver.SaveOptions
The number of pixels per TiffSaver.SaveOptions.resUnit in the ImageHeight direction.
A C D F G H I N O P R S T V W X Y 
Skip navigation links