Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

svg::graph::data(3pm) [debian man page]

Graph::Data(3pm)					User Contributed Perl Documentation					  Graph::Data(3pm)

NAME
SVG::Graph::Data - SVG::Graph::Data object METHODS
new 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 init Title : init Usage : Function: Example : Returns : Args : data Title : data Usage : Function: Example : Returns : Args : add_data 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 _recalculate_stats Title : _recalculate_stats Usage : Function: Example : Returns : Args : xstat Title : xstat Usage : $obj->xstat($newval) Function: Example : Returns : value of xstat (a scalar) Args : on set, new value (a scalar or undef, optional) ystat Title : ystat Usage : $obj->ystat($newval) Function: Example : Returns : value of ystat (a scalar) Args : on set, new value (a scalar or undef, optional) zstat Title : zstat Usage : $obj->zstat($newval) Function: Example : Returns : value of zstat (a scalar) Args : on set, new value (a scalar or undef, optional) is_changed 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) svg Title : svg Usage : $obj->svg($newval) Function: Example : Returns : value of svg (a scalar) Args : on set, new value (a scalar or undef, optional) perl v5.10.0 2009-01-07 Graph::Data(3pm)

Check Out this Related Man Page

Graph::Glyph(3pm)					User Contributed Perl Documentation					 Graph::Glyph(3pm)

NAME
SVG::Graph::Glyph - SVG::Graph::Glyph object METHODS
new Title : new Usage : Function: Example : Returns : Args : init Title : init Usage : Function: Example : Returns : Args : _style Title : _style Usage : $obj->_style($newval) Function: Example : Returns : Args : draw Title : draw Usage : Function: Example : Returns : Args : svg Title : svg Usage : $obj->svg($newval) Function: Example : Returns : value of svg (a scalar) Args : on set, new value (a scalar or undef, optional) group Title : group Usage : $obj->group($newval) Function: Example : Returns : value of group (a scalar) Args : on set, new value (a scalar or undef, optional) xsize Title : xsize Usage : $obj->xsize($newval) Function: Example : Returns : value of xsize (a scalar) Args : on set, new value (a scalar or undef, optional) ysize Title : ysize Usage : $obj->ysize($newval) Function: Example : Returns : value of ysize (a scalar) Args : on set, new value (a scalar or undef, optional) xoffset Title : xoffset Usage : $obj->xoffset($newval) Function: Example : Returns : value of xoffset (a scalar) Args : on set, new value (a scalar or undef, optional) yoffset Title : yoffset Usage : $obj->yoffset($newval) Function: Example : Returns : value of yoffset (a scalar) Args : on set, new value (a scalar or undef, optional) xscale Title : xscale Usage : Function: Example : Returns : Args : yscale Title : yscale Usage : Function: Example : Returns : Args : canvas Title : canvas Usage : $obj->canvas($newval) Function: Example : Returns : value of canvas (a scalar) Args : on set, new value (a scalar or undef, optional) perl v5.10.0 2009-01-07 Graph::Glyph(3pm)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Change Terminal Title

(0 Replies)
Discussion started by: here2learn
0 Replies

2. UNIX for Advanced & Expert Users

Shell script to convert to Title case

I need a shell script which will convert the given string to Title case. E.g "hi man" to "Hi man" (5 Replies)
Discussion started by: SankarV
5 Replies

3. Solaris

Solaris Disk Usage

Disk Usage : I need a script which can help me in Following ways: 1) Input the Path where you want to find Usage Stats Suppose I enter /var/tmp 2) It Should list the partition in which its mounted, Percentage Used and Available and Users who are using the Maximum Space(in MB) with the... (1 Reply)
Discussion started by: sriram003
1 Replies

4. Shell Programming and Scripting

Using loops in a search

Title= echo -n "Title: " read Title echo -n "Author:" read Author validation=`grep -i "$Title" fruit | grep -i "$Author" | awk -F":" '{ print $1}'` if ; then clear echo "Error! Book Already Exist" else echo "You may input a new book in/ (1 Reply)
Discussion started by: gregarion
1 Replies

5. UNIX for Dummies Questions & Answers

Operator Usage!

Hai, Can any one known the Usage of Below operator := Please give with an example ! (5 Replies)
Discussion started by: barathas
5 Replies