xmlgraphics-commons 1.4

Uses of Class
org.apache.xmlgraphics.image.codec.tiff.TIFFField

Packages that use TIFFField
org.apache.xmlgraphics.image.codec.tiff Contains a TIFF image codec. 
 

Uses of TIFFField in org.apache.xmlgraphics.image.codec.tiff
 

Methods in org.apache.xmlgraphics.image.codec.tiff that return TIFFField
 TIFFField[] TIFFEncodeParam.getExtraFields()
          Returns the value set by setExtraFields().
 TIFFField TIFFDirectory.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
 void TIFFEncodeParam.setExtraFields(TIFFField[] extraFields)
          Sets an array of extra fields to be written to the TIFF Image File Directory (IFD).
 


xmlgraphics-commons 1.4

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.