DESY ACOP Beans Home

Uses of Class
de.desy.acop.video.timageio.TBufferedImage

Packages that use TBufferedImage
de.desy.acop.video.timageio   
 

Uses of TBufferedImage in de.desy.acop.video.timageio
 

Methods in de.desy.acop.video.timageio that return TBufferedImage
static TBufferedImage TImageIO.read(java.io.File input)
          Returns a TBufferedImage as the result of decoding a supplied File
with an ImageReader chosen automatically from among those currently registered.
static TBufferedImage TImageIO.read(javax.imageio.stream.ImageInputStream stream)
          Returns a TBufferedImage as the result of decoding a supplied ImageInputStream
with an ImageReader chosen automatically from among those currently registered.
If no registered ImageReader claims to be able to read the stream, null is returned.
static TBufferedImage TImageIO.read(java.io.InputStream input)
          Returns a TBufferedImage as the result of decoding a supplied InputStream
with an ImageReader chosen automatically from among those currently registered.
The InputStream is wrapped in an ImageInputStream.
If no registered ImageReader claims to be able to read the resulting stream, null is returned.
static TBufferedImage TImageIO.read(java.net.URL input)
          Returns a TBufferedImage as the result of decoding a supplied URL
with an ImageReader chosen automatically from among those currently registered.
An InputStream is obtained from the URL, which is wrapped in an ImageInputStream.
If no registered ImageReader claims to be able to read the resulting stream, null is returned.
 

Methods in de.desy.acop.video.timageio with parameters of type TBufferedImage
static boolean TImageIO.write(TBufferedImage tbi, java.io.File output)
           
static boolean TImageIO.write(TBufferedImage tbi, javax.imageio.stream.ImageOutputStream output)
           
 



Copyright © 2010. All Rights Reserved.