source:
code/Website/php-ofc-library/ofc_radar_axis_labels.php@
7937
| Last change on this file since 7937 was 7849, checked in by , 16 years ago | |
|---|---|
| File size: 207 bytes | |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | class radar_axis_labels |
| 4 | { |
| 5 | // $labels : array |
| 6 | function radar_axis_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.
