|  | Methods defined here: 
 button1(self, event, shift=False)Print line text and connection line.
 click(self, event=None)Set the window mouse tool to this.
 getMultiplier(self)Get the scale multiplier.
 getReset(self, window)Reset the mouse tool to default.
 Methods inherited from skeinforge_application.skeinforge_plugins.analyze_plugins.analyze_utilities.mouse_tool_base.MouseToolBase:
 
 buttonRelease1(self, event)The left button was released, <ButtonRelease-1> function.
 destroyEverything(self)Destroy items.
 destroyEverythingGetFocus(self)Destroy items and get the focus for the canvas.
 getTagsGivenXY(self, x, y)Get the tag for the x and y.
 isSelectionTool(self)Return if this mouse tool is a selection tool.
 keyPressDown(self, event)The down arrow was pressed.
 keyPressLeft(self, event)The left arrow was pressed.
 keyPressReturn(self, event)The return key was pressed.
 keyPressRight(self, event)The right arrow was pressed.
 keyPressUp(self, event)The up arrow was pressed.
 motion(self, event, shift=False)The mouse moved, <Motion> function.
 setWindowItems(self, window)Set the canvas and items.
 update(self)Update the mouse tool.
 |