1 package LaTeX::TikZ::Set::Container;
8 LaTeX::TikZ::Set::Container - A role for set objects that are made of subobjects.
16 L<LaTeX::TikZ::Set> objects that group other objects together consume this role.
17 This forces them to implement :
23 a C<kids> method that returns the list of subobjects ;
27 an C<add> method describing how more elements can be added to the set.
33 our $VERSION = '0.02';
39 This method is required by the interface :
58 L<LaTeX::TikZ>, L<LaTeX::TikZ::Set>.
62 Vincent Pit, C<< <perl at profvince.com> >>, L<http://www.profvince.com>.
64 You can contact me by mail or on C<irc.perl.org> (vincent).
68 Please report any bugs or feature requests to C<bug-latex-tikz at rt.cpan.org>, or through the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=LaTeX-TikZ>.
69 I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
73 You can find documentation for this module with the perldoc command.
77 =head1 COPYRIGHT & LICENSE
79 Copyright 2010,2011,2012,2013,2014,2015 Vincent Pit, all rights reserved.
81 This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
85 1; # End of LaTeX::TikZ::Set::Container