Uses of Class
com.teamdev.jxcapture.image.operation.CaptureOperation

Packages that use CaptureOperation
com.teamdev.jxcapture.image.operation   
com.teamdev.jxcapture.image.operation.toolkit   
 

Uses of CaptureOperation in com.teamdev.jxcapture.image.operation
 

Subclasses of CaptureOperation in com.teamdev.jxcapture.image.operation
 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 RegionCapture
          Represents the region capture operation.
 class ScreenObjectCapture
          Represents the operation that allows capturing a specified object (like a window or control) located on the screen by means of the mouse cursor.
 

Uses of CaptureOperation in com.teamdev.jxcapture.image.operation.toolkit
 

Methods in com.teamdev.jxcapture.image.operation.toolkit with parameters of type CaptureOperation
 DrawableArea DrawableAreaFactory.createDrawableArea(CaptureOperation operation)