Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: /var/www/html/php_jh_pdf-1.1.0/class.jh_pdf_container-1.1.0.inc.php
php_jh_pdf -

jh_pdf_container

jh_pdf_base
   |
  +-- jh_pdf_container

Class for putting several objects into a box, each below the other

 

public class jh_pdf_container extends jh_pdf_base

Class for putting several objects into a box, each below the other
Used to define several objects (e.g. text paragraphs, barcodes)which then can be put into a predefined place on the PDF documentwhich each object below the other. The objects must be JHPCI compatible.Mainly used to put more than one object into a table cell.

 
Direct known subclasses: jh_pdf_container_jhpci

Methods inherited from jh_pdf_base

setcolor

Public Method Summary

void

jh_pdf_container( &$pdf)

Constructor

Private Method Summary

void

addobject( $obj)

Warning: documentation is missing.
void

addemptyspace( $width)

Warning: documentation is missing.
void

setdata( $data)

Warning: documentation is missing.
void

setwidth( $width)

Warning: documentation is missing.
void

getrequiredheight()

Warning: documentation is missing.
void

putcontainer( $xpos, $ypos)

Warning: documentation is missing.

Private Field Summary

unknown

$pdf

unknown

$objects

unknown

$data

unknown

$width

unknown

$yoffsets

unknown

$layoutvalid

unknown

$requiredheight

Public Method Details

jh_pdf_container

public void jh_pdf_container( &$pdf )

  Constructor

Parameter
&$pdf
Warning: documentation is missing.
Returns void


Private Method Details

addobject

private void addobject( $obj )

 

Warning: documentation is missing.

Parameter
$obj
Warning: documentation is missing.
Returns void


addemptyspace

private void addemptyspace( $width )

 

Warning: documentation is missing.

Parameter
$width
Warning: documentation is missing.
Returns void


setdata

private void setdata( $data )

 

Warning: documentation is missing.

Parameter
$data
Warning: documentation is missing.
Returns void


setwidth

private void setwidth( $width )

 

Warning: documentation is missing.

Parameter
$width
Warning: documentation is missing.
Returns void


getrequiredheight

private void getrequiredheight( )

 

Warning: documentation is missing.

Returns void


putcontainer

private void putcontainer( $xpos, $ypos )

 

Warning: documentation is missing.

Parameter
$xpos
Warning: documentation is missing.
$ypos
Warning: documentation is missing.
Returns void


Private Field Details

$pdf

private unknown $pdf

>><<



$objects

private unknown $objects

>><<



$data

private unknown $data

>><<



$width

private unknown $width

>><<



$yoffsets

private unknown $yoffsets

>><<



$layoutvalid

private unknown $layoutvalid

>><<



$requiredheight

private unknown $requiredheight

>><<




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta