NAME
Graphics::Grid::Dimensional - Role for supporting width and height in Graphics::Grid
VERSION
version 0.001
DESCRIPTION
This role describes something that has width and height.
ATTRIBUTES
width
A Grahpics::Grid::Unit object specifying width.
Default to unit(1, "npc")
.
height
Similar to the width
attribute except that it is for height.
SEE ALSO
AUTHOR
Stephan Loyd <sloyd@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018-2023 by Stephan Loyd.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.