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

Source for file PeriodAlign.php

Documentation is available at PeriodAlign.php

  1. <?php
  2.  
  3. /**
  4. *
  5. * <p>Title: PeriodAlign class</p>
  6. *
  7. * <p>Description: Descibes how a function is aligned with respect to the
  8. * source series.</p>
  9. *
  10. * <p>Copyright (c) 2005-2008 by Steema Software SL. All Rights
  11. * Reserved.</p>
  12. *
  13. * <p>Company: Steema Software SL</p>
  14. */
  15.  
  16. {
  17.    /**
  18.    * Aligns the function with the first point of the function period.
  19.    */
  20.    public static $FIRST 0;
  21.    /**
  22.    * Aligns the function with the centre point of the function period.
  23.    */
  24.    public static $CENTER 1;
  25.    /**
  26.    * Aligns the function with the last point of the function period.
  27.    */
  28.    public static $LAST 2;
  29.  
  30.    public function PeriodAlign()   {}
  31. }
  32. ?>

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