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

NAME

Chart::Clicker::Drawing::Point

DESCRIPTION

Chart::Clicker::Drawing::Point represents a location in (x, y) coordinate space.

SYNOPSIS

  use Chart::Clicker::Drawing::Point;

  my $point = Chart::Clicker::Drawing::Point->new({ x => 2, y => 0 });

METHODS

Constructor

new

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

Class Methods

x

Set/Get the X coordinate.

y

Set/Get the Y coordinate.

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.