The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Renard::Curie::Model::Document::CairoImageSurface - Document made up of a collection of Cairo image surfaces

VERSION

version 0.001

EXTENDS

CONSUMES

ATTRIBUTES

image_surfaces

An ArrayRef of Cairo::ImageSurfaces which are the backing store of this document.

METHODS

get_rendered_page

  method get_rendered_page( (PageNumber) :$page_number )

Returns a new Renard::Curie::Model::Page::CairoImageSurface object.

See "get_rendered_page" in Renard::Curie::Model::Document::Role::Renderable for more details.

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.