Uses of Interface
javax.tools.diagnostics.image.Image

Packages that use Image
javax.tools.diagnostics Top level of the API, provides access to API implementations. 
javax.tools.diagnostics.image Package of interfaces representing a snapshot of a program. 
 

Uses of Image in javax.tools.diagnostics
 

Methods in javax.tools.diagnostics that return Image
 Image FactoryRegistry.getImage(java.io.File file)
           Returns an appropriate Image for the provide file by locating the first registered image factory that can handle the case insensitive file name extension of the provided file.
 

Uses of Image in javax.tools.diagnostics.image
 

Methods in javax.tools.diagnostics.image that return Image
 Image ImageFactory.getImage(java.io.File imageFile)
           Creates a new Image object based on the contents of imageFile.
 Image ImageFactory.getImage(java.io.File imageFile, java.io.File metadata)
           Creates a new Image object based on the contents of imageFile and metadata
 



Copyright © 2010. All Rights Reserved.