NAME

BeamerReveal::ObjectFactory - ObjectFactory

VERSION

version 20251224.1124

SYNOPSIS

Factory object to make objects that correspond to the basic chunks in the .rvl file.

METHODS

new()

$f = BeamerReveal::Object->new()

Constructor

createFromChunk

$f->createFromChunk( $chunk, $chunkStartLine )

factory method: creates a basic object.

. $chunk

string that contains the data to create the basic object from (i.e. to parse).

. $chunkStartLine

The starting line of the chunk (used for error reporting).

AUTHOR

Walter Daems <wdaems@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2025 by Walter Daems.

This is free software, licensed under:

The GNU General Public License, Version 3, June 2007

CONTRIBUTOR

Paul Levrie