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

Source for file ImageMode.php

Documentation is available at ImageMode.php

  1. <?php
  2.  
  3.  /**
  4.  * ImageMode class
  5.  *
  6.  * Description: Displays characteristics for an Image
  7.  *
  8.  * @author
  9.  * @copyright (c) 1995-2010 by Steema Software SL. All Rights Reserved. <info@steema.com>
  10.  * @version 1.0
  11.  * @package TeeChartPHP
  12.  * @link http://www.steema.com
  13.  */
  14.  
  15. final class ImageMode {
  16.     /**
  17.      * Display unmodfied
  18.      */
  19.     public static $NORMAL 0;
  20.     /**
  21.      * Stretch to bounding area dimensions
  22.      */
  23.     public static $STRETCH 1;
  24.     /**
  25.      * Repeat Tile small image over larger bounding area
  26.      */
  27.     public static $TILE 2;
  28.     /**
  29.      * Place unmodified image at Center of bounding area
  30.      */
  31.     public static $CENTER 3;
  32.  
  33.     function ImageMode({
  34.     }
  35. }
  36. ?>

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