Add missing POD to WebGUI::Image and child classes, and fix any POD typos that affect coverage.

This commit is contained in:
Colin Kuskie 2009-07-04 20:29:54 +00:00
parent cc1110a48d
commit 5458d1a679
4 changed files with 30 additions and 7 deletions

View file

@ -55,6 +55,29 @@ sub _mod2pi {
}
#-------------------------------------------------------------------
=head2 addSlice ( $properties )
Add 1 slice to the pie graph.
=head3 $properties
Properties that define the slice.
=head4 percentage
The percentage of the pie this slice should occupy.
=head4 label
A label for the slice.
=head4 color
The color to use to draw the slice.
=cut
sub addSlice {
my (%slice, $leftMost, $rightMost, $center, $overallStartCorner, $overallEndCorner,
$fillColor, $strokeColor, $sideColor);
@ -779,9 +802,9 @@ sub drawSide {
#-------------------------------------------------------------------
=head2 drawBottom ( slice )
=head2 drawTop ( slice )
Draws the bottom of the given pie slice.
Draws the top of the given pie slice.
=head3 slice