| 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| 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.defaultController
An IIOMetadataController that is suggested for use
 as the controller for this IIOMetadata object. | 
protected  IIOMetadataController | 
IIOMetadata.controller
The IIOMetadataController that will be
 used to provide settings for this IIOMetadata
 object when the activateController method
 is called. | 
| Methods in javax.imageio.metadata that return IIOMetadataController | |
 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. | 
| Methods in javax.imageio.metadata with parameters of type IIOMetadataController | |
 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. | 
  | 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.