Home | History | Annotate | Download | only in exif

Lines Matching defs:ExifTag

31 public class ExifTag {
127 ExifTag(short tagId, short type, int componentCount, int ifd,
218 * Returns true if this ExifTag contains value; otherwise, this tag will
966 if (obj instanceof ExifTag) {
967 ExifTag tag = (ExifTag) obj;