Uses of Interface
teamdev.jxcapture.painters.SelectionPainter

Packages that use SelectionPainter
teamdev.jxcapture.controllers   
teamdev.jxcapture.painters   
teamdev.jxcapture.toolkit   
 

Uses of SelectionPainter in teamdev.jxcapture.controllers
 

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

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

Uses of SelectionPainter in teamdev.jxcapture.painters
 

Classes in teamdev.jxcapture.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 teamdev.jxcapture.toolkit
 

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