Uses of Interface
com.teamdev.jxcapture.image.operation.painters.SelectionPainter

Packages that use SelectionPainter
com.teamdev.jxcapture.image.operation.controllers   
com.teamdev.jxcapture.image.operation.painters   
com.teamdev.jxcapture.image.operation.toolkit   
 

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

Methods in com.teamdev.jxcapture.image.operation.controllers that return SelectionPainter
abstract  SelectionPainter SelectionController.getSelectionPainter()
          Returns a SelectionPainter object.
 SelectionPainter ScreenObjectController.getSelectionPainter()
           
 SelectionPainter RegionController.getSelectionPainter()
           
 

Constructors in com.teamdev.jxcapture.image.operation.controllers with parameters of type SelectionPainter
RegionController(SelectionPainter selectionPainter)
           
ScreenObjectController(SelectionPainter painter)
           
 

Uses of SelectionPainter in com.teamdev.jxcapture.image.operation.painters
 

Classes in com.teamdev.jxcapture.image.operation.painters that implement SelectionPainter
 class RegionPainter
          Represents the painter for the region capture operation.
 class ScreenObjectPainter
          Represents the painter for the "capture object on screen" operation.
 

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

Methods in com.teamdev.jxcapture.image.operation.toolkit with parameters of type SelectionPainter
 void DrawableArea.setSelectionPainter(SelectionPainter selectionPainter)
          Sets the specified selection painter.