graphics/RubberBand.py
changeset 1831 56b48961cc68
parent 1782 5b6ad7a7fd9d
child 1881 091005ec69c4
equal deleted inserted replaced
1830:e598d1acf354 1831:56b48961cc68
    30 # -------------------------------------------------------------------------------
    30 # -------------------------------------------------------------------------------
    31 #                               Viewer RubberBand
    31 #                               Viewer RubberBand
    32 # -------------------------------------------------------------------------------
    32 # -------------------------------------------------------------------------------
    33 
    33 
    34 
    34 
    35 class RubberBand:
    35 class RubberBand(object):
    36     """
    36     """
    37     Class that implements a rubberband for graphic Viewers
    37     Class that implements a rubberband for graphic Viewers
    38     """
    38     """
    39 
    39 
    40     def __init__(self, viewer):
    40     def __init__(self, viewer):