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

Source for file EdgeStyles.php

Documentation is available at EdgeStyles.php

  1. <?php
  2.  
  3.  /**
  4.  * EdgeStyles 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 drawing
  13.  * @link http://www.steema.com
  14.  */
  15.  
  16. class EdgeStyles
  17. {
  18.    /**
  19.    * Flat edges.
  20.    */
  21.    public static $FLAT 0;
  22.    /**
  23.    * Curved edges.
  24.    */
  25.    public static $CURVED 1;
  26.    /**
  27.    * No special edge treament.
  28.    */
  29.    public static $NONE 2;
  30.  
  31.    function EdgeStyles()
  32.    {
  33.    }
  34. }
  35.  
  36. ?>

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