Uses of Interface
com.ibm.dtfj.image.Image
Packages that use Image
-
Uses of Image in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that return ImageModifier and TypeMethodDescriptionCreates a newImage
object based on the contents ofimageFile
.Creates a newImage
object based on the contents ofimageFile
andmetadata
.ImageFactory.getImage
(ImageInputStream in, URI sourceID) Creates a newImage
object based on the contents of the given input stream.ImageFactory.getImage
(ImageInputStream in, ImageInputStream metadata, URI sourceID) Creates a newImage
object based on the contents of the given input stream.Image[]
ImageFactory.getImagesFromArchive
(File archive, boolean extract) Creates an array ofImage
objects from an archive such as a zip or jar file.