NAME

Data::Timeline::Formatter - Base class for timeline formatters.

SYNOPSIS

package Data::Timeline::My::Formatter;
use base 'Data::Timeline::Formatter';

sub format { ... }

DESCRIPTION

This class is a base class for formatters. Subclasses need to implement the format() method, which takes a timeline object and outputs it in some way.

Data::Timeline::Formatter inherits from Class::Accessor::Complex, Class::Accessor::Constructor, and Class::Accessor::Constructor::Base.

METHODS

TAGS

If you talk about this module in blogs, on del.icio.us or anywhere else, please use the datatimeline tag.

BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests to <bug-data-timeline@rt.cpan.org>, or through the web interface at http://rt.cpan.org.

INSTALLATION

See perlmodinstall for information and options on installing Perl modules.

AVAILABILITY

The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>.

AUTHOR

Marcel Grünauer, <marcel@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2007 by Marcel Grünauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.