Cory Watson > Chart-Clicker-2.51 > Chart::Clicker::Renderer::Area

Download:
Chart-Clicker-2.51.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

NAME ^

Chart::Clicker::Renderer::Area

DESCRIPTION ^

Chart::Clicker::Renderer::Area renders a dataset as line-like polygons with their interior areas filled.

Area Chart

SYNOPSIS ^

  my $ar = Chart::Clicker::Renderer::Area->new({
      fade => 1,
      brush => Graphics::Primitive::Brush->new({
          width => 2
      })
  });

METHODS ^

brush

Set/Get the brush that informs the line surrounding the area renders individual segments.

fade

Set/Get the fade flag, which turns on or off a gradient in the area renderer.

opacity

Set the alpha value for the renderer, which makes things more or less opaque.

AUTHOR ^

Cory G Watson <gphat@cpan.org>

SEE ALSO ^

Chart::Clicker::Renderer, perl(1)

LICENSE ^

You can redistribute and/or modify this code under the same terms as Perl itself.