Class: I25Object: Difference between revisions

From IHRIS Wiki
No edit summary
(Redirected page to Class: I25Object (4.1.12))
 
(21 intermediate revisions by one other user not shown)
Line 1: Line 1:
This article desrcibes the class '''I25Object'''.
#REDIRECT [[Class: I25Object (4.1.12)]]
*Extends the class: BarcodeObject.
*Location: Part of the module [[iHRIS Module List#tcpdf|tcpdf]] in the package [https://launchpad.net/textlayout TextLayout Tools]
*Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/textlayout/4.0.0-release/annotate/head:/modules/tcpdf/tcpdf/barcode/i25object.php modules/tcpdf/tcpdf/barcode/i25object.php]
 
*Author: Karim Mribti, Nicola Asuni
 
*Author: Karim Mribti, Nicola Asuni
*Since: 2001-03-25
 
*Since: 2001-03-25
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.
@name BarcodeObject
@license http://www.gnu.org/copyleft/lesser.html LGPL
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.
@name BarcodeObject
@license http://www.gnu.org/copyleft/lesser.html LGPL
==Methods==
===DrawObject()===
Draws the barcode object.
*Signature: public function DrawObject($xres)
*Returns: [http://www.php.net/manual/en/language.types.boolean.php bool ] true in case of success.
Parameters:
* [http://www.php.net/manual/en/language.types.integer.php int ] $xres<br/>Horizontal resolution.
===DrawStart()===
Draws the start code.
*Signature: private function DrawStart($DrawPos,$yPos,$ySize,$xres)
*Returns: [http://www.php.net/manual/en/language.types.integer.php int ] drawing position.
@access private
Parameters:
* [http://www.php.net/manual/en/language.types.integer.php int ] $DrawPos<br/>Drawing position.
* [http://www.php.net/manual/en/language.types.integer.php int ] $yPos<br/>Vertical position.
* [http://www.php.net/manual/en/language.types.integer.php int ] $ySize<br/>Vertical size.
* [http://www.php.net/manual/en/language.types.integer.php int ] $xres<br/>Horizontal resolution.
===DrawStop()===
Draws the stop code.
*Signature: private function DrawStop($DrawPos,$yPos,$ySize,$xres)
*Returns: [http://www.php.net/manual/en/language.types.integer.php int ] drawing position.
@access private
Parameters:
* [http://www.php.net/manual/en/language.types.integer.php int ] $DrawPos<br/>Drawing position.
* [http://www.php.net/manual/en/language.types.integer.php int ] $yPos<br/>Vertical position.
* [http://www.php.net/manual/en/language.types.integer.php int ] $ySize<br/>Vertical size.
* [http://www.php.net/manual/en/language.types.integer.php int ] $xres<br/>Horizontal resolution.
===GetSize()===
Returns barcode size.
*Signature: private function GetSize($xres)
*Returns: barcode size.
@access private
Parameters:
* [http://www.php.net/manual/en/language.types.integer.php int ] $xres<br/>Horizontal resolution.
===__construct()===
Class Constructor.
*Signature: public function __construct($Width,$Height,$Style,$Value)
Parameters:
* [http://www.php.net/manual/en/language.types.integer.php int ] $Width<br/>Image width in pixels.
* [http://www.php.net/manual/en/language.types.integer.php int ] $Height<br/>Image height in pixels.
* [http://www.php.net/manual/en/language.types.integer.php int ] $Style<br/>Barcode style.
* [http://www.php.net/manual/en/language.types.integer.php int ] $Value<br/>value to print on barcode.
 
 
[[Category:Class Documentation]]

Latest revision as of 09:41, 18 August 2015