GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SVG::Graph::Data(3) User Contributed Perl Documentation SVG::Graph::Data(3)

SVG::Graph::Data

 Title   : 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

 Title   : init
 Usage   :
 Function:
 Example :
 Returns :
 Args    :

 Title   : data
 Usage   :
 Function:
 Example :
 Returns :
 Args    :

 Title   : 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

 Title   : _recalculate_stats
 Usage   :
 Function:
 Example :
 Returns :
 Args    :

 Title   : xstat
 Usage   : $obj->xstat($newval)
 Function:
 Example :
 Returns : value of xstat (a scalar)
 Args    : on set, new value (a scalar or undef, optional)

 Title   : ystat
 Usage   : $obj->ystat($newval)
 Function:
 Example :
 Returns : value of ystat (a scalar)
 Args    : on set, new value (a scalar or undef, optional)

 Title   : zstat
 Usage   : $obj->zstat($newval)
 Function:
 Example :
 Returns : value of zstat (a scalar)
 Args    : on set, new value (a scalar or undef, optional)

 Title   : 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)

 Title   : svg
 Usage   : $obj->svg($newval)
 Function:
 Example :
 Returns : value of svg (a scalar)
 Args    : on set, new value (a scalar or undef, optional)

Chris Fields <cjfields@bioperl.org>

This software is Copyright (c) 2012 by Chris Fields.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)
2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.