Circle.pm | topic started 5/22/2000; 10:40:30 PM last post 5/22/2000; 10:40:30 PM |
Michael Gage - Circle.pm 5/22/2000; 10:40:30 PM (reads: 2716, responses: 0) |
NAMECircle
SYNPOSISuse Carp;
DESCRIPTIONThis module defines a circle which can be inserted as a stamp in a graph (WWPlot) object.
Command:$circle_object = new Circle( $center_pos_x, $center_pos_y, $radius, $border_color,
Examples:Here is the code used to define the subroutines open_circle sub open_circle { sub closed_circle { $circle_object2 = closed_circle( $x_position, $y_position, $color ); @circle_objects = $graph -> stamps($circle_object2); File path = /ww/webwork/pg/lib/Circle.pm |