NAME
Graphics::Primitive::Border
DESCRIPTION
Graphics::Primitive::Border describes the border to be rendered around a component.
SYNOPSIS
use Graphics::Primitive::Border;
my $border = Graphics::Primitive::Border->new({
width => 3
});
METHODS
Constructor
- new
-
Creates a new Graphics::Primitiver::Border. Border extends Stroke and adds a color attribute. Has a default stroke if none is specified. See the documentation for Graphics::Primitive::Stroke for more information.
Instance Methods
- color
-
Set/Get the Color. Expected to be a Graphics::Color object.
AUTHOR
Cory Watson, <gphat@cpan.org>
Infinity Interactive, http://www.iinteractive.com
BUGS
Please report any bugs or feature requests to bug-geometry-primitive at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Geometry-Primitive. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
COPYRIGHT & LICENSE
Copyright 2008 by Infinity Interactive, Inc.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.