![]() |
![]()
| ![]() |
![]()
NAMESVG::Graph::Data newTitle : new Usage : my $data = SVG::Graph::Data->new Function: creates a new SVG::Graph::Data object Returns : a SVG::Graph::Data object Args : (optional) array of SVG::Graph::Data::Datum objects initTitle : init Usage : Function: Example : Returns : Args : dataTitle : data Usage : Function: Example : Returns : Args : add_dataTitle : add_data Usage : $data->add_data($datum) Function: adds a Datum object to the current Data object Returns : none Args : SVG::Graph::Data::Datum object _recalculate_statsTitle : _recalculate_stats Usage : Function: Example : Returns : Args : xstatTitle : xstat Usage : $obj->xstat($newval) Function: Example : Returns : value of xstat (a scalar) Args : on set, new value (a scalar or undef, optional) ystatTitle : ystat Usage : $obj->ystat($newval) Function: Example : Returns : value of ystat (a scalar) Args : on set, new value (a scalar or undef, optional) zstatTitle : zstat Usage : $obj->zstat($newval) Function: Example : Returns : value of zstat (a scalar) Args : on set, new value (a scalar or undef, optional) is_changedTitle : is_changed Usage : $obj->is_changed($newval) Function: Example : Returns : value of is_changed (a scalar) Args : on set, new value (a scalar or undef, optional) svgTitle : svg Usage : $obj->svg($newval) Function: Example : Returns : value of svg (a scalar) Args : on set, new value (a scalar or undef, optional) AUTHORChris Fields <cjfields@bioperl.org> COPYRIGHT AND LICENSEThis software is Copyright (c) 2012 by Chris Fields. This is free software, licensed under: The Artistic License 2.0 (GPL Compatible)
|