linea21-externals
[ class tree: linea21-externals ] [ index: linea21-externals ] [ all elements ]

Class: awGDDriver

Source Location: /class/system/artichow/php5/inc/drivers/gd.class.php

Class Overview

Driver
   |
   --awGDDriver

Draw your objects


Variables

Methods



Class Details

[line 19]
Draw your objects



[ Top ]


Class Variables

$resource =

[line 26]

A GD resource



Tags:

access:  public

Type:   $resource


[ Top ]



Class Methods


constructor __construct [line 28]

awGDDriver __construct( )



Tags:

access:  public


[ Top ]

method arc [line 335]

void arc( awColor $color, awPoint $center, $width, $height, $from, $to)



Tags:

access:  public


Parameters:

awColor   $color  
awPoint   $center  
   $width  
   $height  
   $from  
   $to  

[ Top ]

method copyImage [line 179]

void copyImage( awImage $image, awPoint $p1, awPoint $p2)



Tags:

access:  public


Parameters:

awImage   $image  
awPoint   $p1  
awPoint   $p2  

[ Top ]

method copyResizeImage [line 189]

void copyResizeImage( awImage $image, awPoint $d1, awPoint $d2, awPoint $s1, awPoint $s2, [ $resample = TRUE])



Tags:

access:  public


Parameters:

awImage   $image  
awPoint   $d1  
awPoint   $d2  
awPoint   $s1  
awPoint   $s2  
   $resample  

[ Top ]

method ellipse [line 361]

void ellipse( awColor $color, awPoint $center, $width, $height)



Tags:

access:  public


Parameters:

awColor   $color  
awPoint   $center  
   $width  
   $height  

[ Top ]

method filledArc [line 348]

void filledArc( awColor $color, awPoint $center, $width, $height, $from, $to)



Tags:

access:  public


Parameters:

awColor   $color  
awPoint   $center  
   $width  
   $height  
   $from  
   $to  

[ Top ]

method filledEllipse [line 377]

void filledEllipse( $background, awPoint $center, $width, $height)



Tags:

access:  public


Parameters:

   $background  
awPoint   $center  
   $width  
   $height  

[ Top ]

method filledPolygon [line 526]

void filledPolygon( $background, awPolygon $polygon)



Tags:

access:  public


Parameters:

   $background  
awPolygon   $polygon  

[ Top ]

method filledRectangle [line 471]

void filledRectangle( $background, awLine $line)



Tags:

access:  public


Parameters:

   $background  
awLine   $line  

[ Top ]

method get [line 550]

void get( awImage $image)



Tags:

access:  public


Parameters:

awImage   $image  

[ Top ]

method getColor [line 168]

void getColor( awColor $color)



Tags:

access:  public


Parameters:

awColor   $color  

[ Top ]

method getSize [line 151]

void getSize( )



Tags:

access:  public


[ Top ]

method getTextHeight [line 568]

void getTextHeight( awText $text)



Tags:

access:  public


Parameters:

awText   $text  

[ Top ]

method getTextWidth [line 556]

void getTextWidth( awText $text)



Tags:

access:  public


Parameters:

awText   $text  

[ Top ]

method init [line 34]

void init( awImage $image)



Tags:

access:  public


Parameters:

awImage   $image  

[ Top ]

method initFromFile [line 77]

void initFromFile( awFileImage $fileImage, $file)



Tags:

access:  public


Parameters:

awFileImage   $fileImage  
   $file  

[ Top ]

method isCompatibleWithFont [line 580]

void isCompatibleWithFont( awFont $font)



Tags:

access:  protected


Parameters:

awFont   $font  

[ Top ]

method line [line 265]

void line( awColor $color, awLine $line)



Tags:

access:  public


Parameters:

awColor   $color  
awLine   $line  

[ Top ]

method movePosition [line 125]

void movePosition( $x, $y)



Tags:

access:  public


Parameters:

   $x  
   $y  

[ Top ]

method point [line 256]

void point( awColor $color, awPoint $p)



Tags:

access:  public


Parameters:

awColor   $color  
awPoint   $p  

[ Top ]

method polygon [line 486]

void polygon( awColor $color, awPolygon $polygon)



Tags:

access:  public


Parameters:

awColor   $color  
awPolygon   $polygon  

[ Top ]

method rectangle [line 414]

void rectangle( awColor $color, awLine $line)



Tags:

access:  public


Parameters:

awColor   $color  
awLine   $line  

[ Top ]

method send [line 544]

void send( awImage $image)



Tags:

access:  public


Parameters:

awImage   $image  

[ Top ]

method setAbsPosition [line 118]

void setAbsPosition( $x, $y)



Tags:

access:  public


Parameters:

   $x  
   $y  

[ Top ]

method setAbsSize [line 142]

void setAbsSize( $w, $h)



Tags:

access:  public


Parameters:

   $w  
   $h  

[ Top ]

method setAntiAliasing [line 157]

void setAntiAliasing( $bool)



Tags:

access:  public


Parameters:

   $bool  

[ Top ]

method setImageSize [line 103]

void setImageSize( $width, $height)



Tags:

access:  public


Parameters:

   $width  
   $height  

[ Top ]

method setPosition [line 110]

void setPosition( $x, $y)



Tags:

access:  public


Parameters:

   $x  
   $y  

[ Top ]

method setSize [line 132]

void setSize( $w, $h)



Tags:

access:  public


Parameters:

   $w  
   $h  

[ Top ]

method string [line 210]

void string( awText $text, awPoint $point, [ $width = NULL])



Tags:

access:  public


Parameters:

awText   $text  
awPoint   $point  
   $width  

[ Top ]


Documentation generated on Thu, 03 May 2012 15:04:53 +0200 by phpDocumentor 1.4.1