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

METHODS

Constructor

Chart::Clicker::Border->new({ color => $COLOR, stroke => $STROKE});

Creates a new Chart::Clicker::Border.

Class Methods

$color = $p->color($COLOR)

Set/Get the Color.

$stroke = $p->stroke($stroke)

Set/Get the Stroke.

AUTHOR

Cory 'G' Watson <gphat@onemogin.com>

SEE ALSO

perl(1)