| Package | Description |
|---|---|
| javax.imageio.metadata |
A package of the Java Image I/O API dealing with reading and writing metadata.
|
| Modifier and Type | Field and 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 and 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 and Description |
|---|---|
void |
IIOMetadata.setController(IIOMetadataController
Sets the
IIOMetadataController to be used to provide settings for this
IIOMetadata object when the
activateController method is called, overriding any default controller.
|