Uses of Class
org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Packages that use TIFFField Package Description org.apache.xmlgraphics.image.codec.tiff Contains a TIFF image codec. -
-
Uses of TIFFField in org.apache.xmlgraphics.image.codec.tiff
Fields in org.apache.xmlgraphics.image.codec.tiff declared as TIFFField Modifier and Type Field Description private TIFFField[]TIFFEncodeParam. extraFields(package private) TIFFField[]TIFFDirectory. fieldsAn array of TIFFFields.Methods in org.apache.xmlgraphics.image.codec.tiff that return TIFFField Modifier and Type Method Description TIFFField[]TIFFEncodeParam. getExtraFields()Returns the value set bysetExtraFields().TIFFFieldTIFFDirectory. getField(int tag)Returns the value of a given tag as a TIFFField, or null if the tag is not present.TIFFField[]TIFFDirectory. getFields()Returns an array of TIFFFields containing all the fields in this directory.Methods in org.apache.xmlgraphics.image.codec.tiff with parameters of type TIFFField Modifier and Type Method Description private long[]TIFFImage. getFieldAsLongs(TIFFField field)Return as a long[] the value of a TIFF_LONG or TIFF_SHORT field.private static intTIFFImageEncoder. getValueSize(TIFFField field)Determine the number of bytes in the value portion of the field.voidTIFFEncodeParam. setExtraFields(TIFFField[] extraFields)Sets an array of extra fields to be written to the TIFF Image File Directory (IFD).private voidTIFFImageEncoder. writeValues(TIFFField field)private voidTIFFImageEncoder. writeValuesAsFourBytes(TIFFField field)
-