| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
I25 Barcode Render Class for PHP using the GD graphics library.<br< Interleaved 2 of 5 is a numeric only bar code with a optional check number.
| Author: | Karim Mribti, Nicola Asuni |
| License: | http://www.gnu.org/copyleft/lesser.html LGPL |
| Version: | 0.0.8a 2001-04-01 (original code) |
| File Size: | 217 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
I25Object:: (5 methods):
__construct()
GetSize()
DrawStart()
DrawStop()
DrawObject()
| __construct($Width, $Height, $Style, $Value) X-Ref |
| Class Constructor. param: int $Width Image width in pixels. param: int $Height Image height in pixels. param: int $Style Barcode style. param: int $Value value to print on barcode. |
| GetSize($xres) X-Ref |
| Returns barcode size. param: int $xres Horizontal resolution. return: barcode size. |
| DrawStart($DrawPos, $yPos, $ySize, $xres) X-Ref |
| Draws the start code. param: int $DrawPos Drawing position. param: int $yPos Vertical position. param: int $ySize Vertical size. param: int $xres Horizontal resolution. return: int drawing position. |
| DrawStop($DrawPos, $yPos, $ySize, $xres) X-Ref |
| Draws the stop code. param: int $DrawPos Drawing position. param: int $yPos Vertical position. param: int $ySize Vertical size. param: int $xres Horizontal resolution. return: int drawing position. |
| DrawObject($xres) X-Ref |
| Draws the barcode object. param: int $xres Horizontal resolution. return: bool true in case of success. |
| Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |