Add missing POD to WebGUI::Image and child classes, and fix any POD typos that affect coverage.
This commit is contained in:
parent
cc1110a48d
commit
5458d1a679
4 changed files with 30 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue