Uses of Class
com.teamdev.jxcapture.image.ImageFormat

Packages that use ImageFormat
com.teamdev.jxcapture   
com.teamdev.jxcapture.image   
com.teamdev.jxcapture.image.linux   
com.teamdev.jxcapture.image.mac   
com.teamdev.jxcapture.image.win   
 

Uses of ImageFormat in com.teamdev.jxcapture
 

Methods in com.teamdev.jxcapture with parameters of type ImageFormat
 boolean ImageCapture.save(java.io.File file, ImageFormat format)
          Saves this image capture to a file with the specified image format using the best compression quality.
abstract  boolean ImageCapture.save(java.io.File file, ImageFormat format, CompressionQuality quality)
          Saves this image capture to a file with the specified image format.
 

Uses of ImageFormat in com.teamdev.jxcapture.image
 

Fields in com.teamdev.jxcapture.image declared as ImageFormat
static ImageFormat ImageFormat.BMP
          BMP format description.
static ImageFormat ImageFormat.GIF
          GIF format description.
static ImageFormat ImageFormat.JPEG
          JPEG format description.
static ImageFormat ImageFormat.PNG
          PNG format description.
 

Uses of ImageFormat in com.teamdev.jxcapture.image.linux
 

Methods in com.teamdev.jxcapture.image.linux with parameters of type ImageFormat
 boolean LinuxImageCapture.save(java.io.File file, ImageFormat format, CompressionQuality quality)
           
 

Uses of ImageFormat in com.teamdev.jxcapture.image.mac
 

Methods in com.teamdev.jxcapture.image.mac with parameters of type ImageFormat
 boolean MacOSImageCapture.save(java.io.File file, ImageFormat format, CompressionQuality quality)
           
 

Uses of ImageFormat in com.teamdev.jxcapture.image.win
 

Methods in com.teamdev.jxcapture.image.win with parameters of type ImageFormat
 boolean WindowsImageCapture.save(java.io.File file, ImageFormat format, CompressionQuality quality)