Uses of Interface
teamdev.jxcapture.painters.SelectionPainter

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

Uses of SelectionPainter in teamdev.jxcapture.controllers
 

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

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

Uses of SelectionPainter in teamdev.jxcapture.painters
 

Classes in teamdev.jxcapture.painters that implement SelectionPainter
 class ObjectOnScreenPainter
          Represents the painter for the "capture object on screen" operation.
 class RegionPainter
          Represents the painter for the region capture 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.
 

Uses of SelectionPainter in teamdev.jxcapture.toolkit.win32
 

Methods in teamdev.jxcapture.toolkit.win32 with parameters of type SelectionPainter
 void WindowsDrawableArea.setSelectionPainter(SelectionPainter selectionPainter)