Class Index | File Index

Classes


Class GeomObj

Abstract class for geometrical object
Defined in: raphaeltools.src.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
GeomObj(raphael, parameters,)
Abstract class for simple geometrical objects
Field Summary
Field Attributes Field Name and Description
 
angle of the object
 
obj
actual raphael object
 
svg array (list) of the object
 
raphael instance connected to the object
 
size of the object
 
x
x coordinate of the object
 
z
z coordinate of the object
Class Detail
GeomObj(raphael, parameters,)
Abstract class for simple geometrical objects
Parameters:
{Raphael} raphael
raphael instance
{Object} parameters,
see below
{float} params.x
x coordinate [pixel]
{float} params.z
z coordinate [pixel]
{float} params.size
size [pixel]
{float} params.angle
rotation angle from initial position
Field Detail
{float} angle
angle of the object

{Raphael.el} obj
actual raphael object

{Array} pathList
svg array (list) of the object

{Raphael} rapheal
raphael instance connected to the object

{float} size
size of the object

{float} x
x coordinate of the object

{float} z
z coordinate of the object

Documentation generated by JsDoc Toolkit 2.4.0 on Sat Apr 14 2012 12:20:47 GMT+0200 (CEST)