Class: WRaphael

WRaphael

Wrapper for Raphael.js

Constructor

new WRaphael()

Author:
  • mark.veltzer@gmail.com (Mark Veltzer)
Source:

Methods

initialize() → {WRaphael}

creates a new instance. Pass anything you want to raphael.
This:
Author:
  • mark.veltzer@gmail.com (Mark Veltzer)
Source:
Returns:
a new instance of this class.
Type
WRaphael

path() → {path}

create path on the paper. Pass anything you want to raphael.
This:
Author:
  • mark.veltzer@gmail.com (Mark Veltzer)
Source:
Returns:
whatever Raphael returns.
Type
path

rect() → {rect}

create a rectangle on the paper. Pass anything you want to raphael.
This:
Author:
  • mark.veltzer@gmail.com (Mark Veltzer)
Source:
Returns:
whatever Raphael returns.
Type
rect

set() → {set}

create a set on the paper. Pass anything you want to raphael.
This:
Author:
  • mark.veltzer@gmail.com (Mark Veltzer)
Source:
Returns:
our wrapper for Raphael sets.
Type
set

text() → {text}

create text on the paper. Pass anything you want to raphael.
This:
Author:
  • mark.veltzer@gmail.com (Mark Veltzer)
Source:
Returns:
whatever Raphael returns.
Type
text