< prev index next >

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

Print this page

        

*** 33,43 **** * A class representing the tags found in an Exif GPS Info IFD. * * <p> The definitions of the data types referenced by the field * definitions may be found in the {@link TIFFTag TIFFTag} class. * ! * @since 1.9 * @see ExifTIFFTagSet */ public class ExifGPSTagSet extends TIFFTagSet { private static ExifGPSTagSet theInstance = null; --- 33,43 ---- * A class representing the tags found in an Exif GPS Info IFD. * * <p> The definitions of the data types referenced by the field * definitions may be found in the {@link TIFFTag TIFFTag} class. * ! * @since 9 * @see ExifTIFFTagSet */ public class ExifGPSTagSet extends TIFFTagSet { private static ExifGPSTagSet theInstance = null;
< prev index next >