XML_SVG
[ class tree: XML_SVG ] [ index: XML_SVG ] [ all elements ]

Class: XML_SVG_Textpath

Source Location: /XML_SVG-1.0.1/SVG.php

Class Overview

XML_SVG_Element
   |
   --XML_SVG_Textpath

XML_SVG_Textpath


Methods


Child classes:

XML_SVG_Text
XML_SVG_Text

Inherited Variables

Inherited Methods

Class: XML_SVG_Element

XML_SVG_Element::XML_SVG_Element()
XML_SVG_Element::addChild()
This method adds an object reference (or value, if $copy is true) to the _elements array.
XML_SVG_Element::addParent()
This method sends a message to the passed element requesting to be added as a child.
XML_SVG_Element::copy()
XML_SVG_Element::debug()
XML_SVG_Element::getParam()
XML_SVG_Element::printElement()
Most SVG elements can contain child elements. This method calls the printElement method of any child element added to this object by use of the addChild method.
XML_SVG_Element::printParams()
Print each of the passed parameters, if they are set.
XML_SVG_Element::setParam()

Class Details

[line 278]
XML_SVG_Textpath


[ Top ]


Method Detail

printElement   [line 290]

void printElement( [ $element = 'textpath'])


Overridden in child classes as:

XML_SVG_Text::printElement()

Overrides XML_SVG_Element::printElement() (Most SVG elements can contain child elements. This method calls the printElement method of any child element added to this object by use of the addChild method.)

Parameters:

   $element   — 

[ Top ]

setShape   [line 305]

void setShape( $x, $y, $text)


Overridden in child classes as:

XML_SVG_Text::setShape()

Parameters:

   $x   — 
   $y   — 
   $text   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:39:04 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.