Class Index | File Index

Classes


Class Tee.Three

WebGL Three.js canvas context.
Defined in: <..\..\src\teechart-3d.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Tee.Three(id)
Method Summary
Method Attributes Method Name and Description
 
addColorStop(stop, color)
 
addLight(kind, color, x, y, z, shadows)
<inner>  
addMesh(wireframe, m, size, r, geo, maxZ, zMin, zMax)
<inner>  
 
arc(cx, cy, radius, angle, endAngle, clockwise)
 
 
 
bezierCurveTo(a, b, c, d, e, f)
 
 
 
clip()
 
 
colorToInt(color)
 
 
 
 
cube(r, round)
 
cylinder(r, topRadius, vertical)
 
 
 
ellipsePath(cx, cy, w, h)
 
ellipsoid(r, vertical)
 
 
fill()
 
fillText(theText, x, y)
<inner>  
findTextCache(text, size)
 
<inner>  
 
<inner>  
 
getMaterial(envMap)
 
 
 
 
lineTo(x, y, z)
 
lineZ(x, y, z0, z1)
 
 
moveTo(x, y, z)
 
 
polygon(points, format)
 
pyramid(r, vertical)
 
quadraticCurveTo(x0, y0, x1, y1)
 
rect(x, y, width, height)
 
<inner>  
resizeContainer(width, height)
 
 
rotate(angle)
<inner>  
roundRect(shape, x, y, width, height, radius)
 
roundRect(x, y, width, height, rx, ry)
 
save()
 
setCamera(perspective)
 
setEnabled(enable, chart)
 
 
 
 
showLight(index, show)
 
slice(p, center, radius, angle0, angle1, donut, torus, beveled)
 
sphere(cx, cy, rx, ry)
 
spline(points, isShape)
<inner>  
 
 
surface(size, func, r, wireframe, grid, maxZ)
 
toogle(element, show)
 
translate(x, y)
 
 
zPos()
Class Detail
Tee.Three(id)
Parameters:
id
Method Detail
addColorStop(stop, color)
Parameters:
stop
color

addLight(kind, color, x, y, z, shadows)
Parameters:
kind
color
x
y
z
shadows

<inner> addMesh(wireframe, m, size, r, geo, maxZ, zMin, zMax)
Parameters:
wireframe
m
size
r
geo
maxZ
zMin
zMax

<inner> addShape(s)
Parameters:
s

arc(cx, cy, radius, angle, endAngle, clockwise)
Parameters:
cx
cy
radius
angle
endAngle
clockwise

beginParent()

beginPath()

bezierCurveTo(a, b, c, d, e, f)
Parameters:
a
b
c
d
e
f

clearRect()

clearTextCache()

clip()

closePath()

colorToInt(color)
Parameters:
color

createLinearGradient()

createRadialGradient()

createTrackball()

cube(r, round)
Parameters:
r
round

cylinder(r, topRadius, vertical)
Parameters:
r
topRadius
vertical

doHitTest()

doRender()

ellipsePath(cx, cy, w, h)
Parameters:
cx
cy
w
h

ellipsoid(r, vertical)
Parameters:
r
vertical

endParent()

fill()

fillText(theText, x, y)
Parameters:
theText
x
y

<inner> findTextCache(text, size)
Parameters:
text
size

fullScreen()

<inner> fullScreenChanged()

getContext()

<inner> getFontSize(font)
Parameters:
font

getMaterial(envMap)
Parameters:
envMap

Gradient()

isEnabled()

lineMaterial()

lineTo(x, y, z)
Parameters:
x
y
z

lineZ(x, y, z0, z1)
Parameters:
x
y
z0
z1

measureText(text)
Parameters:
text

moveTo(x, y, z)
Parameters:
x
y
z

onWindowResize()

polygon(points, format)
Parameters:
points
format

pyramid(r, vertical)
Parameters:
r
vertical

quadraticCurveTo(x0, y0, x1, y1)
Parameters:
x0
y0
x1
y1

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

refresh()

<inner> resizeContainer(width, height)
Parameters:
width
height

restore()

rotate(angle)
Parameters:
angle

<inner> roundRect(shape, x, y, width, height, radius)
Parameters:
shape
x
y
width
height
radius

roundRect(x, y, width, height, rx, ry)
Parameters:
x
y
width
height
rx
ry

save()

setCamera(perspective)
Parameters:
perspective

setEnabled(enable, chart)
Parameters:
enable
chart

setLineDash(dash)
Parameters:
dash

setShowLights(value)
Parameters:
value

setShowShadows(value)
Parameters:
value

showLight(index, show)
Parameters:
index
show

slice(p, center, radius, angle0, angle1, donut, torus, beveled)
Parameters:
p
center
radius
angle0
angle1
donut
torus
beveled

sphere(cx, cy, rx, ry)
Parameters:
cx
cy
rx
ry

spline(points, isShape)
Parameters:
points
isShape

<inner> stringToColor(color)
Parameters:
color

stroke()

surface(size, func, r, wireframe, grid, maxZ)
Parameters:
size
func
r
wireframe
grid
maxZ

toogle(element, show)
Parameters:
element
show

translate(x, y)
Parameters:
x
y

update()

zPos()

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