source:
code/Website/php-ofc-library/ofc_y_legend.php@
7849
| Last change on this file since 7849 was 7849, checked in by , 16 years ago | |
|---|---|
| File size: 243 bytes | |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | class 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.
