Inheritance diagram for pysvg.text:
(C) 2008, 2009 Kerim Mansour For licensing information please refer to license.txt
Bases: pysvg.text.glyphRef, pysvg.attributes.ConditionalAttrib, pysvg.attributes.GraphicalEventsAttrib, pysvg.attributes.OpacityAttrib, pysvg.attributes.GraphicsAttrib, pysvg.attributes.CursorAttrib, pysvg.attributes.FilterAttrib, pysvg.attributes.MaskAttrib, pysvg.attributes.ClipAttrib, pysvg.attributes.TextContentAttrib, pysvg.core.RotateAttrib
Class representing the altGlyph 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.BaseElement, pysvg.attributes.CoreAttrib
Class representing the altGlyphDef 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.BaseElement, pysvg.attributes.CoreAttrib
Class representing the altGlyphItem 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.BaseElement, pysvg.attributes.CoreAttrib, pysvg.attributes.ExternalAttrib, pysvg.attributes.StyleAttrib, pysvg.attributes.FontAttrib, pysvg.attributes.XLinkAttrib, pysvg.attributes.PaintAttrib, pysvg.core.PointAttrib, pysvg.core.DeltaPointAttrib
Class representing the glyphRef 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.BaseElement, pysvg.attributes.CoreAttrib, pysvg.attributes.ConditionalAttrib, pysvg.attributes.ExternalAttrib, pysvg.attributes.StyleAttrib, pysvg.core.PointAttrib, pysvg.core.DeltaPointAttrib, pysvg.core.RotateAttrib, pysvg.attributes.GraphicalEventsAttrib, pysvg.attributes.PaintAttrib, pysvg.attributes.FontAttrib, pysvg.attributes.OpacityAttrib, pysvg.attributes.GraphicsAttrib, pysvg.attributes.CursorAttrib, pysvg.attributes.FilterAttrib, pysvg.attributes.MaskAttrib, pysvg.attributes.ClipAttrib, pysvg.attributes.TextContentAttrib, pysvg.attributes.TextAttrib
Class representing the text 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.BaseElement, pysvg.attributes.CoreAttrib, pysvg.attributes.ConditionalAttrib, pysvg.attributes.ExternalAttrib, pysvg.attributes.StyleAttrib, pysvg.attributes.XLinkAttrib, pysvg.attributes.FontAttrib, pysvg.attributes.PaintAttrib, pysvg.attributes.GraphicalEventsAttrib, pysvg.attributes.OpacityAttrib, pysvg.attributes.GraphicsAttrib, pysvg.attributes.CursorAttrib, pysvg.attributes.FilterAttrib, pysvg.attributes.MaskAttrib, pysvg.attributes.ClipAttrib, pysvg.attributes.TextContentAttrib
Class representing the textPath 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.BaseElement, pysvg.attributes.CoreAttrib, pysvg.attributes.ConditionalAttrib, pysvg.attributes.ExternalAttrib, pysvg.attributes.StyleAttrib, pysvg.attributes.XLinkAttrib, pysvg.core.PointAttrib, pysvg.core.DeltaPointAttrib, pysvg.core.RotateAttrib, pysvg.attributes.GraphicalEventsAttrib, pysvg.attributes.PaintAttrib, pysvg.attributes.FontAttrib, pysvg.attributes.OpacityAttrib, pysvg.attributes.GraphicsAttrib, pysvg.attributes.CursorAttrib, pysvg.attributes.FilterAttrib, pysvg.attributes.MaskAttrib, pysvg.attributes.ClipAttrib, pysvg.attributes.TextContentAttrib
Class representing the tref 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.BaseElement, pysvg.attributes.CoreAttrib, pysvg.attributes.ConditionalAttrib, pysvg.attributes.ExternalAttrib, pysvg.attributes.StyleAttrib, pysvg.core.PointAttrib, pysvg.core.DeltaPointAttrib, pysvg.core.RotateAttrib, pysvg.attributes.GraphicalEventsAttrib, pysvg.attributes.PaintAttrib, pysvg.attributes.FontAttrib, pysvg.attributes.OpacityAttrib, pysvg.attributes.GraphicsAttrib, pysvg.attributes.CursorAttrib, pysvg.attributes.FilterAttrib, pysvg.attributes.MaskAttrib, pysvg.attributes.ClipAttrib, pysvg.attributes.TextContentAttrib
Class representing the tspan 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