| 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 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, 2015, Oracle and/or its affiliates.  All rights reserved.