Query: chart::clicker::renderer::point
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Chart::Clicker::Renderer::Point(3pm) User Contributed Perl Documentation Chart::Clicker::Renderer::Point(3pm)NAMEChart::Clicker::Renderer::Point - Point rendererVERSIONversion 2.83SYNOPSISmy $pr = Chart::Clicker::Renderer::Point->new({ shape => Geometry::Primitive::Arc->new({ angle1 => 0, angle2 => 180, radius => 5 }) });DESCRIPTIONChart::Clicker::Renderer::Point renders a dataset as points.ATTRIBUTESshape Specify the shape to be used at each point. Defaults to 360 degree arc with a radius of 3. shape_brush Optionally provide a brush with with to stroke each point.METHODSdraw_point Called for each point. Implemented as a separate method so that subclasses such as Bubble may override the drawing.AUTHORCory G Watson <gphat@cpan.org>COPYRIGHT AND LICENSEThis software is copyright (c) 2012 by Cold Hard Code, LLC. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-22 Chart::Clicker::Renderer::Point(3pm)
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Introduction |
Detecting unused variables... |
Find columns in a file based on header and print to new file |
A (ksh) Library For and From UNIX.com |