Graphics::Primitive::Oriented
Role for components that care about orientation.
- Provided by: libgraphics-primitive-perl (Version: 0.67-1)
- Report a bug
Role for components that care about orientation.
Some components (or things that use components) require a bit more information than origin and width/height. The orientation role allows a component to specify whether is vertically or horizontally oriented.
package My::Component;
extends 'Graphics::Primitive::Component';
with 'Graphics::Primitive::Oriented';
1;
Cory Watson, "<gphat@cpan.org>"
Copyright 2008-2010 by Cory G Watson.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.