Source for file LegendAdapter.php
Documentation is available at LegendAdapter.php
* @copyright (c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
* @link http://www.steema.com
function __get( $property ) {
$method = "get{$property}";
function __set ( $property,$value ) {
$method = "set{$property}";
return $this->$method($value);
/** Creates a new instance of LegendAdapter */
public function getBounds($legend, $rectangle)
public function getItemText($legend, $legendStyle, $index, $text)
|