Inheritance diagram for pysvg.animate:
(C) 2008, 2009 Kerim Mansour For licensing information please refer to license.txt
Bases: pysvg.core.BaseShape, pysvg.attributes.CoreAttrib, pysvg.attributes.ConditionalAttrib, pysvg.attributes.ExternalAttrib, pysvg.animate.AnimationEventsAttrib, pysvg.animate.AnimationAttrib, pysvg.animate.AnimationAttributeAttrib, pysvg.animate.AnimationTimingAttrib, pysvg.animate.AnimationValueAttrib, pysvg.animate.AnimationAdditionAttrib
Class representing the animate element of an svg doc.
returns all elements contained within the top level element list of this element
returns ALL elements of the complete hirarchy as a flat list
get all atributes of the element
returns the element at a specific position within this svg
returns an element with the specific id and the position of that element within the svg elements array
retrieves all Elements that are of type type @type type: class @param type: type of the element
Return a XML representation of the current element. This function can be used for debugging purposes. It is also used by getXML in SVG
@return: the representation of the current element as an xml string
Transforms characters between xml notation and python notation.
Stores any element in a svg file (including header). Calling this method only makes sense if the root element is an svg elemnt
Used to set all attributes given in a **kwargs parameter. Might throw an Exception if attribute was not found. #TODO: check if we should fix this using “setAttribute”
Method that provides a standard svg header string for a file
Bases: pysvg.core.BaseShape, pysvg.attributes.CoreAttrib, pysvg.attributes.ConditionalAttrib, pysvg.attributes.ExternalAttrib, pysvg.animate.AnimationEventsAttrib, pysvg.animate.AnimationAttrib, pysvg.animate.AnimationAttributeAttrib, pysvg.animate.AnimationTimingAttrib, pysvg.animate.AnimationValueAttrib, pysvg.animate.AnimationAdditionAttrib
Class representing the animateColor element of an svg doc.
returns all elements contained within the top level element list of this element
returns ALL elements of the complete hirarchy as a flat list
get all atributes of the element
returns the element at a specific position within this svg
returns an element with the specific id and the position of that element within the svg elements array
retrieves all Elements that are of type type @type type: class @param type: type of the element
Return a XML representation of the current element. This function can be used for debugging purposes. It is also used by getXML in SVG
@return: the representation of the current element as an xml string
Transforms characters between xml notation and python notation.
Stores any element in a svg file (including header). Calling this method only makes sense if the root element is an svg elemnt
Used to set all attributes given in a **kwargs parameter. Might throw an Exception if attribute was not found. #TODO: check if we should fix this using “setAttribute”
Method that provides a standard svg header string for a file
Bases: pysvg.core.BaseShape, pysvg.attributes.CoreAttrib, pysvg.attributes.ConditionalAttrib, pysvg.attributes.ExternalAttrib, pysvg.animate.AnimationEventsAttrib, pysvg.animate.AnimationAttrib, pysvg.animate.AnimationTimingAttrib, pysvg.animate.AnimationValueAttrib, pysvg.animate.AnimationAdditionAttrib
Class representing the animateMotion element of an svg doc.
returns all elements contained within the top level element list of this element
returns ALL elements of the complete hirarchy as a flat list
get all atributes of the element
returns the element at a specific position within this svg
returns an element with the specific id and the position of that element within the svg elements array
retrieves all Elements that are of type type @type type: class @param type: type of the element
Return a XML representation of the current element. This function can be used for debugging purposes. It is also used by getXML in SVG
@return: the representation of the current element as an xml string
Transforms characters between xml notation and python notation.
Stores any element in a svg file (including header). Calling this method only makes sense if the root element is an svg elemnt
Used to set all attributes given in a **kwargs parameter. Might throw an Exception if attribute was not found. #TODO: check if we should fix this using “setAttribute”
Method that provides a standard svg header string for a file
Bases: pysvg.core.BaseShape, pysvg.attributes.CoreAttrib, pysvg.attributes.ConditionalAttrib, pysvg.attributes.ExternalAttrib, pysvg.animate.AnimationEventsAttrib, pysvg.animate.AnimationAttrib, pysvg.animate.AnimationAttributeAttrib, pysvg.animate.AnimationTimingAttrib, pysvg.animate.AnimationValueAttrib, pysvg.animate.AnimationAdditionAttrib
Class representing the animateTransform element of an svg doc.
returns all elements contained within the top level element list of this element
returns ALL elements of the complete hirarchy as a flat list
get all atributes of the element
returns the element at a specific position within this svg
returns an element with the specific id and the position of that element within the svg elements array
retrieves all Elements that are of type type @type type: class @param type: type of the element
Return a XML representation of the current element. This function can be used for debugging purposes. It is also used by getXML in SVG
@return: the representation of the current element as an xml string
Transforms characters between xml notation and python notation.
Stores any element in a svg file (including header). Calling this method only makes sense if the root element is an svg elemnt
Used to set all attributes given in a **kwargs parameter. Might throw an Exception if attribute was not found. #TODO: check if we should fix this using “setAttribute”
Method that provides a standard svg header string for a file
Bases: pysvg.attributes.XLinkAttrib
The AnimationAttrib class defines the Animation.attrib attribute set.
The AnimationTimingAttrib class defines the AnimationTiming.attrib attribute set.
The AnimationValueAttrib class defines the AnimationValue.attrib attribute set.
Bases: pysvg.core.BaseShape, pysvg.attributes.CoreAttrib, pysvg.attributes.XLinkAttrib, pysvg.attributes.ExternalAttrib
Class representing the animateColor element of an svg doc.
returns all elements contained within the top level element list of this element
returns ALL elements of the complete hirarchy as a flat list
get all atributes of the element
returns the element at a specific position within this svg
returns an element with the specific id and the position of that element within the svg elements array
retrieves all Elements that are of type type @type type: class @param type: type of the element
Return a XML representation of the current element. This function can be used for debugging purposes. It is also used by getXML in SVG
@return: the representation of the current element as an xml string
Transforms characters between xml notation and python notation.
Stores any element in a svg file (including header). Calling this method only makes sense if the root element is an svg elemnt
Used to set all attributes given in a **kwargs parameter. Might throw an Exception if attribute was not found. #TODO: check if we should fix this using “setAttribute”
Method that provides a standard svg header string for a file
Bases: pysvg.core.BaseShape, pysvg.attributes.CoreAttrib, pysvg.attributes.ConditionalAttrib, pysvg.attributes.ExternalAttrib, pysvg.animate.AnimationEventsAttrib, pysvg.animate.AnimationAttrib, pysvg.animate.AnimationAttributeAttrib, pysvg.animate.AnimationTimingAttrib
Class representing the set element of an svg doc.
returns all elements contained within the top level element list of this element
returns ALL elements of the complete hirarchy as a flat list
get all atributes of the element
returns the element at a specific position within this svg
returns an element with the specific id and the position of that element within the svg elements array
retrieves all Elements that are of type type @type type: class @param type: type of the element
Return a XML representation of the current element. This function can be used for debugging purposes. It is also used by getXML in SVG
@return: the representation of the current element as an xml string
Transforms characters between xml notation and python notation.
Stores any element in a svg file (including header). Calling this method only makes sense if the root element is an svg elemnt
Used to set all attributes given in a **kwargs parameter. Might throw an Exception if attribute was not found. #TODO: check if we should fix this using “setAttribute”
Method that provides a standard svg header string for a file