NAME

Chart::Clicker::Drawing::Insets

DESCRIPTION

Chart::Clicker::Drawing::Insets represents the amount of space a container must leave at it's edges.

SYNOPSIS

use Chart::Clicker::Drawing::Insets;

my $insets = Chart::Clicker::Drawing::Insets->new({
  top     => $TOP,
  bottom  => $BOTTOM,
  left    => $LEFT,
  right   => $RIGHT
});

METHODS

Constructor

new

Creates a new Chart::Clicker::Drawing::Insets.

Class Methods

top

Set/Get the inset from the top.

left

Set/Get the inset from the left.

Set/Get the inset from the right.

bottom

Set/Get the inset from the bottom.

AUTHOR

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

SEE ALSO

perl(1)

LICENSE

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