Ejemplo n.º 1
0
 /**
  * Constructor
  * 
  * @param array $options Default option array
  * @return void
  * @ignore
  */
 public function __construct(array $options = array())
 {
     $this->properties['imageFormat'] = IMG_PNG;
     $this->properties['jpegQuality'] = 70;
     $this->properties['detail'] = 1;
     $this->properties['shadeCircularArc'] = 0.5;
     $this->properties['supersampling'] = 2;
     $this->properties['background'] = false;
     $this->properties['resampleFunction'] = 'imagecopyresampled';
     $this->properties['forceNativeTTF'] = false;
     $this->properties['imageMapResolution'] = 10;
     parent::__construct($options);
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  * 
  * @param array $options Default option array
  * @return void
  * @ignore
  */
 public function __construct(array $options = array())
 {
     $this->properties['encoding'] = null;
     $this->properties['assumedNumericCharacterWidth'] = 0.62;
     $this->properties['assumedTextCharacterWidth'] = 0.53;
     $this->properties['strokeLineJoin'] = 'round';
     $this->properties['strokeLineCap'] = 'round';
     $this->properties['shapeRendering'] = 'geometricPrecision';
     $this->properties['colorRendering'] = 'optimizeQuality';
     $this->properties['textRendering'] = 'optimizeLegibility';
     $this->properties['templateDocument'] = false;
     $this->properties['insertIntoGroup'] = false;
     $this->properties['graphOffset'] = new ezcGraphCoordinate(0, 0);
     $this->properties['idPrefix'] = 'ezcGraph';
     $this->properties['linkCursor'] = 'pointer';
     parent::__construct($options);
 }
Ejemplo n.º 3
0
 /**
  * Constructor
  * 
  * @param array $options Default option array
  * @return void
  * @ignore
  */
 public function __construct(array $options = array())
 {
     $this->properties['imageMapResolution'] = 10;
     $this->properties['circleResolution'] = 2.0;
     parent::__construct($options);
 }
Ejemplo n.º 4
0
 /**
  * Constructor
  * 
  * @param array $options Default option array
  * @return void
  * @ignore
  */
 public function __construct(array $options = array())
 {
     $this->properties['compression'] = 9;
     $this->properties['circleResolution'] = 2.0;
     parent::__construct($options);
 }