Uses of Class
rebuild.graphics.tiff.Tag

Packages that use Tag
rebuild.graphics.tiff   
rebuild.graphics.tiff.tags   
 

Uses of Tag in rebuild.graphics.tiff
 

Methods in rebuild.graphics.tiff that return Tag
 Tag IFD.getTag(int index)
          Get a tag at the specified index.
 Tag IFD.getTagByType(int type)
          Get a tag by the type.
 

Methods in rebuild.graphics.tiff with parameters of type Tag
 void IFD.addTag(Tag tag)
          Add a new Tag to the this IFD.
 void IFD.insertTag(int index, Tag tag)
          Insert a tag at the specified index.
 

Uses of Tag in rebuild.graphics.tiff.tags
 

Subclasses of Tag in rebuild.graphics.tiff.tags
 class ASCIITag
          A tag that contains one or more Writer.ASCII items.
 class BitsPerSampleTag
          The number of bits per component in the image.
 class ByteTag
          A tag that contains one or more Writer.BYTE items.
 class CompressionTag
          Compression scheme used on the image data.
 class DoubleTag
          A tag that contains one or more Writer.DOUBLE items.
 class ExtraSamplesTag
          Description of extra components.
 class FloatTag
          A tag that contains one or more Writer.FLOAT items.
 class ImageLengthTag
          The number of rows of pixels in the image.
 class ImageWidthTag
          The number of columns in the image, i.e., the number of pixels per scanline.
 class Long8Tag
          A tag that contains one or more Writer.LONG8 items.
 class LongTag
          A tag that contains one or more Writer.LONG items.
 class PhotometricInterpretationTag
          The color space of the image data.
 class PlanarConfigurationTag
          How the components of each pixel are stored.
 class RationalTag
          A tag that contains one or more Writer.RATIONAL items.
 class ResolutionUnitTag
          The unit of measurement for XResolution and YResolution.
 class RowsPerStripTag
          The number of rows per strip.
 class SamplesPerPixelTag
          The number of components per pixel.
 class SByteTag
          A tag that contains one or more Writer.SBYTE items.
 class ShortTag
          A tag that contains one or more Writer.SHORT items.
 class SLong8Tag
          A tag that contains one or more Writer.SLONG8 items.
 class SLongTag
          A tag that contains one or more Writer.SLONG items.
 class SRationalTag
          A tag that contains one or more Writer.SRATIONAL items.
 class SShortTag
          A tag that contains one or more Writer.SSHORT items.
 class StripByteCountsTag
          For each strip, the number of bytes in the strip after compression.
 class StripOffsetsTag
          For each strip, the byte offset of that strip.
 class XResolutionTag
          The number of pixels per ResolutionUnitTag in the ImageWidthTag direction.
 class YResolutionTag
          The number of pixels per ResolutionUnitTag in the ImageLengthTag direction.