TeeChartPHP
[ class tree: TeeChartPHP ] [ index: TeeChartPHP ] [ all elements ]

Source for file LegendResolver.php

Documentation is available at LegendResolver.php

  1. <?php
  2.  
  3. /**
  4.  * LegendResolver class
  5.  *
  6.  * Description:
  7.  *
  8.  * @author
  9.  * @copyright (c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
  10.  * @version 1.0
  11.  * @package TeeChartPHP
  12.  * @subpackage legend
  13.  * @link http://www.steema.com
  14.  */
  15.  
  16. interface LegendResolver{
  17.  
  18. function getBounds($legend$rectangle);//TODO Check: is this on total legend, or only item?
  19.  
  20. function getItemCoordinates($legend$coordinates);
  21.  
  22. function getItemText($legend$legendStyle$index$text);
  23. }
  24.  
  25. ?>

Documentation generated on Wed, 16 Jun 2010 12:06:44 +0200 by phpDocumentor 1.4.1