source: code/Website/php-ofc-library/ofc_radar_spoke_labels.php@ 7855

Last change on this file since 7855 was 7849, checked in by dennisw, 15 years ago
File size: 209 bytes
Line 
1<?php
2
3class radar_spoke_labels
4{
5 // $labels : array
6 function radar_spoke_labels( $labels )
7 {
8 $this->labels = $labels;
9 }
10
11 function set_colour( $colour )
12 {
13 $this->colour = $colour;
14 }
15}
Note: See TracBrowser for help on using the repository browser.