source: code/Website/php-ofc-library/ofc_y_legend.php@ 7937

Last change on this file since 7937 was 7849, checked in by dennisw, 15 years ago
File size: 243 bytes
RevLine 
[7849]1<?php
2
3class y_legend
4{
5 function y_legend( $text='' )
6 {
7 $this->text = $text;
8 }
9
10 function set_style( $css )
11 {
12 $this->style = $css;
13 //"{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}";
14 }
15}
Note: See TracBrowser for help on using the repository browser.