Java org.apache.commons.imaging.formats.tiff TiffField fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.imaging.formats.tiff TiffField fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.imaging.formats.tiff TiffField.

The text is from its open source code.

Method

byte[]getByteArrayValue()
Returns a copy of the raw value of the field.
StringgetDescriptionWithoutValue()
intgetDirectoryType()
double[]getDoubleArrayValue()
doublegetDoubleValue()
FieldTypegetFieldType()
Returns the field's type, derived from bytes 2-3.
StringgetFieldTypeName()
int[]getIntArrayValue()
intgetIntValue()
StringgetStringValue()
StringgetTagName()
ObjectgetValue()
StringgetValueDescription()