def __init__(self, component=None, *args, **kw): AbstractOverlay.__init__(self, component, *args, **kw) self.colors = make_color_map().map_screen(np.arange(0, 10))
def __init__(self,component,**traits): DragTool.__init__(self,component) AbstractOverlay.__init__(self,component)