Top Description Inners Fields Constructors Methods
javax.imageio.plugins.tiff

public final Class BaselineTIFFTagSet

extends TIFFTagSet
Class Inheritance
Imports
java.util.ArrayList, .List

A class representing the set of tags found in the baseline TIFF specification as well as some common additional tags.

The non-baseline tags included in this class are:

The non-baseline values of baseline tags included in this class are

Since
9
See Also
TIFF 6.0 Specification

Nested and Inner Type Summary

Modifier and TypeClass and Description
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class
pack-priv static class

Field Summary

Modifier and TypeField and Description
public static final int
COMPRESSION_CCITT_RLE

A value to be used with the "Compression" tag.

public static final int
COMPRESSION_CCITT_T_4

A value to be used with the "Compression" tag.

public static final int
COMPRESSION_CCITT_T_6

A value to be used with the "Compression" tag.

public static final int
COMPRESSION_DEFLATE

A value to be used with the "Compression" tag.

public static final int
COMPRESSION_JPEG

A value to be used with the "Compression" tag.

public static final int
COMPRESSION_LZW

A value to be used with the "Compression" tag.

public static final int
COMPRESSION_NONE

A value to be used with the "Compression" tag.

public static final int
COMPRESSION_OLD_JPEG

A value to be used with the "Compression" tag.

public static final int
COMPRESSION_PACKBITS

A value to be used with the "Compression" tag.

public static final int
COMPRESSION_ZLIB

A value to be used with the "Compression" tag.

public static final int
EXTRA_SAMPLES_ASSOCIATED_ALPHA

A value to be used with the "ExtraSamples" tag.

public static final int
EXTRA_SAMPLES_UNASSOCIATED_ALPHA

A value to be used with the "ExtraSamples" tag.

public static final int
EXTRA_SAMPLES_UNSPECIFIED

A value to be used with the "ExtraSamples" tag.

public static final int
FILL_ORDER_LEFT_TO_RIGHT

A value to be used with the "FillOrder" tag.

public static final int
FILL_ORDER_RIGHT_TO_LEFT

A value to be used with the "FillOrder" tag.

public static final int
GRAY_RESPONSE_UNIT_HUNDRED_THOUSANDTHS

A value to be used with the "GrayResponseUnit" tag.

public static final int
GRAY_RESPONSE_UNIT_HUNDREDTHS

A value to be used with the "GrayResponseUnit" tag.

public static final int
GRAY_RESPONSE_UNIT_TEN_THOUSANDTHS

A value to be used with the "GrayResponseUnit" tag.

public static final int
GRAY_RESPONSE_UNIT_TENTHS

A value to be used with the "GrayResponseUnit" tag.

public static final int
GRAY_RESPONSE_UNIT_THOUSANDTHS

A value to be used with the "GrayResponseUnit" tag.

public static final int
INK_SET_CMYK

A value to be used with the "InkSet" tag.

public static final int
INK_SET_NOT_CMYK

A value to be used with the "InkSet" tag.

public static final int
JPEG_PROC_BASELINE

A value to be used with the "JPEGProc" tag.

public static final int
JPEG_PROC_LOSSLESS

A value to be used with the "JPEGProc" tag.

public static final int
NEW_SUBFILE_TYPE_REDUCED_RESOLUTION

A mask to be used with the "NewSubfileType" tag.

public static final int
NEW_SUBFILE_TYPE_SINGLE_PAGE

A mask to be used with the "NewSubfileType" tag.

public static final int
NEW_SUBFILE_TYPE_TRANSPARENCY

A mask to be used with the "NewSubfileType" tag.

public static final int
ORIENTATION_ROW_0_BOTTOM_COLUMN_0_LEFT

A value to be used with the "Orientation" tag.

public static final int
ORIENTATION_ROW_0_BOTTOM_COLUMN_0_RIGHT

A value to be used with the "Orientation" tag.

public static final int
ORIENTATION_ROW_0_LEFT_COLUMN_0_BOTTOM

A value to be used with the "Orientation" tag.

public static final int
ORIENTATION_ROW_0_LEFT_COLUMN_0_TOP

A value to be used with the "Orientation" tag.

public static final int
ORIENTATION_ROW_0_RIGHT_COLUMN_0_BOTTOM

A value to be used with the "Orientation" tag.

public static final int
ORIENTATION_ROW_0_RIGHT_COLUMN_0_TOP

A value to be used with the "Orientation" tag.

public static final int
ORIENTATION_ROW_0_TOP_COLUMN_0_LEFT

A value to be used with the "Orientation" tag.

public static final int
ORIENTATION_ROW_0_TOP_COLUMN_0_RIGHT

A value to be used with the "Orientation" tag.

public static final int
PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO

A value to be used with the "PhotometricInterpretation" tag.

public static final int
PHOTOMETRIC_INTERPRETATION_CIELAB

A value to be used with the "PhotometricInterpretation" tag.

public static final int
PHOTOMETRIC_INTERPRETATION_CMYK

A value to be used with the "PhotometricInterpretation" tag.

public static final int
PHOTOMETRIC_INTERPRETATION_ICCLAB

A value to be used with the "PhotometricInterpretation" tag.

public static final int
PHOTOMETRIC_INTERPRETATION_PALETTE_COLOR

A value to be used with the "PhotometricInterpretation" tag.

public static final int
PHOTOMETRIC_INTERPRETATION_RGB

A value to be used with the "PhotometricInterpretation" tag.

public static final int
PHOTOMETRIC_INTERPRETATION_TRANSPARENCY_MASK

A value to be used with the "PhotometricInterpretation" tag.

public static final int
PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO

A value to be used with the "PhotometricInterpretation" tag.

public static final int
PHOTOMETRIC_INTERPRETATION_Y_CB_CR

A value to be used with the "PhotometricInterpretation" tag.

public static final int
PLANAR_CONFIGURATION_CHUNKY

A value to be used with the "PlanarConfiguration" tag.

public static final int
PLANAR_CONFIGURATION_PLANAR

A value to be used with the "PlanarConfiguration" tag.

public static final int
PREDICTOR_HORIZONTAL_DIFFERENCING

A value to be used with the "Predictor" tag.

public static final int
PREDICTOR_NONE

A value to be used with the "Predictor" tag.

public static final int
RESOLUTION_UNIT_CENTIMETER

A value to be used with the "ResolutionUnit" tag.

public static final int
RESOLUTION_UNIT_INCH

A value to be used with the "ResolutionUnit" tag.

public static final int
RESOLUTION_UNIT_NONE

A value to be used with the "ResolutionUnit" tag.

public static final int
SAMPLE_FORMAT_FLOATING_POINT

A value to be used with the "SampleFormat" tag.

public static final int
SAMPLE_FORMAT_SIGNED_INTEGER

A value to be used with the "SampleFormat" tag.

public static final int
SAMPLE_FORMAT_UNDEFINED

A value to be used with the "SampleFormat" tag.

public static final int
SAMPLE_FORMAT_UNSIGNED_INTEGER

A value to be used with the "SampleFormat" tag.

public static final int
SUBFILE_TYPE_FULL_RESOLUTION

A value to be used with the "SubfileType" tag.

public static final int
SUBFILE_TYPE_REDUCED_RESOLUTION

A value to be used with the "SubfileType" tag.

public static final int
SUBFILE_TYPE_SINGLE_PAGE

A value to be used with the "SubfileType" tag.

public static final int
T4_OPTIONS_2D_CODING

A mask to be used with the "T4Options" tag.

public static final int
T4_OPTIONS_EOL_BYTE_ALIGNED

A mask to be used with the "T4Options" tag.

public static final int
T4_OPTIONS_UNCOMPRESSED

A mask to be used with the "T4Options" tag.

public static final int
T6_OPTIONS_UNCOMPRESSED

A mask to be used with the "T6Options" tag.

public static final int
TAG_ARTIST

Constant specifying the "Artist" tag.

public static final int
TAG_BITS_PER_SAMPLE

Constant specifying the "BitsPerSample" tag.

public static final int
TAG_CELL_LENGTH

Constant specifying the "cell_length" tag.

public static final int
TAG_CELL_WIDTH

Constant specifying the "Cell_Width" tag.

public static final int
TAG_COLOR_MAP

Constant specifying the "ColorMap" tag.

public static final int
TAG_COMPRESSION

Constant specifying the "Compression" tag.

public static final int
TAG_COPYRIGHT

Constant specifying the "Copyright" tag.

public static final int
TAG_DATE_TIME

Constant specifying the "DateTime" tag.

public static final int
TAG_DOCUMENT_NAME

Constant specifying the "document_name" tag.

public static final int
TAG_DOT_RANGE

Constant specifying the "DotRange" tag.

public static final int
TAG_EXTRA_SAMPLES

Constant specifying the "ExtraSamples" tag.

public static final int
TAG_FILL_ORDER

Constant specifying the "fill_order" tag.

public static final int
TAG_FREE_BYTE_COUNTS

Constant specifying the "FreeByteCounts" tag.

public static final int
TAG_FREE_OFFSETS

Constant specifying the "FreeOffsets" tag.

public static final int
TAG_GRAY_RESPONSE_CURVE

Constant specifying the "GrayResponseCurve" tag.

public static final int
TAG_GRAY_RESPONSE_UNIT

Constant specifying the "GrayResponseUnit" tag.

public static final int
TAG_HALFTONE_HINTS

Constant specifying the "HalftoneHints" tag.

public static final int
TAG_HOST_COMPUTER

Constant specifying the "HostComputer" tag.

public static final int
TAG_ICC_PROFILE

Constant specifying the "ICC Profile" tag.

public static final int
TAG_IMAGE_DESCRIPTION

Constant specifying the "Image_description" tag.

public static final int
TAG_IMAGE_LENGTH

Constant specifying the "ImageLength" tag.

public static final int
TAG_IMAGE_WIDTH

Constant specifying the "ImageWidth" tag.

public static final int
TAG_INK_NAMES

Constant specifying the "InkNames" tag.

public static final int
TAG_INK_SET

Constant specifying the "InkSet" tag.

public static final int
TAG_JPEG_AC_TABLES

Constant specifying the "JPEGACTables" tag.

public static final int
TAG_JPEG_DC_TABLES

Constant specifying the "JPEGDCTables" tag.

public static final int
TAG_JPEG_INTERCHANGE_FORMAT

Constant specifying the "JPEGInterchangeFormat" tag.

public static final int
TAG_JPEG_INTERCHANGE_FORMAT_LENGTH

Constant specifying the "JPEGInterchangeFormatLength" tag.

public static final int
TAG_JPEG_LOSSLESS_PREDICTORS

Constant specifying the "JPEGLosslessPredictors" tag.

public static final int
TAG_JPEG_POINT_TRANSFORMS

Constant specifying the "JPEGPointTransforms" tag.

public static final int
TAG_JPEG_PROC

Constant specifying the "JPEGProc" tag.

public static final int
TAG_JPEG_Q_TABLES

Constant specifying the "JPEGQTables" tag.

public static final int
TAG_JPEG_RESTART_INTERVAL

Constant specifying the "JPEGRestartInterval" tag.

public static final int
TAG_JPEG_TABLES

Constant specifying the "JPEGTables" tag for "New style" JPEG-in-TIFF compression.

public static final int
TAG_MAKE

Constant specifying the "Make" tag.

public static final int
TAG_MAX_SAMPLE_VALUE

Constant specifying the "Max_sample_value" tag.

public static final int
TAG_MIN_SAMPLE_VALUE

Constant specifying the "Min_sample_value" tag.

public static final int
TAG_MODEL

Constant specifying the "Model" tag.

public static final int
TAG_NEW_SUBFILE_TYPE

Constant specifying the "NewSubfileType" tag.

public static final int
TAG_NUMBER_OF_INKS

Constant specifying the "NumberOfInks" tag.

public static final int
TAG_ORIENTATION

Constant specifying the "Orientation" tag.

public static final int
TAG_PAGE_NAME

Constant specifying the "PageName" tag.

public static final int
TAG_PAGE_NUMBER

Constant specifying the "PageNumber" tag.

public static final int
TAG_PHOTOMETRIC_INTERPRETATION

Constant specifying the "PhotometricInterpretation" tag.

public static final int
TAG_PLANAR_CONFIGURATION

Constant specifying the "PlanarConfiguration" tag.

public static final int
TAG_PREDICTOR

Constant specifying the "Predictor" tag.

public static final int
TAG_PRIMARY_CHROMATICITES

Constant specifying the "PrimaryChromaticites" tag.

public static final int
TAG_REFERENCE_BLACK_WHITE

Constant specifying the "ReferenceBlackWhite" tag.

public static final int
TAG_RESOLUTION_UNIT

Constant specifying the "ResolutionUnit" tag.

public static final int
TAG_ROWS_PER_STRIP

Constant specifying the "Rows_per_strip" tag.

public static final int
TAG_S_MAX_SAMPLE_VALUE

Constant specifying the "SMaxSampleValue" tag.

public static final int
TAG_S_MIN_SAMPLE_VALUE

Constant specifying the "SMinSampleValue" tag.

public static final int
TAG_SAMPLE_FORMAT

Constant specifying the "SampleFormat" tag.

public static final int
TAG_SAMPLES_PER_PIXEL

Constant specifying the "Samples_per_pixel" tag.

public static final int
TAG_SOFTWARE

Constant specifying the "Software" tag.

public static final int
TAG_STRIP_BYTE_COUNTS

Constant specifying the "Strip_byte_counts" tag.

public static final int
TAG_STRIP_OFFSETS

Constant specifying the "Strip_offsets" tag.

public static final int
TAG_SUBFILE_TYPE

Constant specifying the "SubfileType" tag.

public static final int
TAG_T4_OPTIONS

Constant specifying the "T4Options" tag.

public static final int
TAG_T6_OPTIONS

Constant specifying the "T6Options" tag.

public static final int
TAG_TARGET_PRINTER

Constant specifying the "TargetPrinter" tag.

public static final int
TAG_THRESHHOLDING

Constant specifying the "Threshholding" tag.

public static final int
TAG_TILE_BYTE_COUNTS

Constant specifying the "TileByteCounts" tag.

public static final int
TAG_TILE_LENGTH

Constant specifying the "TileLength" tag.

public static final int
TAG_TILE_OFFSETS

Constant specifying the "TileOffsets" tag.

public static final int
TAG_TILE_WIDTH

Constant specifying the "TileWidth" tag.

public static final int
TAG_TRANSFER_FUNCTION

Constant specifying the "TransferFunction" tag.

public static final int
TAG_TRANSFER_RANGE

Constant specifying the "TransferRange" tag.

public static final int
TAG_WHITE_POINT

Constant specifying the "WhitePoint" tag.

public static final int
TAG_X_POSITION

Constant specifying the "XPosition" tag.

public static final int
TAG_X_RESOLUTION

Constant specifying the "XResolution" tag.

public static final int
TAG_Y_CB_CR_COEFFICIENTS

Constant specifying the "YCbCrCoefficients" tag.

public static final int
TAG_Y_CB_CR_POSITIONING

Constant specifying the "YCbCrPositioning" tag.

public static final int
TAG_Y_CB_CR_SUBSAMPLING

Constant specifying the "YCbCrSubsampling" tag.

public static final int
TAG_Y_POSITION

Constant specifying the "YPosition" tag.

public static final int
TAG_Y_RESOLUTION

Constant specifying the "YResolution" tag.

private static List<TIFFTag>
private static BaselineTIFFTagSet
public static final int
THRESHHOLDING_NONE

A value to be used with the "Thresholding" tag.

public static final int
THRESHHOLDING_ORDERED_DITHER

A value to be used with the "Thresholding" tag.

public static final int
THRESHHOLDING_RANDOMIZED_DITHER

A value to be used with the "Thresholding" tag.

public static final int
Y_CB_CR_POSITIONING_CENTERED

A value to be used with the "YCbCrPositioning" tag.

public static final int
Y_CB_CR_POSITIONING_COSITED

A value to be used with the "YCbCrPositioning" tag.

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
public static synchronized BaselineTIFFTagSet

Returns:

a BaselineTIFFTagSet instance.
getInstance
()

Returns a shared instance of a BaselineTIFFTagSet.

private static void
Inherited from javax.imageio.plugins.tiff.TIFFTagSet:
getTaggetTaggetTagNamesgetTagNumbers