Class Xml2PdfTag_point

Description

<point> tag.

The tag <point> is a child of the tag <Xml2Pdf_Tag_line>, it's used to add a point to a line of a tag.

example:

    ta attributes:

    • x - float - abscisce
    • y - float - ordinate

    Located in /plugins/tags/xml2pdf.tag.point.php (line 42)

    Xml2PdfTag
       |
       --Xml2PdfTag_point
    Method Summary
     void __construct (object $pdf,  &$attributes, object $parentTag, array $attributes)
    Variables

    Inherited Variables

    Inherited from Xml2PdfTag

    Xml2PdfTag::$content
    Xml2PdfTag::$pdf
    Methods
    Constructor __construct (line 55)

    Constructor

    Parse the tag properties.

    • access: public
    void __construct (object $pdf,  &$attributes, object $parentTag, array $attributes)
    • object $pdf: object Pdf
    • array $attributes: tag attributes
    • object $parentTag: object Xml2PdfTag_line
    • &$attributes

    Redefinition of:
    Xml2PdfTag::__construct()
    Constructor.

    Inherited Methods

    Inherited From Xml2PdfTag

     Xml2PdfTag::__construct()
     Xml2PdfTag::addContent()
     Xml2PdfTag::close()

    Documentation generated on Wed, 11 Oct 2006 22:27:28 +0200 by phpDocumentor 1.3.0