NAME

Chart::Clicker::Drawing::Point

DESCRIPTION

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

SYNOPSIS

METHODS

Constructor

Chart::Clicker::Drawing::Point->new({ x => $X, y => $Y});

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

Class Methods

$x = $p->x($X)

Set/Get the X coordinate.

$y = $p->y($Y)

Set/Get the Y coordinate.

AUTHOR

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

SEE ALSO

perl(1)