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::Frame(3) User Contributed Perl Documentation SVG::Graph::Frame(3)

SVG::Graph::Frame

 Title   : new
 Usage   : you should not be calling new, see add_frame
 Function:
 Example :
 Returns :
 Args    :

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

 Title   : add_glyph
 Usage   : $frame->add_glyph( 'glyph_name', glyph_args=>arg)
 Function: adds a glyph to the Frame object
 Returns : a SVG::Graph::Glyph::glyph_name object
 Args    : glyph dependent

 Title   : add_frame
 Usage   : my $frame = $graph->add_frame
 Function: adds a Frame to the current Frame
 Returns : a SVG::Graph::Frame object
 Args    : (optional) frame_transform => 'top' default orientation
                                         'bottom' rotates graph 180 deg (about the center)
                                         'right' points top position towards right
                                         'left' points top position towards left

 Title   : frames
 Usage   :
 Function:
 Example :
 Returns :
 Args    :

 Title   : add_data
 Usage   : $frame->add_data($data)
 Function: adds a SVG::Graph::Data object to the current Frame
 Returns : none
 Args    : SVG::Graph::Data object

 Title   : all_data
 Usage   :
 Function:
 Example :
 Returns :
 Args    :

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

 Title   : glyphs
 Usage   :
 Function:
 Example :
 Returns :
 Args    :

 Title   : data_chunks
 Usage   :
 Function:
 Example :
 Returns :
 Args    :

 Title   : draw
 Usage   : should not directly call this method, see SVG::Graph->draw
 Function: depends on child glyph implementations
 Example :
 Returns :
 Args    :

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

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

 Title   : _parent_frame
 Usage   : $obj->_parent_frame($newval)
 Function:
 Example :
 Returns : value of _parent_frame (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)

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

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

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

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

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

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

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

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

 Title   : xrange
 Usage   : $obj->xrange($newval)
 Function:
 Example :
 Returns : value of xrange (a scalar)

 Title   : yrange
 Usage   : $obj->yrange($newval)
 Function:
 Example :
 Returns : value of yrange (a scalar)

 Title   : stack
 Usage   : $obj->stack($newval)
 Function:
 Example :
 Returns : value of stack (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.