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

Class: XML_SVG_Element

Source Location: /XML_SVG-1.0.1/SVG.php

Class Overview


XML_SVG_Element


Methods


Child classes:

XML_SVG_Fragment
XML_SVG_Fragment
XML_SVG_Group
XML_SVG_Group
XML_SVG_Textpath
XML_SVG_Textpath
XML_SVG_Tspan
XML_SVG_Tspan
XML_SVG_Circle
XML_SVG_Circle
XML_SVG_Line
XML_SVG_Line
XML_SVG_Rect
XML_SVG_Rect
XML_SVG_Ellipse
XML_SVG_Ellipse
XML_SVG_Polyline
XML_SVG_Polyline
XML_SVG_Polygon
XML_SVG_Polygon
XML_SVG_Path
XML_SVG_Path
XML_SVG_Image
XML_SVG_Image
XML_SVG_Animate
XML_SVG_Animate
XML_SVG_Filter
XML_SVG_Filter
XML_SVG_FilterPrimitive
XML_SVG_FilterPrimitive
XML_SVG_FilterMergeNode
XML_SVG_FilterMergeNode
XML_SVG_Use
XML_SVG_Use
XML_SVG_Defs
XML_SVG_Defs
XML_SVG_Marker
XML_SVG_Marker
XML_SVG_Title
XML_SVG_Title
XML_SVG_Desc
XML_SVG_Desc
XML_SVG_Tref
XML_SVG_Tref

Inherited Variables

Inherited Methods


Class Details

[line 88]
XML_SVG_Element

This is the base class for the different SVG Element Objects. Extend this class to create a new SVG Element.



[ Top ]


Method Detail

XML_SVG_Element (Constructor)   [line 95]

XML_SVG_Element XML_SVG_Element( [ $params = array()])


Parameters:

   $params   — 

[ Top ]

addChild   [line 122]

void addChild( &$element, [ $copy = false])

This method adds an object reference (or value, if $copy is true) to the _elements array.

Parameters:

   &$element   — 
   $copy   — 

[ Top ]

addParent   [line 135]

void addParent( &$parent)

This method sends a message to the passed element requesting to be added as a child.

Parameters:

   &$parent   — 

[ Top ]

copy   [line 142]

void copy( )


[ Top ]

debug   [line 192]

void debug( )


[ Top ]

getParam   [line 181]

void getParam( $param)


Parameters:

   $param   — 

[ Top ]

printElement   [line 108]


printParams   [line 155]

void printParams( )

Print each of the passed parameters, if they are set.

[ Top ]

setParam   [line 174]

void setParam( $param, $value)


Parameters:

   $param   — 
   $value   — 

[ Top ]


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