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

Class: Image_Barcode2_Writer

Source Location: /Image_Barcode2-0.2.3/Image/Barcode2/Writer.php

Class Overview


Image_Barcode2_Writer class


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2005 The PHP Group

Methods


Inherited Variables

Inherited Methods


Class Details

[line 39]
Image_Barcode2_Writer class

An adapter for the non oo image writing code. Just used to create a seam for phpunit



[ Top ]


Method Detail

imagecolorallocate   [line 71]

void imagecolorallocate( $image, $red, $green, $blue)

  • Access: public

Parameters:

   $image   — 
   $red   — 
   $green   — 
   $blue   — 

[ Top ]

imagecreate   [line 41]

void imagecreate( $width, $height)

  • Access: public

Parameters:

   $width   — 
   $height   — 

[ Top ]

imagefill   [line 51]

void imagefill( $image, $x, $y, $color)

  • Access: public

Parameters:

   $image   — 
   $x   — 
   $y   — 
   $color   — 

[ Top ]

imagefilledrectangle   [line 56]

void imagefilledrectangle( $image, $x1, $y1, $x2, $y2, $color)

  • Access: public

Parameters:

   $image   — 
   $x1   — 
   $y1   — 
   $x2   — 
   $y2   — 
   $color   — 

[ Top ]

imagefontheight   [line 61]

void imagefontheight( $font)

  • Access: public

Parameters:

   $font   — 

[ Top ]

imagefontwidth   [line 66]

void imagefontwidth( $font)

  • Access: public

Parameters:

   $font   — 

[ Top ]

imageline   [line 76]

void imageline( $image, $x1, $y1, $x2, $y2, $color)

  • Access: public

Parameters:

   $image   — 
   $x1   — 
   $y1   — 
   $x2   — 
   $y2   — 
   $color   — 

[ Top ]

imagestring   [line 46]

void imagestring( $image, $font, $x, $y, $string, $color)

  • Access: public

Parameters:

   $image   — 
   $font   — 
   $x   — 
   $y   — 
   $string   — 
   $color   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:53:03 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.