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

Source for file GradientDirection.php

Documentation is available at GradientDirection.php

  1. <?php
  2.  
  3. /**
  4.  *
  5.  * <p>Title: GradientDirection class</p>
  6.  *
  7.  * <p>Description: Describes the possible values of Gradient Direction.</p>
  8.  *
  9.  * <p>Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.</p>
  10.  *
  11.  * <p>Company: Steema Software SL</p>
  12.  */
  13.  
  14. final class GradientDirection {
  15.  
  16.     private static $upperBound=0;
  17.     private static $values Array();
  18.  
  19.     public static $VERTICAL 0;
  20.     public static $HORIZONTAL 1;
  21.     public static $ELLIPSE 2;
  22.     public static $ELLIPSE2 3;
  23.     public static $CIRCLE 4;
  24.     public static $CIRCLE2 5;
  25.     public static $SQUARE 6;
  26.     public static $RECTANGLE 7;
  27.     public static $DIAMOND 8;
  28.     // TODO public static $FORWARDDIAGONAL = 2;
  29.     // TODO public static $BACKDIAGONAL = 3;
  30.     // TODO public static $RADIAL = 4;
  31.  
  32.     public function GradientDirection({
  33.         /*super(upperBound++);
  34.         values.add(this);*/
  35.     }
  36.  
  37.     public static function size(return $this->upperBound}
  38.  
  39.     /*public static atIndex($index) {
  40.         return (GradientDirection)values.get(index);
  41.     }*/
  42. }
  43.  
  44. ?>

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