Uses of Class
com.teamdev.jxcapture.ImageCapture

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

Uses of ImageCapture in com.teamdev.jxcapture
 

Methods in com.teamdev.jxcapture that return ImageCapture
static ImageCapture ImageCapture.create()
          Factory method that creates new instance of image capture instance depending on a current platform.
static ImageCapture ImageCapture.create(ImageSource source)
          Factory method that creates new instance of image capture instance depending on a current platform and specified image source.
static ImageCapture ImageCapture.create(com.teamdev.jxdesktop.UIElement element)
          Factory method that creates new instance of image capture instance depending on a current platform.
 ImageCapture ImageCapture.resize(java.awt.Dimension dimensions)
          This method resizes this image capture using default interpolation mode InterpolationMode.Default
abstract  ImageCapture ImageCapture.resize(java.awt.Dimension dimensions, InterpolationMode interpolation)
          Resizes this image capture to new dimensions using the specified interpolation mode.
abstract  ImageCapture ImageCapture.takeSnapshot()
          Takes a snapshot of a specified capture area.
 

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

Subclasses of ImageCapture in com.teamdev.jxcapture.image.linux
 class LinuxImageCapture
           
 

Methods in com.teamdev.jxcapture.image.linux that return ImageCapture
 ImageCapture LinuxImageCapture.resize(java.awt.Dimension dimensions, InterpolationMode interpolation)
           
 ImageCapture LinuxImageCapture.takeSnapshot()
           
 

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

Subclasses of ImageCapture in com.teamdev.jxcapture.image.mac
 class MacOSImageCapture
           
 

Methods in com.teamdev.jxcapture.image.mac that return ImageCapture
 ImageCapture MacOSImageCapture.resize(java.awt.Dimension newSize, InterpolationMode interpolation)
           
 ImageCapture MacOSImageCapture.takeSnapshot()
           
 

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

Subclasses of ImageCapture in com.teamdev.jxcapture.image.win
 class WindowsImageCapture
          A collection of utility methods for the Windows desktop.
 

Methods in com.teamdev.jxcapture.image.win that return ImageCapture
 ImageCapture WindowsImageCapture.resize(java.awt.Dimension dimensions, InterpolationMode interpolation)
           
 ImageCapture WindowsImageCapture.takeSnapshot()