Package | Description |
---|---|
org.apache.batik.ext.awt.image.codec.tiff |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TIFFEncodeParam.setExtraFields(TIFFField[] extraFields)
Sets an array of extra fields to be written to the TIFF Image File
Directory (IFD).
|
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.