Class Raphael
Defined in: raphaeltools.src.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Raphael()
Raphael function loaded from raphael.js file
|
Field Attributes | Field Name and Description |
---|---|
Raphael.el element of Raphael
|
Method Attributes | Method Name and Description |
---|---|
Sets fill and stroke color of receiver to black
|
|
Sets fill and stroke color of receiver to blue
|
|
Sets fill and stroke color of receiver to cyan
|
|
Sets fill color of receiver to black
|
|
Sets fill color of receiver to blue
|
|
Sets fill color of receiver to cyan
|
|
Sets fill color of receiver to gray
|
|
Sets fill color of receiver to green
|
|
Sets fill color of receiver to magenta
|
|
Sets fill color of receiver to orange
|
|
Sets fill color of receiver to red
|
|
Sets fill color of receiver to white
|
|
Sets fill color of receiver to yellow
|
|
Sets fill and stroke color of receiver to gray
|
|
Sets fill and stroke color of receiver to green
|
|
Sets fill and stroke color of receiver to magenta
|
|
Sets fill and stroke color of receiver to orange
|
|
Sets fill and stroke color of receiver to red
|
|
Set width of receiver
|
|
Sets stroke color of receiver to black
|
|
Sets stroke color of receiver to blue
|
|
Sets stroke color of receiver to cyan
|
|
Sets stroke color of receiver to gray
|
|
Sets stroke color of receiver to green
|
|
Sets stroke color of receiver to magenta
|
|
Sets stroke color of receiver to orange
|
|
Sets stroke color of receiver to red
|
|
Sets stroke color of receiver to white
|
|
Sets stroke color of receiver to yellow
|
|
Sets fill and stroke color of receiver to white
|
|
Sets fill and stroke color of receiver to yellow
|
Field Detail
Raphael.el
Raphael.el element of Raphael
Method Detail
Raphael.el.black()
Sets fill and stroke color of receiver to black
Raphael.el.blue()
Sets fill and stroke color of receiver to blue
Raphael.el.cyan()
Sets fill and stroke color of receiver to cyan
Raphael.el.fillBlack()
Sets fill color of receiver to black
Raphael.el.fillBlue()
Sets fill color of receiver to blue
Raphael.el.fillCyan()
Sets fill color of receiver to cyan
Raphael.el.fillGray()
Sets fill color of receiver to gray
Raphael.el.fillGreen()
Sets fill color of receiver to green
Raphael.el.fillMagenta()
Sets fill color of receiver to magenta
Raphael.el.fillOrange()
Sets fill color of receiver to orange
Raphael.el.fillRed()
Sets fill color of receiver to red
Raphael.el.fillWhite()
Sets fill color of receiver to white
Raphael.el.fillYellow()
Sets fill color of receiver to yellow
Raphael.el.gray()
Sets fill and stroke color of receiver to gray
Raphael.el.green()
Sets fill and stroke color of receiver to green
Raphael.el.magenta()
Sets fill and stroke color of receiver to magenta
Raphael.el.orange()
Sets fill and stroke color of receiver to orange
Raphael.el.red()
Sets fill and stroke color of receiver to red
Raphael.el.setWidth(w)
Set width of receiver
- Parameters:
- w
- new width
Raphael.el.strokeBlack()
Sets stroke color of receiver to black
Raphael.el.strokeBlue()
Sets stroke color of receiver to blue
Raphael.el.strokeCyan()
Sets stroke color of receiver to cyan
Raphael.el.strokeGray()
Sets stroke color of receiver to gray
Raphael.el.strokeGreen()
Sets stroke color of receiver to green
Raphael.el.strokeMagenta()
Sets stroke color of receiver to magenta
Raphael.el.strokeOrange()
Sets stroke color of receiver to orange
Raphael.el.strokeRed()
Sets stroke color of receiver to red
Raphael.el.strokeWhite()
Sets stroke color of receiver to white
Raphael.el.strokeYellow()
Sets stroke color of receiver to yellow
Raphael.el.white()
Sets fill and stroke color of receiver to white
Raphael.el.yellow()
Sets fill and stroke color of receiver to yellow