source:
code/Website/php-ofc-library/ofc_x_legend.php
Last change on this file was 7849, checked in by , 15 years ago | |
---|---|
File size: 243 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | class x_legend |
4 | { |
5 | function x_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.