< prev index next >

jdk/src/java.desktop/share/classes/javax/imageio/plugins/tiff/ExifParentTIFFTagSet.java

Print this page

        

*** 32,42 **** * This tag set should be added to the root tag set by means of the * {@link TIFFImageReadParam#addAllowedTagSet(TIFFTagSet) * TIFFImageReadParam.addAllowedTagSet} method if Exif * support is desired. * ! * @since 1.9 */ public class ExifParentTIFFTagSet extends TIFFTagSet { private static ExifParentTIFFTagSet theInstance = null; --- 32,42 ---- * This tag set should be added to the root tag set by means of the * {@link TIFFImageReadParam#addAllowedTagSet(TIFFTagSet) * TIFFImageReadParam.addAllowedTagSet} method if Exif * support is desired. * ! * @since 9 */ public class ExifParentTIFFTagSet extends TIFFTagSet { private static ExifParentTIFFTagSet theInstance = null;
< prev index next >