| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IIOMetadataController | |
|---|---|
| javax.imageio.metadata | A package of the Java Image I/O API dealing with reading and writing metadata. | 
| Uses of IIOMetadataController in javax.imageio.metadata | 
|---|
| Fields in javax.imageio.metadata declared as IIOMetadataController | |
|---|---|
| protected  IIOMetadataController | IIOMetadata.controllerThe IIOMetadataControllerthat will be
 used to provide settings for thisIIOMetadataobject when theactivateControllermethod
 is called. | 
| protected  IIOMetadataController | IIOMetadata.defaultControllerAn IIOMetadataControllerthat is suggested for use
 as the controller for thisIIOMetadataobject. | 
| Methods in javax.imageio.metadata that return IIOMetadataController | |
|---|---|
|  IIOMetadataController | IIOMetadata.getController()Returns whatever IIOMetadataControlleris currently
 installed. | 
|  IIOMetadataController | IIOMetadata.getDefaultController()Returns the default IIOMetadataController, if there
 is one, regardless of the currently installed controller. | 
| Methods in javax.imageio.metadata with parameters of type IIOMetadataController | |
|---|---|
|  void | IIOMetadata.setController(IIOMetadataController controller)Sets the IIOMetadataControllerto be used
 to provide settings for thisIIOMetadataobject when theactivateControllermethod
 is called, overriding any default controller. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.