Class GeomObj
Abstract class for geometrical object
Defined in: raphaeltools.src.js.
Constructor Attributes | Constructor Name and Description |
---|---|
GeomObj(raphael, parameters,)
Abstract class for simple geometrical objects
|
Field Attributes | Field Name and Description |
---|---|
angle of the object
|
|
actual raphael object
|
|
svg array (list) of the object
|
|
raphael instance connected to the object
|
|
size of the object
|
|
x coordinate of the object
|
|
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