Java Doc for BaselineTIFFTagSet.java in  » 6.0-JDK-Modules » Java-Advanced-Imaging » com » sun » media » imageio » plugins » tiff » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » Java Advanced Imaging » com.sun.media.imageio.plugins.tiff 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.media.imageio.plugins.tiff.TIFFTagSet
      com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet

BaselineTIFFTagSet
public class BaselineTIFFTagSet extends TIFFTagSet (Code)
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

  • BaselineTIFFTagSet.TAG_COMPRESSION Compression tag values:
  • BaselineTIFFTagSet.TAG_PHOTOMETRIC_INTERPRETATION PhotometricInterpretation tag values:

  • See Also:    TIFF 6.0 Specification

    Inner Class :static class Artist extends TIFFTag
    Inner Class :static class BitsPerSample extends TIFFTag
    Inner Class :static class CellLength extends TIFFTag
    Inner Class :static class CellWidth extends TIFFTag
    Inner Class :static class ColorMap extends TIFFTag
    Inner Class :static class Compression extends TIFFTag
    Inner Class :static class Copyright extends TIFFTag
    Inner Class :static class DateTime extends TIFFTag
    Inner Class :static class DocumentName extends TIFFTag
    Inner Class :static class DotRange extends TIFFTag
    Inner Class :static class ExtraSamples extends TIFFTag
    Inner Class :static class FillOrder extends TIFFTag
    Inner Class :static class FreeByteCounts extends TIFFTag
    Inner Class :static class FreeOffsets extends TIFFTag
    Inner Class :static class GrayResponseCurve extends TIFFTag
    Inner Class :static class GrayResponseUnit extends TIFFTag
    Inner Class :static class HalftoneHints extends TIFFTag
    Inner Class :static class HostComputer extends TIFFTag
    Inner Class :static class ImageDescription extends TIFFTag
    Inner Class :static class ImageLength extends TIFFTag
    Inner Class :static class ImageWidth extends TIFFTag
    Inner Class :static class InkNames extends TIFFTag
    Inner Class :static class InkSet extends TIFFTag
    Inner Class :static class JPEGTables extends TIFFTag
    Inner Class :static class JPEGACTables extends TIFFTag
    Inner Class :static class JPEGDCTables extends TIFFTag
    Inner Class :static class JPEGInterchangeFormat extends TIFFTag
    Inner Class :static class JPEGInterchangeFormatLength extends TIFFTag
    Inner Class :static class JPEGLosslessPredictors extends TIFFTag
    Inner Class :static class JPEGPointTransforms extends TIFFTag
    Inner Class :static class JPEGProc extends TIFFTag
    Inner Class :static class JPEGQTables extends TIFFTag
    Inner Class :static class JPEGRestartInterval extends TIFFTag
    Inner Class :static class Make extends TIFFTag
    Inner Class :static class MaxSampleValue extends TIFFTag
    Inner Class :static class MinSampleValue extends TIFFTag
    Inner Class :static class Model extends TIFFTag
    Inner Class :static class NewSubfileType extends TIFFTag
    Inner Class :static class NumberOfInks extends TIFFTag
    Inner Class :static class Orientation extends TIFFTag
    Inner Class :static class PageName extends TIFFTag
    Inner Class :static class PageNumber extends TIFFTag
    Inner Class :static class PhotometricInterpretation extends TIFFTag
    Inner Class :static class PlanarConfiguration extends TIFFTag
    Inner Class :static class Predictor extends TIFFTag
    Inner Class :static class PrimaryChromaticities extends TIFFTag
    Inner Class :static class ReferenceBlackWhite extends TIFFTag
    Inner Class :static class ResolutionUnit extends TIFFTag
    Inner Class :static class RowsPerStrip extends TIFFTag
    Inner Class :static class SampleFormat extends TIFFTag
    Inner Class :static class SamplesPerPixel extends TIFFTag
    Inner Class :static class SMaxSampleValue extends TIFFTag
    Inner Class :static class SMinSampleValue extends TIFFTag
    Inner Class :static class Software extends TIFFTag
    Inner Class :static class StripByteCounts extends TIFFTag
    Inner Class :static class StripOffsets extends TIFFTag
    Inner Class :static class SubfileType extends TIFFTag
    Inner Class :static class T4Options extends TIFFTag
    Inner Class :static class T6Options extends TIFFTag
    Inner Class :static class TargetPrinter extends TIFFTag
    Inner Class :static class Threshholding extends TIFFTag
    Inner Class :static class TileByteCounts extends TIFFTag
    Inner Class :static class TileOffsets extends TIFFTag
    Inner Class :static class TileLength extends TIFFTag
    Inner Class :static class TileWidth extends TIFFTag
    Inner Class :static class TransferFunction extends TIFFTag
    Inner Class :static class TransferRange extends TIFFTag
    Inner Class :static class WhitePoint extends TIFFTag
    Inner Class :static class XPosition extends TIFFTag
    Inner Class :static class XResolution extends TIFFTag
    Inner Class :static class YCbCrCoefficients extends TIFFTag
    Inner Class :static class YCbCrPositioning extends TIFFTag
    Inner Class :static class YCbCrSubSampling extends TIFFTag
    Inner Class :static class YPosition extends TIFFTag
    Inner Class :static class YResolution extends TIFFTag
    Inner Class :static class ICCProfile extends TIFFTag

    Field Summary
    final public static  intCOMPRESSION_CCITT_RLE
         A value to be used with the "Compression" tag.
    final public static  intCOMPRESSION_CCITT_T_4
         A value to be used with the "Compression" tag.
    final public static  intCOMPRESSION_CCITT_T_6
         A value to be used with the "Compression" tag.
    final public static  intCOMPRESSION_DEFLATE
         A value to be used with the "Compression" tag.
    final public static  intCOMPRESSION_JPEG
         A value to be used with the "Compression" tag.
    final public static  intCOMPRESSION_LZW
         A value to be used with the "Compression" tag.
    final public static  intCOMPRESSION_NONE
         A value to be used with the "Compression" tag.
    final public static  intCOMPRESSION_OLD_JPEG
         A value to be used with the "Compression" tag.
    final public static  intCOMPRESSION_PACKBITS
         A value to be used with the "Compression" tag.
    final public static  intCOMPRESSION_ZLIB
         A value to be used with the "Compression" tag.
    final public static  intEXTRA_SAMPLES_ASSOCIATED_ALPHA
         A value to be used with the "ExtraSamples" tag.
    final public static  intEXTRA_SAMPLES_UNASSOCIATED_ALPHA
         A value to be used with the "ExtraSamples" tag.
    final public static  intEXTRA_SAMPLES_UNSPECIFIED
         A value to be used with the "ExtraSamples" tag.
    final public static  intFILL_ORDER_LEFT_TO_RIGHT
         A value to be used with the "FillOrder" tag.
    final public static  intFILL_ORDER_RIGHT_TO_LEFT
         A value to be used with the "FillOrder" tag.
    final public static  intGRAY_RESPONSE_UNIT_HUNDREDTHS
         A value to be used with the "GrayResponseUnit" tag.
    final public static  intGRAY_RESPONSE_UNIT_HUNDRED_THOUSANDTHS
         A value to be used with the "GrayResponseUnit" tag.
    final public static  intGRAY_RESPONSE_UNIT_TENTHS
         A value to be used with the "GrayResponseUnit" tag.
    final public static  intGRAY_RESPONSE_UNIT_TEN_THOUSANDTHS
         A value to be used with the "GrayResponseUnit" tag.
    final public static  intGRAY_RESPONSE_UNIT_THOUSANDTHS
         A value to be used with the "GrayResponseUnit" tag.
    final public static  intINK_SET_CMYK
         A value to be used with the "InkSet" tag.
    final public static  intINK_SET_NOT_CMYK
         A value to be used with the "InkSet" tag.
    final public static  intJPEG_PROC_BASELINE
         A value to be used with the "JPEGProc" tag.
    final public static  intJPEG_PROC_LOSSLESS
         A value to be used with the "JPEGProc" tag.
    final public static  intNEW_SUBFILE_TYPE_REDUCED_RESOLUTION
         A mask to be used with the "NewSubfileType" tag.
    final public static  intNEW_SUBFILE_TYPE_SINGLE_PAGE
         A mask to be used with the "NewSubfileType" tag.
    final public static  intNEW_SUBFILE_TYPE_TRANSPARENCY
         A mask to be used with the "NewSubfileType" tag.
    final public static  intORIENTATION_ROW_0_BOTTOM_COLUMN_0_LEFT
         A value to be used with the "Orientation" tag.
    final public static  intORIENTATION_ROW_0_BOTTOM_COLUMN_0_RIGHT
         A value to be used with the "Orientation" tag.
    final public static  intORIENTATION_ROW_0_LEFT_COLUMN_0_BOTTOM
         A value to be used with the "Orientation" tag.
    final public static  intORIENTATION_ROW_0_LEFT_COLUMN_0_TOP
         A value to be used with the "Orientation" tag.
    final public static  intORIENTATION_ROW_0_RIGHT_COLUMN_0_BOTTOM
         A value to be used with the "Orientation" tag.
    final public static  intORIENTATION_ROW_0_RIGHT_COLUMN_0_TOP
         A value to be used with the "Orientation" tag.
    final public static  intORIENTATION_ROW_0_TOP_COLUMN_0_LEFT
         A value to be used with the "Orientation" tag.
    final public static  intORIENTATION_ROW_0_TOP_COLUMN_0_RIGHT
         A value to be used with the "Orientation" tag.
    final public static  intPHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO
         A value to be used with the "PhotometricInterpretation" tag.
    final public static  intPHOTOMETRIC_INTERPRETATION_CIELAB
         A value to be used with the "PhotometricInterpretation" tag.
    final public static  intPHOTOMETRIC_INTERPRETATION_CMYK
         A value to be used with the "PhotometricInterpretation" tag.
    final public static  intPHOTOMETRIC_INTERPRETATION_ICCLAB
         A value to be used with the "PhotometricInterpretation" tag.
    final public static  intPHOTOMETRIC_INTERPRETATION_PALETTE_COLOR
         A value to be used with the "PhotometricInterpretation" tag.
    final public static  intPHOTOMETRIC_INTERPRETATION_RGB
         A value to be used with the "PhotometricInterpretation" tag.
    final public static  intPHOTOMETRIC_INTERPRETATION_TRANSPARENCY_MASK
         A value to be used with the "PhotometricInterpretation" tag.
    final public static  intPHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO
         A value to be used with the "PhotometricInterpretation" tag.
    final public static  intPHOTOMETRIC_INTERPRETATION_Y_CB_CR
         A value to be used with the "PhotometricInterpretation" tag.
    final public static  intPLANAR_CONFIGURATION_CHUNKY
         A value to be used with the "PlanarConfiguration" tag.
    final public static  intPLANAR_CONFIGURATION_PLANAR
         A value to be used with the "PlanarConfiguration" tag.
    final public static  intPREDICTOR_HORIZONTAL_DIFFERENCING
         A value to be used with the "Predictor" tag.
    final public static  intPREDICTOR_NONE
         A value to be used with the "Predictor" tag.
    final public static  intRESOLUTION_UNIT_CENTIMETER
         A value to be used with the "ResolutionUnit" tag.
    final public static  intRESOLUTION_UNIT_INCH
         A value to be used with the "ResolutionUnit" tag.
    final public static  intRESOLUTION_UNIT_NONE
         A value to be used with the "ResolutionUnit" tag.
    final public static  intSAMPLE_FORMAT_FLOATING_POINT
         A value to be used with the "SampleFormat" tag.
    final public static  intSAMPLE_FORMAT_SIGNED_INTEGER
         A value to be used with the "SampleFormat" tag.
    final public static  intSAMPLE_FORMAT_UNDEFINED
         A value to be used with the "SampleFormat" tag.
    final public static  intSAMPLE_FORMAT_UNSIGNED_INTEGER
         A value to be used with the "SampleFormat" tag.
    final public static  intSUBFILE_TYPE_FULL_RESOLUTION
         A value to be used with the "SubfileType" tag.
    final public static  intSUBFILE_TYPE_REDUCED_RESOLUTION
         A value to be used with the "SubfileType" tag.
    final public static  intSUBFILE_TYPE_SINGLE_PAGE
         A value to be used with the "SubfileType" tag.
    final public static  intT4_OPTIONS_2D_CODING
         A mask to be used with the "T4Options" tag.
    final public static  intT4_OPTIONS_EOL_BYTE_ALIGNED
         A mask to be used with the "T4Options" tag.
    final public static  intT4_OPTIONS_UNCOMPRESSED
         A mask to be used with the "T4Options" tag.
    final public static  intT6_OPTIONS_UNCOMPRESSED
         A mask to be used with the "T6Options" tag.
    final public static  intTAG_ARTIST
         Constant specifying the "Artist" tag.
    final public static  intTAG_BITS_PER_SAMPLE
         Constant specifying the "BitsPerSample" tag.
    final public static  intTAG_CELL_LENGTH
         Constant specifying the "cell_length" tag.
    final public static  intTAG_CELL_WIDTH
         Constant specifying the "Cell_Width" tag.
    final public static  intTAG_COLOR_MAP
         Constant specifying the "ColorMap" tag.
    final public static  intTAG_COMPRESSION
         Constant specifying the "Compression" tag.
    final public static  intTAG_COPYRIGHT
         Constant specifying the "Copyright" tag.
    final public static  intTAG_DATE_TIME
         Constant specifying the "DateTime" tag.
    final public static  intTAG_DOCUMENT_NAME
         Constant specifying the "document_name" tag.
    final public static  intTAG_DOT_RANGE
         Constant specifying the "DotRange" tag.
    final public static  intTAG_EXTRA_SAMPLES
         Constant specifying the "ExtraSamples" tag.
    final public static  intTAG_FILL_ORDER
         Constant specifying the "fill_order" tag.
    final public static  intTAG_FREE_BYTE_COUNTS
         Constant specifying the "FreeByteCounts" tag.
    final public static  intTAG_FREE_OFFSETS
         Constant specifying the "FreeOffsets" tag.
    final public static  intTAG_GRAY_RESPONSE_CURVE
         Constant specifying the "GrayResponseCurve" tag.
    final public static  intTAG_GRAY_RESPONSE_UNIT
         Constant specifying the "GrayResponseUnit" tag.
    final public static  intTAG_HALFTONE_HINTS
         Constant specifying the "HalftoneHints" tag.
    final public static  intTAG_HOST_COMPUTER
         Constant specifying the "HostComputer" tag.
    final public static  intTAG_ICC_PROFILE
         Constant specifying the "ICC Profile" tag.
    final public static  intTAG_IMAGE_DESCRIPTION
         Constant specifying the "Image_description" tag.
    final public static  intTAG_IMAGE_LENGTH
         Constant specifying the "ImageLength" tag.
    final public static  intTAG_IMAGE_WIDTH
         Constant specifying the "ImageWidth" tag.
    final public static  intTAG_INK_NAMES
         Constant specifying the "InkNames" tag.
    final public static  intTAG_INK_SET
         Constant specifying the "InkSet" tag.
    final public static  intTAG_JPEG_AC_TABLES
         Constant specifying the "JPEGACTables" tag.
    final public static  intTAG_JPEG_DC_TABLES
         Constant specifying the "JPEGDCTables" tag.
    final public static  intTAG_JPEG_INTERCHANGE_FORMAT
         Constant specifying the "JPEGInterchangeFormat" tag.
    final public static  intTAG_JPEG_INTERCHANGE_FORMAT_LENGTH
         Constant specifying the "JPEGInterchangeFormatLength" tag.
    final public static  intTAG_JPEG_LOSSLESS_PREDICTORS
         Constant specifying the "JPEGLosslessPredictors" tag.
    final public static  intTAG_JPEG_POINT_TRANSFORMS
         Constant specifying the "JPEGPointTransforms" tag.
    final public static  intTAG_JPEG_PROC
         Constant specifying the "JPEGProc" tag.
    final public static  intTAG_JPEG_Q_TABLES
         Constant specifying the "JPEGQTables" tag.
    final public static  intTAG_JPEG_RESTART_INTERVAL
         Constant specifying the "JPEGRestartInterval" tag.
    final public static  intTAG_JPEG_TABLES
         Constant specifying the "JPEGTables" tag.
    final public static  intTAG_MAKE
         Constant specifying the "Make" tag.
    final public static  intTAG_MAX_SAMPLE_VALUE
         Constant specifying the "Max_sample_value" tag.
    final public static  intTAG_MIN_SAMPLE_VALUE
         Constant specifying the "Min_sample_value" tag.
    final public static  intTAG_MODEL
         Constant specifying the "Model" tag.
    final public static  intTAG_NEW_SUBFILE_TYPE
         Constant specifying the "NewSubfileType" tag.
    final public static  intTAG_NUMBER_OF_INKS
         Constant specifying the "NumberOfInks" tag.
    final public static  intTAG_ORIENTATION
         Constant specifying the "Orientation" tag.
    final public static  intTAG_PAGE_NAME
         Constant specifying the "PageName" tag.
    final public static  intTAG_PAGE_NUMBER
         Constant specifying the "PageNumber" tag.
    final public static  intTAG_PHOTOMETRIC_INTERPRETATION
         Constant specifying the "PhotometricInterpretation" tag.
    final public static  intTAG_PLANAR_CONFIGURATION
         Constant specifying the "PlanarConfiguration" tag.
    final public static  intTAG_PREDICTOR
         Constant specifying the "Predictor" tag.
    final public static  intTAG_PRIMARY_CHROMATICITES
         Constant specifying the "PrimaryChromaticites" tag.
    final public static  intTAG_REFERENCE_BLACK_WHITE
         Constant specifying the "ReferenceBlackWhite" tag.
    final public static  intTAG_RESOLUTION_UNIT
         Constant specifying the "ResolutionUnit" tag.
    final public static  intTAG_ROWS_PER_STRIP
         Constant specifying the "Rows_per_strip" tag.
    final public static  intTAG_SAMPLES_PER_PIXEL
         Constant specifying the "Samples_per_pixel" tag.
    final public static  intTAG_SAMPLE_FORMAT
         Constant specifying the "SampleFormat" tag.
    final public static  intTAG_SOFTWARE
         Constant specifying the "Software" tag.
    final public static  intTAG_STRIP_BYTE_COUNTS
         Constant specifying the "Strip_byte_counts" tag.
    final public static  intTAG_STRIP_OFFSETS
         Constant specifying the "Strip_offsets" tag.
    final public static  intTAG_SUBFILE_TYPE
         Constant specifying the "SubfileType" tag.
    final public static  intTAG_S_MAX_SAMPLE_VALUE
         Constant specifying the "SMaxSampleValue" tag.
    final public static  intTAG_S_MIN_SAMPLE_VALUE
         Constant specifying the "SMinSampleValue" tag.
    final public static  intTAG_T4_OPTIONS
         Constant specifying the "T4Options" tag.
    final public static  intTAG_T6_OPTIONS
         Constant specifying the "T6Options" tag.
    final public static  intTAG_TARGET_PRINTER
         Constant specifying the "TargetPrinter" tag.
    final public static  intTAG_THRESHHOLDING
         Constant specifying the "Threshholding" tag.
    final public static  intTAG_TILE_BYTE_COUNTS
         Constant specifying the "TileByteCounts" tag.
    final public static  intTAG_TILE_LENGTH
         Constant specifying the "TileLength" tag.
    final public static  intTAG_TILE_OFFSETS
         Constant specifying the "TileOffsets" tag.
    final public static  intTAG_TILE_WIDTH
         Constant specifying the "TileWidth" tag.
    final public static  intTAG_TRANSFER_FUNCTION
         Constant specifying the "TransferFunction" tag.
    final public static  intTAG_TRANSFER_RANGE
         Constant specifying the "TransferRange" tag.
    final public static  intTAG_WHITE_POINT
         Constant specifying the "WhitePoint" tag.
    final public static  intTAG_X_POSITION
         Constant specifying the "XPosition" tag.
    final public static  intTAG_X_RESOLUTION
         Constant specifying the "XResolution" tag.
    final public static  intTAG_Y_CB_CR_COEFFICIENTS
         Constant specifying the "YCbCrCoefficients" tag.
    final public static  intTAG_Y_CB_CR_POSITIONING
         Constant specifying the "YCbCrPositioning" tag.
    final public static  intTAG_Y_CB_CR_SUBSAMPLING
         Constant specifying the "YCbCrSubsampling" tag.
    final public static  intTAG_Y_POSITION
         Constant specifying the "YPosition" tag.
    final public static  intTAG_Y_RESOLUTION
         Constant specifying the "YResolution" tag.
    final public static  intTHRESHHOLDING_NONE
         A value to be used with the "Thresholding" tag.
    final public static  intTHRESHHOLDING_ORDERED_DITHER
         A value to be used with the "Thresholding" tag.
    final public static  intTHRESHHOLDING_RANDOMIZED_DITHER
         A value to be used with the "Thresholding" tag.
    final public static  intY_CB_CR_POSITIONING_CENTERED
         A value to be used with the "YCbCrPositioning" tag.
    final public static  intY_CB_CR_POSITIONING_COSITED
         A value to be used with the "YCbCrPositioning" tag.


    Method Summary
    public static synchronized  BaselineTIFFTagSetgetInstance()
         Returns a shared instance of a BaselineTIFFTagSet.

    Field Detail
    COMPRESSION_CCITT_RLE
    final public static int COMPRESSION_CCITT_RLE(Code)
    A value to be used with the "Compression" tag.
    See Also:   BaselineTIFFTagSet.TAG_COMPRESSION



    COMPRESSION_CCITT_T_4
    final public static int COMPRESSION_CCITT_T_4(Code)
    A value to be used with the "Compression" tag.
    See Also:   BaselineTIFFTagSet.TAG_COMPRESSION



    COMPRESSION_CCITT_T_6
    final public static int COMPRESSION_CCITT_T_6(Code)
    A value to be used with the "Compression" tag.
    See Also:   BaselineTIFFTagSet.TAG_COMPRESSION



    COMPRESSION_DEFLATE
    final public static int COMPRESSION_DEFLATE(Code)
    A value to be used with the "Compression" tag.
    See Also:   BaselineTIFFTagSet.TAG_COMPRESSION
    See Also:    DEFLATE specification
    See Also:    TIFF Specification Supplement 2



    COMPRESSION_JPEG
    final public static int COMPRESSION_JPEG(Code)
    A value to be used with the "Compression" tag.
    See Also:   BaselineTIFFTagSet.TAG_COMPRESSION
    See Also:    TIFF Specification Supplement 2



    COMPRESSION_LZW
    final public static int COMPRESSION_LZW(Code)
    A value to be used with the "Compression" tag.
    See Also:   BaselineTIFFTagSet.TAG_COMPRESSION



    COMPRESSION_NONE
    final public static int COMPRESSION_NONE(Code)
    A value to be used with the "Compression" tag.
    See Also:   BaselineTIFFTagSet.TAG_COMPRESSION



    COMPRESSION_OLD_JPEG
    final public static int COMPRESSION_OLD_JPEG(Code)
    A value to be used with the "Compression" tag.
    See Also:   BaselineTIFFTagSet.TAG_COMPRESSION



    COMPRESSION_PACKBITS
    final public static int COMPRESSION_PACKBITS(Code)
    A value to be used with the "Compression" tag.
    See Also:   BaselineTIFFTagSet.TAG_COMPRESSION



    COMPRESSION_ZLIB
    final public static int COMPRESSION_ZLIB(Code)
    A value to be used with the "Compression" tag.
    See Also:   BaselineTIFFTagSet.TAG_COMPRESSION
    See Also:    TIFF Specification Supplement 2



    EXTRA_SAMPLES_ASSOCIATED_ALPHA
    final public static int EXTRA_SAMPLES_ASSOCIATED_ALPHA(Code)
    A value to be used with the "ExtraSamples" tag.
    See Also:   BaselineTIFFTagSet.TAG_EXTRA_SAMPLES



    EXTRA_SAMPLES_UNASSOCIATED_ALPHA
    final public static int EXTRA_SAMPLES_UNASSOCIATED_ALPHA(Code)
    A value to be used with the "ExtraSamples" tag.
    See Also:   BaselineTIFFTagSet.TAG_EXTRA_SAMPLES



    EXTRA_SAMPLES_UNSPECIFIED
    final public static int EXTRA_SAMPLES_UNSPECIFIED(Code)
    A value to be used with the "ExtraSamples" tag.
    See Also:   BaselineTIFFTagSet.TAG_EXTRA_SAMPLES



    FILL_ORDER_LEFT_TO_RIGHT
    final public static int FILL_ORDER_LEFT_TO_RIGHT(Code)
    A value to be used with the "FillOrder" tag.
    See Also:   BaselineTIFFTagSet.TAG_FILL_ORDER



    FILL_ORDER_RIGHT_TO_LEFT
    final public static int FILL_ORDER_RIGHT_TO_LEFT(Code)
    A value to be used with the "FillOrder" tag.
    See Also:   BaselineTIFFTagSet.TAG_FILL_ORDER



    GRAY_RESPONSE_UNIT_HUNDREDTHS
    final public static int GRAY_RESPONSE_UNIT_HUNDREDTHS(Code)
    A value to be used with the "GrayResponseUnit" tag.
    See Also:   BaselineTIFFTagSet.TAG_GRAY_RESPONSE_UNIT



    GRAY_RESPONSE_UNIT_HUNDRED_THOUSANDTHS
    final public static int GRAY_RESPONSE_UNIT_HUNDRED_THOUSANDTHS(Code)
    A value to be used with the "GrayResponseUnit" tag.
    See Also:   BaselineTIFFTagSet.TAG_GRAY_RESPONSE_UNIT



    GRAY_RESPONSE_UNIT_TENTHS
    final public static int GRAY_RESPONSE_UNIT_TENTHS(Code)
    A value to be used with the "GrayResponseUnit" tag.
    See Also:   BaselineTIFFTagSet.TAG_GRAY_RESPONSE_UNIT



    GRAY_RESPONSE_UNIT_TEN_THOUSANDTHS
    final public static int GRAY_RESPONSE_UNIT_TEN_THOUSANDTHS(Code)
    A value to be used with the "GrayResponseUnit" tag.
    See Also:   BaselineTIFFTagSet.TAG_GRAY_RESPONSE_UNIT



    GRAY_RESPONSE_UNIT_THOUSANDTHS
    final public static int GRAY_RESPONSE_UNIT_THOUSANDTHS(Code)
    A value to be used with the "GrayResponseUnit" tag.
    See Also:   BaselineTIFFTagSet.TAG_GRAY_RESPONSE_UNIT



    INK_SET_CMYK
    final public static int INK_SET_CMYK(Code)
    A value to be used with the "InkSet" tag.
    See Also:   BaselineTIFFTagSet.TAG_INK_SET



    INK_SET_NOT_CMYK
    final public static int INK_SET_NOT_CMYK(Code)
    A value to be used with the "InkSet" tag.
    See Also:   BaselineTIFFTagSet.TAG_INK_SET



    JPEG_PROC_BASELINE
    final public static int JPEG_PROC_BASELINE(Code)
    A value to be used with the "JPEGProc" tag.
    See Also:   BaselineTIFFTagSet.TAG_JPEG_PROC



    JPEG_PROC_LOSSLESS
    final public static int JPEG_PROC_LOSSLESS(Code)
    A value to be used with the "JPEGProc" tag.
    See Also:   BaselineTIFFTagSet.TAG_JPEG_PROC



    NEW_SUBFILE_TYPE_REDUCED_RESOLUTION
    final public static int NEW_SUBFILE_TYPE_REDUCED_RESOLUTION(Code)
    A mask to be used with the "NewSubfileType" tag.
    See Also:   BaselineTIFFTagSet.TAG_NEW_SUBFILE_TYPE



    NEW_SUBFILE_TYPE_SINGLE_PAGE
    final public static int NEW_SUBFILE_TYPE_SINGLE_PAGE(Code)
    A mask to be used with the "NewSubfileType" tag.
    See Also:   BaselineTIFFTagSet.TAG_NEW_SUBFILE_TYPE



    NEW_SUBFILE_TYPE_TRANSPARENCY
    final public static int NEW_SUBFILE_TYPE_TRANSPARENCY(Code)
    A mask to be used with the "NewSubfileType" tag.
    See Also:   BaselineTIFFTagSet.TAG_NEW_SUBFILE_TYPE



    ORIENTATION_ROW_0_BOTTOM_COLUMN_0_LEFT
    final public static int ORIENTATION_ROW_0_BOTTOM_COLUMN_0_LEFT(Code)
    A value to be used with the "Orientation" tag.
    See Also:   BaselineTIFFTagSet.TAG_ORIENTATION



    ORIENTATION_ROW_0_BOTTOM_COLUMN_0_RIGHT
    final public static int ORIENTATION_ROW_0_BOTTOM_COLUMN_0_RIGHT(Code)
    A value to be used with the "Orientation" tag.
    See Also:   BaselineTIFFTagSet.TAG_ORIENTATION



    ORIENTATION_ROW_0_LEFT_COLUMN_0_BOTTOM
    final public static int ORIENTATION_ROW_0_LEFT_COLUMN_0_BOTTOM(Code)
    A value to be used with the "Orientation" tag.
    See Also:   BaselineTIFFTagSet.TAG_ORIENTATION



    ORIENTATION_ROW_0_LEFT_COLUMN_0_TOP
    final public static int ORIENTATION_ROW_0_LEFT_COLUMN_0_TOP(Code)
    A value to be used with the "Orientation" tag.
    See Also:   BaselineTIFFTagSet.TAG_ORIENTATION



    ORIENTATION_ROW_0_RIGHT_COLUMN_0_BOTTOM
    final public static int ORIENTATION_ROW_0_RIGHT_COLUMN_0_BOTTOM(Code)
    A value to be used with the "Orientation" tag.
    See Also:   BaselineTIFFTagSet.TAG_ORIENTATION



    ORIENTATION_ROW_0_RIGHT_COLUMN_0_TOP
    final public static int ORIENTATION_ROW_0_RIGHT_COLUMN_0_TOP(Code)
    A value to be used with the "Orientation" tag.
    See Also:   BaselineTIFFTagSet.TAG_ORIENTATION



    ORIENTATION_ROW_0_TOP_COLUMN_0_LEFT
    final public static int ORIENTATION_ROW_0_TOP_COLUMN_0_LEFT(Code)
    A value to be used with the "Orientation" tag.
    See Also:   BaselineTIFFTagSet.TAG_ORIENTATION



    ORIENTATION_ROW_0_TOP_COLUMN_0_RIGHT
    final public static int ORIENTATION_ROW_0_TOP_COLUMN_0_RIGHT(Code)
    A value to be used with the "Orientation" tag.
    See Also:   BaselineTIFFTagSet.TAG_ORIENTATION



    PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO
    final public static int PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO(Code)
    A value to be used with the "PhotometricInterpretation" tag.
    See Also:   BaselineTIFFTagSet.TAG_PHOTOMETRIC_INTERPRETATION



    PHOTOMETRIC_INTERPRETATION_CIELAB
    final public static int PHOTOMETRIC_INTERPRETATION_CIELAB(Code)
    A value to be used with the "PhotometricInterpretation" tag.
    See Also:   BaselineTIFFTagSet.TAG_PHOTOMETRIC_INTERPRETATION



    PHOTOMETRIC_INTERPRETATION_CMYK
    final public static int PHOTOMETRIC_INTERPRETATION_CMYK(Code)
    A value to be used with the "PhotometricInterpretation" tag.
    See Also:   BaselineTIFFTagSet.TAG_PHOTOMETRIC_INTERPRETATION



    PHOTOMETRIC_INTERPRETATION_ICCLAB
    final public static int PHOTOMETRIC_INTERPRETATION_ICCLAB(Code)
    A value to be used with the "PhotometricInterpretation" tag.
    See Also:   BaselineTIFFTagSet.TAG_PHOTOMETRIC_INTERPRETATION
    See Also:    TIFF Specification Supplement 1



    PHOTOMETRIC_INTERPRETATION_PALETTE_COLOR
    final public static int PHOTOMETRIC_INTERPRETATION_PALETTE_COLOR(Code)
    A value to be used with the "PhotometricInterpretation" tag.
    See Also:   BaselineTIFFTagSet.TAG_PHOTOMETRIC_INTERPRETATION



    PHOTOMETRIC_INTERPRETATION_RGB
    final public static int PHOTOMETRIC_INTERPRETATION_RGB(Code)
    A value to be used with the "PhotometricInterpretation" tag.
    See Also:   BaselineTIFFTagSet.TAG_PHOTOMETRIC_INTERPRETATION



    PHOTOMETRIC_INTERPRETATION_TRANSPARENCY_MASK
    final public static int PHOTOMETRIC_INTERPRETATION_TRANSPARENCY_MASK(Code)
    A value to be used with the "PhotometricInterpretation" tag.
    See Also:   BaselineTIFFTagSet.TAG_PHOTOMETRIC_INTERPRETATION



    PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO
    final public static int PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO(Code)
    A value to be used with the "PhotometricInterpretation" tag.
    See Also:   BaselineTIFFTagSet.TAG_PHOTOMETRIC_INTERPRETATION



    PHOTOMETRIC_INTERPRETATION_Y_CB_CR
    final public static int PHOTOMETRIC_INTERPRETATION_Y_CB_CR(Code)
    A value to be used with the "PhotometricInterpretation" tag.
    See Also:   BaselineTIFFTagSet.TAG_PHOTOMETRIC_INTERPRETATION



    PLANAR_CONFIGURATION_CHUNKY
    final public static int PLANAR_CONFIGURATION_CHUNKY(Code)
    A value to be used with the "PlanarConfiguration" tag.
    See Also:   BaselineTIFFTagSet.TAG_PLANAR_CONFIGURATION



    PLANAR_CONFIGURATION_PLANAR
    final public static int PLANAR_CONFIGURATION_PLANAR(Code)
    A value to be used with the "PlanarConfiguration" tag.
    See Also:   BaselineTIFFTagSet.TAG_PLANAR_CONFIGURATION



    PREDICTOR_HORIZONTAL_DIFFERENCING
    final public static int PREDICTOR_HORIZONTAL_DIFFERENCING(Code)
    A value to be used with the "Predictor" tag.
    See Also:   BaselineTIFFTagSet.TAG_PREDICTOR



    PREDICTOR_NONE
    final public static int PREDICTOR_NONE(Code)
    A value to be used with the "Predictor" tag.
    See Also:   BaselineTIFFTagSet.TAG_PREDICTOR



    RESOLUTION_UNIT_CENTIMETER
    final public static int RESOLUTION_UNIT_CENTIMETER(Code)
    A value to be used with the "ResolutionUnit" tag.
    See Also:   BaselineTIFFTagSet.TAG_RESOLUTION_UNIT



    RESOLUTION_UNIT_INCH
    final public static int RESOLUTION_UNIT_INCH(Code)
    A value to be used with the "ResolutionUnit" tag.
    See Also:   BaselineTIFFTagSet.TAG_RESOLUTION_UNIT



    RESOLUTION_UNIT_NONE
    final public static int RESOLUTION_UNIT_NONE(Code)
    A value to be used with the "ResolutionUnit" tag.
    See Also:   BaselineTIFFTagSet.TAG_RESOLUTION_UNIT



    SAMPLE_FORMAT_FLOATING_POINT
    final public static int SAMPLE_FORMAT_FLOATING_POINT(Code)
    A value to be used with the "SampleFormat" tag.
    See Also:   BaselineTIFFTagSet.TAG_SAMPLE_FORMAT



    SAMPLE_FORMAT_SIGNED_INTEGER
    final public static int SAMPLE_FORMAT_SIGNED_INTEGER(Code)
    A value to be used with the "SampleFormat" tag.
    See Also:   BaselineTIFFTagSet.TAG_SAMPLE_FORMAT



    SAMPLE_FORMAT_UNDEFINED
    final public static int SAMPLE_FORMAT_UNDEFINED(Code)
    A value to be used with the "SampleFormat" tag.
    See Also:   BaselineTIFFTagSet.TAG_SAMPLE_FORMAT



    SAMPLE_FORMAT_UNSIGNED_INTEGER
    final public static int SAMPLE_FORMAT_UNSIGNED_INTEGER(Code)
    A value to be used with the "SampleFormat" tag.
    See Also:   BaselineTIFFTagSet.TAG_SAMPLE_FORMAT



    SUBFILE_TYPE_FULL_RESOLUTION
    final public static int SUBFILE_TYPE_FULL_RESOLUTION(Code)
    A value to be used with the "SubfileType" tag.
    See Also:   BaselineTIFFTagSet.TAG_SUBFILE_TYPE



    SUBFILE_TYPE_REDUCED_RESOLUTION
    final public static int SUBFILE_TYPE_REDUCED_RESOLUTION(Code)
    A value to be used with the "SubfileType" tag.
    See Also:   BaselineTIFFTagSet.TAG_SUBFILE_TYPE



    SUBFILE_TYPE_SINGLE_PAGE
    final public static int SUBFILE_TYPE_SINGLE_PAGE(Code)
    A value to be used with the "SubfileType" tag.
    See Also:   BaselineTIFFTagSet.TAG_SUBFILE_TYPE



    T4_OPTIONS_2D_CODING
    final public static int T4_OPTIONS_2D_CODING(Code)
    A mask to be used with the "T4Options" tag.
    See Also:   BaselineTIFFTagSet.TAG_T4_OPTIONS



    T4_OPTIONS_EOL_BYTE_ALIGNED
    final public static int T4_OPTIONS_EOL_BYTE_ALIGNED(Code)
    A mask to be used with the "T4Options" tag.
    See Also:   BaselineTIFFTagSet.TAG_T4_OPTIONS



    T4_OPTIONS_UNCOMPRESSED
    final public static int T4_OPTIONS_UNCOMPRESSED(Code)
    A mask to be used with the "T4Options" tag.
    See Also:   BaselineTIFFTagSet.TAG_T4_OPTIONS



    T6_OPTIONS_UNCOMPRESSED
    final public static int T6_OPTIONS_UNCOMPRESSED(Code)
    A mask to be used with the "T6Options" tag.
    See Also:   BaselineTIFFTagSet.TAG_T6_OPTIONS



    TAG_ARTIST
    final public static int TAG_ARTIST(Code)
    Constant specifying the "Artist" tag.



    TAG_BITS_PER_SAMPLE
    final public static int TAG_BITS_PER_SAMPLE(Code)
    Constant specifying the "BitsPerSample" tag.



    TAG_CELL_LENGTH
    final public static int TAG_CELL_LENGTH(Code)
    Constant specifying the "cell_length" tag.



    TAG_CELL_WIDTH
    final public static int TAG_CELL_WIDTH(Code)
    Constant specifying the "Cell_Width" tag.



    TAG_COLOR_MAP
    final public static int TAG_COLOR_MAP(Code)
    Constant specifying the "ColorMap" tag.



    TAG_COMPRESSION
    final public static int TAG_COMPRESSION(Code)
    Constant specifying the "Compression" tag.
    See Also:   BaselineTIFFTagSet.COMPRESSION_NONE
    See Also:   BaselineTIFFTagSet.COMPRESSION_CCITT_RLE
    See Also:   BaselineTIFFTagSet.COMPRESSION_CCITT_T_4
    See Also:   BaselineTIFFTagSet.COMPRESSION_CCITT_T_6
    See Also:   BaselineTIFFTagSet.COMPRESSION_LZW
    See Also:   BaselineTIFFTagSet.COMPRESSION_OLD_JPEG
    See Also:   BaselineTIFFTagSet.COMPRESSION_JPEG
    See Also:   BaselineTIFFTagSet.COMPRESSION_ZLIB
    See Also:   BaselineTIFFTagSet.COMPRESSION_PACKBITS
    See Also:   BaselineTIFFTagSet.COMPRESSION_DEFLATE



    TAG_COPYRIGHT
    final public static int TAG_COPYRIGHT(Code)
    Constant specifying the "Copyright" tag.



    TAG_DATE_TIME
    final public static int TAG_DATE_TIME(Code)
    Constant specifying the "DateTime" tag.



    TAG_DOCUMENT_NAME
    final public static int TAG_DOCUMENT_NAME(Code)
    Constant specifying the "document_name" tag.



    TAG_DOT_RANGE
    final public static int TAG_DOT_RANGE(Code)
    Constant specifying the "DotRange" tag.



    TAG_EXTRA_SAMPLES
    final public static int TAG_EXTRA_SAMPLES(Code)
    Constant specifying the "ExtraSamples" tag.
    See Also:   BaselineTIFFTagSet.EXTRA_SAMPLES_UNSPECIFIED
    See Also:   BaselineTIFFTagSet.EXTRA_SAMPLES_ASSOCIATED_ALPHA
    See Also:   BaselineTIFFTagSet.EXTRA_SAMPLES_UNASSOCIATED_ALPHA



    TAG_FILL_ORDER
    final public static int TAG_FILL_ORDER(Code)
    Constant specifying the "fill_order" tag.
    See Also:   BaselineTIFFTagSet.FILL_ORDER_LEFT_TO_RIGHT
    See Also:   BaselineTIFFTagSet.FILL_ORDER_RIGHT_TO_LEFT



    TAG_FREE_BYTE_COUNTS
    final public static int TAG_FREE_BYTE_COUNTS(Code)
    Constant specifying the "FreeByteCounts" tag.



    TAG_FREE_OFFSETS
    final public static int TAG_FREE_OFFSETS(Code)
    Constant specifying the "FreeOffsets" tag.



    TAG_GRAY_RESPONSE_CURVE
    final public static int TAG_GRAY_RESPONSE_CURVE(Code)
    Constant specifying the "GrayResponseCurve" tag.



    TAG_GRAY_RESPONSE_UNIT
    final public static int TAG_GRAY_RESPONSE_UNIT(Code)
    Constant specifying the "GrayResponseUnit" tag.
    See Also:   BaselineTIFFTagSet.GRAY_RESPONSE_UNIT_TENTHS
    See Also:   BaselineTIFFTagSet.GRAY_RESPONSE_UNIT_HUNDREDTHS
    See Also:   BaselineTIFFTagSet.GRAY_RESPONSE_UNIT_THOUSANDTHS
    See Also:   BaselineTIFFTagSet.GRAY_RESPONSE_UNIT_TEN_THOUSANDTHS
    See Also:   BaselineTIFFTagSet.GRAY_RESPONSE_UNIT_HUNDRED_THOUSANDTHS



    TAG_HALFTONE_HINTS
    final public static int TAG_HALFTONE_HINTS(Code)
    Constant specifying the "HalftoneHints" tag.



    TAG_HOST_COMPUTER
    final public static int TAG_HOST_COMPUTER(Code)
    Constant specifying the "HostComputer" tag.



    TAG_ICC_PROFILE
    final public static int TAG_ICC_PROFILE(Code)
    Constant specifying the "ICC Profile" tag.
    See Also:    ICC Specification, section B.4: Embedding ICC profiles in TIFF files



    TAG_IMAGE_DESCRIPTION
    final public static int TAG_IMAGE_DESCRIPTION(Code)
    Constant specifying the "Image_description" tag.



    TAG_IMAGE_LENGTH
    final public static int TAG_IMAGE_LENGTH(Code)
    Constant specifying the "ImageLength" tag.



    TAG_IMAGE_WIDTH
    final public static int TAG_IMAGE_WIDTH(Code)
    Constant specifying the "ImageWidth" tag.



    TAG_INK_NAMES
    final public static int TAG_INK_NAMES(Code)
    Constant specifying the "InkNames" tag.



    TAG_INK_SET
    final public static int TAG_INK_SET(Code)
    Constant specifying the "InkSet" tag.
    See Also:   BaselineTIFFTagSet.INK_SET_CMYK
    See Also:   BaselineTIFFTagSet.INK_SET_NOT_CMYK



    TAG_JPEG_AC_TABLES
    final public static int TAG_JPEG_AC_TABLES(Code)
    Constant specifying the "JPEGACTables" tag.



    TAG_JPEG_DC_TABLES
    final public static int TAG_JPEG_DC_TABLES(Code)
    Constant specifying the "JPEGDCTables" tag.



    TAG_JPEG_INTERCHANGE_FORMAT
    final public static int TAG_JPEG_INTERCHANGE_FORMAT(Code)
    Constant specifying the "JPEGInterchangeFormat" tag.



    TAG_JPEG_INTERCHANGE_FORMAT_LENGTH
    final public static int TAG_JPEG_INTERCHANGE_FORMAT_LENGTH(Code)
    Constant specifying the "JPEGInterchangeFormatLength" tag.



    TAG_JPEG_LOSSLESS_PREDICTORS
    final public static int TAG_JPEG_LOSSLESS_PREDICTORS(Code)
    Constant specifying the "JPEGLosslessPredictors" tag.



    TAG_JPEG_POINT_TRANSFORMS
    final public static int TAG_JPEG_POINT_TRANSFORMS(Code)
    Constant specifying the "JPEGPointTransforms" tag.



    TAG_JPEG_PROC
    final public static int TAG_JPEG_PROC(Code)
    Constant specifying the "JPEGProc" tag.



    TAG_JPEG_Q_TABLES
    final public static int TAG_JPEG_Q_TABLES(Code)
    Constant specifying the "JPEGQTables" tag.



    TAG_JPEG_RESTART_INTERVAL
    final public static int TAG_JPEG_RESTART_INTERVAL(Code)
    Constant specifying the "JPEGRestartInterval" tag.



    TAG_JPEG_TABLES
    final public static int TAG_JPEG_TABLES(Code)
    Constant specifying the "JPEGTables" tag.
    See Also:    TIFF Specification Supplement 2
    See Also:    JPEG-in-TIFF compression



    TAG_MAKE
    final public static int TAG_MAKE(Code)
    Constant specifying the "Make" tag.



    TAG_MAX_SAMPLE_VALUE
    final public static int TAG_MAX_SAMPLE_VALUE(Code)
    Constant specifying the "Max_sample_value" tag.



    TAG_MIN_SAMPLE_VALUE
    final public static int TAG_MIN_SAMPLE_VALUE(Code)
    Constant specifying the "Min_sample_value" tag.



    TAG_MODEL
    final public static int TAG_MODEL(Code)
    Constant specifying the "Model" tag.



    TAG_NEW_SUBFILE_TYPE
    final public static int TAG_NEW_SUBFILE_TYPE(Code)
    Constant specifying the "NewSubfileType" tag.
    See Also:   BaselineTIFFTagSet.NEW_SUBFILE_TYPE_REDUCED_RESOLUTION
    See Also:   BaselineTIFFTagSet.NEW_SUBFILE_TYPE_SINGLE_PAGE
    See Also:   BaselineTIFFTagSet.NEW_SUBFILE_TYPE_TRANSPARENCY



    TAG_NUMBER_OF_INKS
    final public static int TAG_NUMBER_OF_INKS(Code)
    Constant specifying the "NumberOfInks" tag.



    TAG_ORIENTATION
    final public static int TAG_ORIENTATION(Code)
    Constant specifying the "Orientation" tag.
    See Also:   BaselineTIFFTagSet.ORIENTATION_ROW_0_TOP_COLUMN_0_LEFT
    See Also:   BaselineTIFFTagSet.ORIENTATION_ROW_0_TOP_COLUMN_0_RIGHT
    See Also:   BaselineTIFFTagSet.ORIENTATION_ROW_0_BOTTOM_COLUMN_0_RIGHT
    See Also:   BaselineTIFFTagSet.ORIENTATION_ROW_0_BOTTOM_COLUMN_0_LEFT
    See Also:   BaselineTIFFTagSet.ORIENTATION_ROW_0_LEFT_COLUMN_0_TOP
    See Also:   BaselineTIFFTagSet.ORIENTATION_ROW_0_RIGHT_COLUMN_0_TOP
    See Also:   BaselineTIFFTagSet.ORIENTATION_ROW_0_RIGHT_COLUMN_0_BOTTOM
    See Also:   BaselineTIFFTagSet.ORIENTATION_ROW_0_LEFT_COLUMN_0_BOTTOM



    TAG_PAGE_NAME
    final public static int TAG_PAGE_NAME(Code)
    Constant specifying the "PageName" tag.



    TAG_PAGE_NUMBER
    final public static int TAG_PAGE_NUMBER(Code)
    Constant specifying the "PageNumber" tag.



    TAG_PHOTOMETRIC_INTERPRETATION
    final public static int TAG_PHOTOMETRIC_INTERPRETATION(Code)
    Constant specifying the "PhotometricInterpretation" tag.
    See Also:   BaselineTIFFTagSet.PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO
    See Also:   BaselineTIFFTagSet.PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO
    See Also:   BaselineTIFFTagSet.PHOTOMETRIC_INTERPRETATION_RGB
    See Also:   BaselineTIFFTagSet.PHOTOMETRIC_INTERPRETATION_PALETTE_COLOR
    See Also:   BaselineTIFFTagSet.PHOTOMETRIC_INTERPRETATION_TRANSPARENCY_MASK
    See Also:   BaselineTIFFTagSet.PHOTOMETRIC_INTERPRETATION_Y_CB_CR
    See Also:   BaselineTIFFTagSet.PHOTOMETRIC_INTERPRETATION_CIELAB
    See Also:   BaselineTIFFTagSet.PHOTOMETRIC_INTERPRETATION_ICCLAB



    TAG_PLANAR_CONFIGURATION
    final public static int TAG_PLANAR_CONFIGURATION(Code)
    Constant specifying the "PlanarConfiguration" tag.
    See Also:   BaselineTIFFTagSet.PLANAR_CONFIGURATION_CHUNKY
    See Also:   BaselineTIFFTagSet.PLANAR_CONFIGURATION_PLANAR



    TAG_PREDICTOR
    final public static int TAG_PREDICTOR(Code)
    Constant specifying the "Predictor" tag.
    See Also:   BaselineTIFFTagSet.TAG_WHITE_POINT
    See Also:   BaselineTIFFTagSet.TAG_PRIMARY_CHROMATICITES
    See Also:   BaselineTIFFTagSet.TAG_COLOR_MAP
    See Also:   BaselineTIFFTagSet.TAG_HALFTONE_HINTS
    See Also:   BaselineTIFFTagSet.TAG_TILE_WIDTH
    See Also:   BaselineTIFFTagSet.TAG_TILE_LENGTH
    See Also:   BaselineTIFFTagSet.TAG_TILE_OFFSETS
    See Also:   BaselineTIFFTagSet.TAG_TILE_BYTE_COUNTS



    TAG_PRIMARY_CHROMATICITES
    final public static int TAG_PRIMARY_CHROMATICITES(Code)
    Constant specifying the "PrimaryChromaticites" tag.



    TAG_REFERENCE_BLACK_WHITE
    final public static int TAG_REFERENCE_BLACK_WHITE(Code)
    Constant specifying the "ReferenceBlackWhite" tag.



    TAG_RESOLUTION_UNIT
    final public static int TAG_RESOLUTION_UNIT(Code)
    Constant specifying the "ResolutionUnit" tag.
    See Also:   BaselineTIFFTagSet.RESOLUTION_UNIT_NONE
    See Also:   BaselineTIFFTagSet.RESOLUTION_UNIT_INCH
    See Also:   BaselineTIFFTagSet.RESOLUTION_UNIT_CENTIMETER



    TAG_ROWS_PER_STRIP
    final public static int TAG_ROWS_PER_STRIP(Code)
    Constant specifying the "Rows_per_strip" tag.



    TAG_SAMPLES_PER_PIXEL
    final public static int TAG_SAMPLES_PER_PIXEL(Code)
    Constant specifying the "Samples_per_pixel" tag.



    TAG_SAMPLE_FORMAT
    final public static int TAG_SAMPLE_FORMAT(Code)
    Constant specifying the "SampleFormat" tag.
    See Also:   BaselineTIFFTagSet.SAMPLE_FORMAT_UNSIGNED_INTEGER
    See Also:   BaselineTIFFTagSet.SAMPLE_FORMAT_SIGNED_INTEGER
    See Also:   BaselineTIFFTagSet.SAMPLE_FORMAT_FLOATING_POINT
    See Also:   BaselineTIFFTagSet.SAMPLE_FORMAT_UNDEFINED



    TAG_SOFTWARE
    final public static int TAG_SOFTWARE(Code)
    Constant specifying the "Software" tag.



    TAG_STRIP_BYTE_COUNTS
    final public static int TAG_STRIP_BYTE_COUNTS(Code)
    Constant specifying the "Strip_byte_counts" tag.



    TAG_STRIP_OFFSETS
    final public static int TAG_STRIP_OFFSETS(Code)
    Constant specifying the "Strip_offsets" tag.



    TAG_SUBFILE_TYPE
    final public static int TAG_SUBFILE_TYPE(Code)
    Constant specifying the "SubfileType" tag.
    See Also:   BaselineTIFFTagSet.SUBFILE_TYPE_FULL_RESOLUTION
    See Also:   BaselineTIFFTagSet.SUBFILE_TYPE_REDUCED_RESOLUTION
    See Also:   BaselineTIFFTagSet.SUBFILE_TYPE_SINGLE_PAGE



    TAG_S_MAX_SAMPLE_VALUE
    final public static int TAG_S_MAX_SAMPLE_VALUE(Code)
    Constant specifying the "SMaxSampleValue" tag.



    TAG_S_MIN_SAMPLE_VALUE
    final public static int TAG_S_MIN_SAMPLE_VALUE(Code)
    Constant specifying the "SMinSampleValue" tag.



    TAG_T4_OPTIONS
    final public static int TAG_T4_OPTIONS(Code)
    Constant specifying the "T4Options" tag.
    See Also:   BaselineTIFFTagSet.T4_OPTIONS_2D_CODING
    See Also:   BaselineTIFFTagSet.T4_OPTIONS_UNCOMPRESSED
    See Also:   BaselineTIFFTagSet.T4_OPTIONS_EOL_BYTE_ALIGNED



    TAG_T6_OPTIONS
    final public static int TAG_T6_OPTIONS(Code)
    Constant specifying the "T6Options" tag.
    See Also:   BaselineTIFFTagSet.T6_OPTIONS_UNCOMPRESSED



    TAG_TARGET_PRINTER
    final public static int TAG_TARGET_PRINTER(Code)
    Constant specifying the "TargetPrinter" tag.



    TAG_THRESHHOLDING
    final public static int TAG_THRESHHOLDING(Code)
    Constant specifying the "Threshholding" tag.
    See Also:   BaselineTIFFTagSet.THRESHHOLDING_NONE
    See Also:   BaselineTIFFTagSet.THRESHHOLDING_ORDERED_DITHER
    See Also:   BaselineTIFFTagSet.THRESHHOLDING_RANDOMIZED_DITHER



    TAG_TILE_BYTE_COUNTS
    final public static int TAG_TILE_BYTE_COUNTS(Code)
    Constant specifying the "TileByteCounts" tag.



    TAG_TILE_LENGTH
    final public static int TAG_TILE_LENGTH(Code)
    Constant specifying the "TileLength" tag.



    TAG_TILE_OFFSETS
    final public static int TAG_TILE_OFFSETS(Code)
    Constant specifying the "TileOffsets" tag.



    TAG_TILE_WIDTH
    final public static int TAG_TILE_WIDTH(Code)
    Constant specifying the "TileWidth" tag.



    TAG_TRANSFER_FUNCTION
    final public static int TAG_TRANSFER_FUNCTION(Code)
    Constant specifying the "TransferFunction" tag.



    TAG_TRANSFER_RANGE
    final public static int TAG_TRANSFER_RANGE(Code)
    Constant specifying the "TransferRange" tag.



    TAG_WHITE_POINT
    final public static int TAG_WHITE_POINT(Code)
    Constant specifying the "WhitePoint" tag.



    TAG_X_POSITION
    final public static int TAG_X_POSITION(Code)
    Constant specifying the "XPosition" tag.



    TAG_X_RESOLUTION
    final public static int TAG_X_RESOLUTION(Code)
    Constant specifying the "XResolution" tag.



    TAG_Y_CB_CR_COEFFICIENTS
    final public static int TAG_Y_CB_CR_COEFFICIENTS(Code)
    Constant specifying the "YCbCrCoefficients" tag.



    TAG_Y_CB_CR_POSITIONING
    final public static int TAG_Y_CB_CR_POSITIONING(Code)
    Constant specifying the "YCbCrPositioning" tag.
    See Also:   BaselineTIFFTagSet.Y_CB_CR_POSITIONING_CENTERED
    See Also:   BaselineTIFFTagSet.Y_CB_CR_POSITIONING_COSITED



    TAG_Y_CB_CR_SUBSAMPLING
    final public static int TAG_Y_CB_CR_SUBSAMPLING(Code)
    Constant specifying the "YCbCrSubsampling" tag.



    TAG_Y_POSITION
    final public static int TAG_Y_POSITION(Code)
    Constant specifying the "YPosition" tag.



    TAG_Y_RESOLUTION
    final public static int TAG_Y_RESOLUTION(Code)
    Constant specifying the "YResolution" tag.



    THRESHHOLDING_NONE
    final public static int THRESHHOLDING_NONE(Code)
    A value to be used with the "Thresholding" tag.
    See Also:   BaselineTIFFTagSet.TAG_THRESHHOLDING



    THRESHHOLDING_ORDERED_DITHER
    final public static int THRESHHOLDING_ORDERED_DITHER(Code)
    A value to be used with the "Thresholding" tag.
    See Also:   BaselineTIFFTagSet.TAG_THRESHHOLDING



    THRESHHOLDING_RANDOMIZED_DITHER
    final public static int THRESHHOLDING_RANDOMIZED_DITHER(Code)
    A value to be used with the "Thresholding" tag.
    See Also:   BaselineTIFFTagSet.TAG_THRESHHOLDING



    Y_CB_CR_POSITIONING_CENTERED
    final public static int Y_CB_CR_POSITIONING_CENTERED(Code)
    A value to be used with the "YCbCrPositioning" tag.
    See Also:   BaselineTIFFTagSet.TAG_Y_CB_CR_POSITIONING



    Y_CB_CR_POSITIONING_COSITED
    final public static int Y_CB_CR_POSITIONING_COSITED(Code)
    A value to be used with the "YCbCrPositioning" tag.
    See Also:   BaselineTIFFTagSet.TAG_Y_CB_CR_POSITIONING





    Method Detail
    getInstance
    public static synchronized BaselineTIFFTagSet getInstance()(Code)
    Returns a shared instance of a BaselineTIFFTagSet. a BaselineTIFFTagSet instance.



    Methods inherited from com.sun.media.imageio.plugins.tiff.TIFFTagSet
    public TIFFTag getTag(int tagNumber)(Code)(Java Doc)
    public TIFFTag getTag(String tagName)(Code)(Java Doc)
    public SortedSet getTagNames()(Code)(Java Doc)
    public SortedSet getTagNumbers()(Code)(Java Doc)

    Methods inherited from java.lang.Object
    native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
    public boolean equals(Object obj)(Code)(Java Doc)
    protected void finalize() throws Throwable(Code)(Java Doc)
    final native public Class getClass()(Code)(Java Doc)
    native public int hashCode()(Code)(Java Doc)
    final native public void notify()(Code)(Java Doc)
    final native public void notifyAll()(Code)(Java Doc)
    public String toString()(Code)(Java Doc)
    final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
    final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
    final public void wait() throws InterruptedException(Code)(Java Doc)

    www.java2java.com | Contact Us
    Copyright 2009 - 12 Demo Source and Support. All rights reserved.
    All other trademarks are property of their respective owners.