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

NAME

Chart::Clicker::Drawing::Insets

DESCRIPTION

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

SYNOPSIS

METHODS

Constructor

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

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

Class Methods

$top = $i->top($TOP)

Set/Get the inset from the top.

$left = $i->left($LEFT)

Set/Get the inset from the left.

$right = $i->right($RIGHT)

Set/Get the inset from the right.

$bottom = $i->bottom($BOTTOM)

Set/Get the inset from the bottom.

AUTHOR

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

SEE ALSO

perl(1)