Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: /data/customers/alex/htdocs/include/pc4p_box.inc
PC4P - pc4p

pc4p_box

pc4p_object
   |
  +-- pc4p_box

Box-Object provides functionality for drawing boxes around

 

private class pc4p_box extends pc4p_object

Box-Object provides functionality for drawing boxes around
other objects

AuthorsAlexander Wirtz <wirtz@web-active.com>

 

Methods inherited from pc4p_object

pc4p_object, pc4p_set_margin, pc4p_set_width, pc4p_set_alignment, pc4p_set_textleading, pc4p_draw_children, pc4p_calc_offset

Public Method Summary

void

pc4p_box(object pc4p_page &$parent)

Constructor

Private Method Summary

void

pc4p_draw()

Calls the pc4p_draw in its children, then draws the boxWarning: documentation is missing.

Fields inherited from pc4p_object

$children, $pdfp, $width, $height, $act_width, $act_height, $draw_height, $alignment, $leading

Public Field Summary

array

$margin

Margins for the box

Public Method Details

pc4p_box

public void pc4p_box( object pc4p_page &$parent )

  Constructor

Parameter
object pc4p_page &$parent
Returns void

Author(s) Alexander Wirtz <wirtz@web-active.com>

Private Method Details

pc4p_draw

private void pc4p_draw( )

  Calls the pc4p_draw in its children, then draws the box

Warning: documentation is missing.

Returns void

Author(s) Alexander Wirtz <wirtz@web-active.com>

Public Field Details

$margin

public array $margin

>>array( "top" => 5, "bottom" => 5, "left" => 5, "right" => 5 )<<

Margins for the box



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta