|
Extending STTools
Below are the functions that can be overriden to createa new STTools. Please refer to the tutorials for more informationon which functions to override in diffierent situations.
Super Class STBase
Class STTools
Returns | Default | Function | Throws |
int |
0 |
GetNumTools() |
|
STTool |
null |
GetTool(int Index) |
|
boolean |
false |
MouseDragged(STItem ItemClickedIn,STTool ToolIndex,STView TheView,MouseEvent TheEvent) |
Exception |
boolean |
false |
MouseMoved(STItem ItemClickedIn,STTool ToolIndex,STView TheView,MouseEvent TheEvent) |
Exception |
boolean |
false |
MousePressed(STItem ItemClickedIn,STTool ToolIndex,STView TheView,MouseEvent TheEvent) |
Exception |
boolean |
false |
MouseReleased(STItem ItemClickedIn,STTool ToolIndex,STView TheView,MouseEvent TheEvent) |
Exception |
|
|
Paint(STItem ItemClickedIn,STTool ToolIndex,STView TheView) |
Exception |
|