Lines Matching refs:ExifTIFFTagSet

44 public final class ExifTIFFTagSet extends TIFFTagSet {  class
46 private static ExifTIFFTagSet theInstance = null;
1927 tags.add(new ExifTIFFTagSet.ExifVersion()); in initTags()
1928 tags.add(new ExifTIFFTagSet.FlashPixVersion()); in initTags()
1929 tags.add(new ExifTIFFTagSet.ColorSpace()); in initTags()
1930 tags.add(new ExifTIFFTagSet.ComponentsConfiguration()); in initTags()
1931 tags.add(new ExifTIFFTagSet.CompressedBitsPerPixel()); in initTags()
1932 tags.add(new ExifTIFFTagSet.PixelXDimension()); in initTags()
1933 tags.add(new ExifTIFFTagSet.PixelYDimension()); in initTags()
1934 tags.add(new ExifTIFFTagSet.MakerNote()); in initTags()
1935 tags.add(new ExifTIFFTagSet.UserComment()); in initTags()
1936 tags.add(new ExifTIFFTagSet.RelatedSoundFile()); in initTags()
1937 tags.add(new ExifTIFFTagSet.DateTimeOriginal()); in initTags()
1938 tags.add(new ExifTIFFTagSet.DateTimeDigitized()); in initTags()
1939 tags.add(new ExifTIFFTagSet.SubSecTime()); in initTags()
1940 tags.add(new ExifTIFFTagSet.SubSecTimeOriginal()); in initTags()
1941 tags.add(new ExifTIFFTagSet.SubSecTimeDigitized()); in initTags()
1942 tags.add(new ExifTIFFTagSet.ExposureTime()); in initTags()
1943 tags.add(new ExifTIFFTagSet.FNumber()); in initTags()
1944 tags.add(new ExifTIFFTagSet.ExposureProgram()); in initTags()
1945 tags.add(new ExifTIFFTagSet.SpectralSensitivity()); in initTags()
1946 tags.add(new ExifTIFFTagSet.ISOSpeedRatings()); in initTags()
1947 tags.add(new ExifTIFFTagSet.OECF()); in initTags()
1948 tags.add(new ExifTIFFTagSet.ShutterSpeedValue()); in initTags()
1949 tags.add(new ExifTIFFTagSet.ApertureValue()); in initTags()
1950 tags.add(new ExifTIFFTagSet.BrightnessValue()); in initTags()
1951 tags.add(new ExifTIFFTagSet.ExposureBiasValue()); in initTags()
1952 tags.add(new ExifTIFFTagSet.MaxApertureValue()); in initTags()
1953 tags.add(new ExifTIFFTagSet.SubjectDistance()); in initTags()
1954 tags.add(new ExifTIFFTagSet.MeteringMode()); in initTags()
1955 tags.add(new ExifTIFFTagSet.LightSource()); in initTags()
1956 tags.add(new ExifTIFFTagSet.Flash()); in initTags()
1957 tags.add(new ExifTIFFTagSet.FocalLength()); in initTags()
1958 tags.add(new ExifTIFFTagSet.SubjectArea()); in initTags()
1959 tags.add(new ExifTIFFTagSet.FlashEnergy()); in initTags()
1960 tags.add(new ExifTIFFTagSet.SpatialFrequencyResponse()); in initTags()
1961 tags.add(new ExifTIFFTagSet.FocalPlaneXResolution()); in initTags()
1962 tags.add(new ExifTIFFTagSet.FocalPlaneYResolution()); in initTags()
1963 tags.add(new ExifTIFFTagSet.FocalPlaneResolutionUnit()); in initTags()
1964 tags.add(new ExifTIFFTagSet.SubjectLocation()); in initTags()
1965 tags.add(new ExifTIFFTagSet.ExposureIndex()); in initTags()
1966 tags.add(new ExifTIFFTagSet.SensingMethod()); in initTags()
1967 tags.add(new ExifTIFFTagSet.FileSource()); in initTags()
1968 tags.add(new ExifTIFFTagSet.SceneType()); in initTags()
1969 tags.add(new ExifTIFFTagSet.CFAPattern()); in initTags()
1970 tags.add(new ExifTIFFTagSet.CustomRendered()); in initTags()
1971 tags.add(new ExifTIFFTagSet.ExposureMode()); in initTags()
1972 tags.add(new ExifTIFFTagSet.WhiteBalance()); in initTags()
1973 tags.add(new ExifTIFFTagSet.DigitalZoomRatio()); in initTags()
1974 tags.add(new ExifTIFFTagSet.FocalLengthIn35mmFilm()); in initTags()
1975 tags.add(new ExifTIFFTagSet.SceneCaptureType()); in initTags()
1976 tags.add(new ExifTIFFTagSet.GainControl()); in initTags()
1977 tags.add(new ExifTIFFTagSet.Contrast()); in initTags()
1978 tags.add(new ExifTIFFTagSet.Saturation()); in initTags()
1979 tags.add(new ExifTIFFTagSet.Sharpness()); in initTags()
1980 tags.add(new ExifTIFFTagSet.DeviceSettingDescription()); in initTags()
1981 tags.add(new ExifTIFFTagSet.SubjectDistanceRange()); in initTags()
1982 tags.add(new ExifTIFFTagSet.ImageUniqueID()); in initTags()
1983 tags.add(new ExifTIFFTagSet.InteroperabilityIFD()); in initTags()
1986 private ExifTIFFTagSet() { in ExifTIFFTagSet() method in ExifTIFFTagSet
1995 public synchronized static ExifTIFFTagSet getInstance() { in getInstance()
1998 theInstance = new ExifTIFFTagSet(); in getInstance()