NAME
Chart::Clicker::Component
DESCRIPTION
A Component is an entity with a graphical representation.
SYNOPSIS
my $c = new Chart::Clicker::Component({
location => new Chart::Clicker::Drawing::Point({
x => $x, y => $y
}),
width => 500, height => 350
});
METHODS
Constructor
- new
-
my $c = new Chart::Clicker::Component({ location => new Chart::Clicker::Drawing::Point({ x => $x, y => $y }), width => 500, height => 350 });
Creates a new Component.
Class Methods
- height
-
Set/Get this Component's height
- location
-
Set/Get this Component's location
- width
-
Set/Get this Component's height
AUTHOR
Cory 'G' Watson <gphat@cpan.org>
SEE ALSO
perl(1)