Uses of Class
teamdev.jxcapture.CaptureOperation

Packages that use CaptureOperation
teamdev.jxcapture   
 

Uses of CaptureOperation in teamdev.jxcapture
 

Subclasses of CaptureOperation in teamdev.jxcapture
 class ActiveWindowCapture
          Represents the active window capture operation.
 class DesktopCapture
          Represents the desktop capture operation.
 class DrawableCapture
          This abstract class represents a drawing capture operation, like capture of a specified region or object.
 class ObjectCapture
          Represents the operation that allows capturing a specified object, like a window or control by means of the mouse cursor.
 class ObjectOnScreenCapture
          Represents the operation that allows capturing a specified object (like a window or control) located on the screen by means of the mouse cursor.
 class RegionCapture
          Represents the region capture operation.