NAME

Chart::Clicker::Drawing::Dimension

DESCRIPTION

Chart::Clicker::Drawing::Dimension represents the width and height of an area.

SYNOPSIS

my $dim = new Chart::Clicker::Drawing::Dimension({
  width => 300, height => 300
});

METHODS

Constructor

new
my $dim = new Chart::Clicker::Drawing::Dimension({
  width => 300,
  height => 200
});

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

Class Methods

height

Set/Get the height of this Dimension

width

Set/Get the width of this Dimension

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.