X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FReaction%2FUI%2FViewPort%2FImage.pm;h=dd974e06511b1407c552645a68368c7c809c9d62;hb=5873cdbf927d4aab5955801ef0e8621a32743d20;hp=a531e5088016efc723a9f349cdf6bf2e92683254;hpb=6c3805b0b5072911989692f2e36c112476479327;p=catagits%2FReaction.git diff --git a/lib/Reaction/UI/ViewPort/Image.pm b/lib/Reaction/UI/ViewPort/Image.pm index a531e50..dd974e0 100644 --- a/lib/Reaction/UI/ViewPort/Image.pm +++ b/lib/Reaction/UI/ViewPort/Image.pm @@ -13,3 +13,36 @@ __PACKAGE__->meta->make_immutable; 1; __END__; + + +=head1 NAME + +Reaction::UI::ViewPort::Image + +=head1 DESCRIPTION + +A Viewport to display an image. + +=head1 ATTRIBUTES + +=head2 uri + +Required URI object pointing to the image to be displayed. + +=head2 width + +Optional width in pixels. + +=head2 height + +Optional height in pixels. + +=head1 AUTHORS + +See L for authors. + +=head1 LICENSE + +See L for the license. + +=cut