Class Index | File Index

Classes


Methods

Class SVG


Defined in: svg.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
SVG(h, w, xr, yr)
A class for generating SVG elements representing functions
Method Summary
Method Attributes Method Name and Description
addCurves(curves)
Store functions to be drawn.
Generates the SVG XML
Class Detail
SVG(h, w, xr, yr)
A class for generating SVG elements representing functions
Parameters:
{integer} h
The height in pixels of the element
{integer} w
The width in pixels of the element
{Range} xr
The range of x values represented in the graph.
{Range} yr
The range of the y values represented
Method Detail
addCurves(curves)
Store functions to be drawn.
Parameters:
{[Polynomial | PiecewiseFunction]} curves
Array of Polnomials and or Piecewise Functions

toXML()
Generates the SVG XML

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Jul 19 2013 13:20:00 GMT-0400 (EDT)