The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SVG::Timeline::Compact::Event - Event Container for SVG::Timeline::Compact

VERSION

version 0.003

DESCRIPTION

This module should not be called by the user. It is for internal use of SVG::Timeline::Compact.

METHODS

new

id Optional, Event ID.
start Required, DateTime Object representing the Start Time.
end Required, DateTime Object representing the End Time.
name Required, Event Name.
tooltip Optional, Event Tooltip.
color, Optional, The RGB value for filling the rectangle representing the event.

AUTHOR

Vijayvithal <jvs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Vijayvithal.

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