The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Chart::Clicker::Drawing::Border

DESCRIPTION

Chart::Clicker::Drawing::Border describes the border to be rendered around a component.

SYNOPSIS

  use Chart::Clicker::Drawing::Border;

  my $border = new Chart::Clicker::Drawing::Border({
    color => new Chart::Clicker::Drawing::Color({ name => black }),
    stroke => new Chart::Clicker::Drawing::Stroke()
  });

METHODS

Constructor

new

Creates a new Chart::Clicker::Border. Defaults to a color of black and a default stroke if none are specified.

Class Methods

color

Set/Get the Color.

stroke

Set/Get the Stroke.

AUTHOR

Cory 'G' Watson <gphat@cpan.org>

SEE ALSO

perl(1), Chart::Clicker::Drawing::Stroke

LICENSE

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