NAME
Renard::Curie::Model::ViewOptions - A high-level set of options for generating a view
VERSION
version 0.005
EXTENDS
CONSUMES
ATTRIBUTES
grid_options
A Renard::Curie::Model::ViewOptions::Grid.
By default, this a grid option with { rows => 1, columns => 1}
(i.e., a single page view, non-continuous).
zoom_options
A Renard::Curie::Model::ViewOptions::Zoom.
By default, this is set to a Renard::Curie::Model::ViewOptions::Zoom::Percentage such that
Renard::Curie::Model::ViewOptions::Zoom::Percentage->new(
zoom_level => 1.0,
);
AUTHOR
Project Renard
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Project Renard.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.