Methods
initialize() → {WRaphael}
creates a new instance.
Pass anything you want to raphael.
This:
- {WRaphael}
- Source:
Returns:
a new instance of this class.
- Type
- WRaphael
path() → {path}
create path on the paper.
Pass anything you want to raphael.
This:
- {WRaphael}
- Source:
Returns:
whatever Raphael returns.
- Type
- path
rect() → {rect}
create a rectangle on the paper.
Pass anything you want to raphael.
This:
- {WRaphael}
- Source:
Returns:
whatever Raphael returns.
- Type
- rect
set() → {set}
create a set on the paper.
Pass anything you want to raphael.
This:
- {WRaphael}
- Source:
Returns:
our wrapper for Raphael sets.
- Type
- set
text() → {text}
create text on the paper.
Pass anything you want to raphael.
This:
- {WRaphael}
- Source:
Returns:
whatever Raphael returns.
- Type
- text