- TextField - Class in eu.id3.document
-
Represents a text field extracted from a document.
- TextField() - Constructor for class eu.id3.document.TextField
-
Creates a new instance of the TextField class.
- TextField(long) - Constructor for class eu.id3.document.TextField
-
Creates a new instance of the TextField class.
- TextFieldList - Class in eu.id3.document
-
Represents a list of text fields extracted from a document.
- TextFieldList() - Constructor for class eu.id3.document.TextFieldList
-
Creates a new instance of the TextFieldList class.
- TextFieldList(long) - Constructor for class eu.id3.document.TextFieldList
-
Creates a new instance of the TextFieldList class.
- toBuffer(ImageFormat, float) - Method in class eu.id3.document.DocumentImage
-
Exports the image to a buffer.
- toBufferObject(ImageFormat, float, ImageBuffer) - Method in class eu.id3.document.DocumentImage
-
Copies the image to a buffer in the specified format.
- toFile(String, float) - Method in class eu.id3.document.DocumentImage
-
Saves the image to the specified file.
- topLeft - Variable in class eu.id3.document.Rectangle
-
Top-left corner of the rectangle.
- topRight - Variable in class eu.id3.document.Rectangle
-
Top-right corner of the rectangle.
- toRawBuffer(PixelFormat, ImageBuffer) - Method in class eu.id3.document.DocumentImage
-
Copies image pixels in the specified format into a buffer.
- transpose() - Method in class eu.id3.document.DocumentImage
-
Transposes the image object.