| Package | Description |
|---|---|
| javax.imageio.metadata |
A package of the Java Image I/O API dealing with reading and writing
metadata.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected IIOMetadataController |
IIOMetadata.controller |
The
IIOMetadataController that will be
used to provide settings for this IIOMetadata
object when the activateController method
is called. |
protected IIOMetadataController |
IIOMetadata.defaultController |
An
IIOMetadataController that is suggested for use
as the controller for this IIOMetadata object. |
| Modifier and Type | Method | Description |
|---|---|---|
IIOMetadataController |
IIOMetadata.getController() |
Returns whatever
IIOMetadataController is currently
installed. |
IIOMetadataController |
IIOMetadata.getDefaultController() |
Returns the default
IIOMetadataController, if there
is one, regardless of the currently installed controller. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IIOMetadata.setController(IIOMetadataController controller) |
Sets the
IIOMetadataController to be used
to provide settings for this IIOMetadata
object when the activateController method
is called, overriding any default controller. |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b155-1