Uses of Class
com.teamdev.jxcapture.image.operation.controllers.SelectionController

Packages that use SelectionController
com.teamdev.jxcapture.image.operation   
com.teamdev.jxcapture.image.operation.controllers   
 

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

Methods in com.teamdev.jxcapture.image.operation that return SelectionController
protected  SelectionController DrawableCapture.getController()
           
 

Constructors in com.teamdev.jxcapture.image.operation with parameters of type SelectionController
DrawableCapture(SelectionController controller)
           
RegionCapture(SelectionController controller)
           
ScreenObjectCapture(SelectionController controller)
           
 

Uses of SelectionController in com.teamdev.jxcapture.image.operation.controllers
 

Subclasses of SelectionController in com.teamdev.jxcapture.image.operation.controllers
 class RegionController
          The specified controller for processing the mouse and key events during the capture of the region.
 class ScreenObjectController
          The specified controller for processing the mouse and key events during the capture of the screen object.