Class Index | File Index

Classes


Class Tee.SVGMap

Generic base class to represent an SVG object.
Defined in: <..\..\src\teechart-maps.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Tee.SVGMap(id, left, top, width, height)
Method Summary
Method Attributes Method Name and Description
 
 
applyPalette(colors)
<inner>  
createButton(id, x, y)
 
createRect(x, y, width, height)
 
find(id)
<inner>  
zoom(factor)
Class Detail
Tee.SVGMap(id, left, top, width, height)
Parameters:
id
left
top
width
height
Method Detail
addZoomButtons()

applyPalette(colors)
Parameters:
colors

<inner> createButton(id, x, y)
Parameters:
id
x
y

createRect(x, y, width, height)
Parameters:
x
y
width
height

find(id)
Parameters:
id

<inner> zoom(factor)
Parameters:
factor

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Jul 04 2014 13:25:00 GMT+0200 (CEST)