#include <SVG.h>
Inheritance diagram for SVGDocument:
Public Member Functions | |
SVGDocument () | |
Constructor. | |
void | setTransformation (const MATRIX2D &aMatrix) |
Sets the root level transformation for the SVG document. | |
virtual bool | execute (SVGContext *aContext) |
Executes the command, i.e. applies it to the context. | |
Static Public Member Functions | |
static SVGDocument * | load (const char *aFileName) |
Loads the SVG document from a file. | |
Static Protected Member Functions | |
static bool | createTree (class TiXmlElement *aElement, SVGCommandSet *aSet) |
Creates the SVG tree from the XML DOM. | |
static SVGCommand * | createPath (const char *aFill, const char *aFillOpacity, const char *aFillRule, const char *aPath) |
Creates a path command set from strings. | |
Protected Attributes | |
MATRIX2D | mMatrix |
|
Constructor.
|
|
Creates a path command set from strings.
|
|
Creates the SVG tree from the XML DOM.
|
|
Executes the command, i.e. applies it to the context.
Reimplemented from SVGCommandSet. |
|
Loads the SVG document from a file.
|
|
Sets the root level transformation for the SVG document.
|
|
|