graphics/RubberBand.py
changeset 1782 5b6ad7a7fd9d
parent 1744 69dfdb26f600
child 1831 56b48961cc68
equal deleted inserted replaced
1781:b112bfdde5cc 1782:5b6ad7a7fd9d
    24 
    24 
    25 import wx
    25 import wx
    26 
    26 
    27 from graphics.GraphicCommons import GetScaledEventPosition
    27 from graphics.GraphicCommons import GetScaledEventPosition
    28 
    28 
    29 #-------------------------------------------------------------------------------
    29 
       
    30 # -------------------------------------------------------------------------------
    30 #                               Viewer RubberBand
    31 #                               Viewer RubberBand
    31 #-------------------------------------------------------------------------------
    32 # -------------------------------------------------------------------------------
    32 
    33 
    33 
    34 
    34 class RubberBand:
    35 class RubberBand:
    35     """
    36     """
    36     Class that implements a rubberband for graphic Viewers
    37     Class that implements a rubberband for graphic Viewers