Class Index | File Index

Classes


Class Tee.Tool

Abstract base class to represent a "tool"
Defined in: <..\..\src\teechart.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Tee.Tool(chart)
Field Summary
Field Attributes Field Name and Description
 
Determines if this tool will be painted or enabled.
Method Summary
Method Attributes Method Name and Description
 
 
draw()
 
mousedown(event)
 
mousemove(event)
Class Detail
Tee.Tool(chart)
Parameters:
{Tee.Chart} chart
The parent chart this tool belongs to.
Field Detail
{Boolean} active
Determines if this tool will be painted or enabled.
Default Value:
true
Method Detail
clicked(p)
Parameters:
p

draw()

mousedown(event)
Parameters:
event

mousemove(event)
Parameters:
event

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Mar 23 2012 10:56:29 GMT+0100 (CET)