NAME
Chart::Clicker::Shape::Arc
DESCRIPTION
Chart::Clicker::Shape::Arc represents an arc.
SYNOPSIS
use Chart::Clicker::Shape::Arc;
my $arc = Chart::Clicker::Shape::Arc->new({
angle_start => 0,
angle_end => 360,
ragius => 5
});
METHODS
Constructor
- new
-
Creates a new Chart::Clicker::Arc.
Instance Methods
- create_path
-
$arc->create_path($cairo, $x, $y);
Creates a path using this arcs attributes.
AUTHOR
Cory 'G' Watson <gphat@cpan.org>
SEE ALSO
perl(1), Geometry::Primitive::Arc
LICENSE
You can redistribute and/or modify this code under the same terms as Perl itself.