|
CartoType API
|
#include <cartotype_svg.h>
Public Member Functions | |
| TFixed | Width () const |
| TFixed | Height () const |
| const CGState & | GState () const |
| const Svg::TDimensionParam & | DimensionParam () const |
| const CGradientParam * | GradientParam (const MString &aName) const |
| TResult | StartGElement (const Sax::MAttributes &aAttributes) |
| TResult | EndGElement () |
| TResult | StartRectElement (const Sax::MAttributes &aAttributes) |
| TResult | StartCircleElement (const Sax::MAttributes &aAttributes) |
| TResult | StartEllipseElement (const Sax::MAttributes &aAttributes) |
| TResult | StartLineElement (const Sax::MAttributes &aAttributes) |
| TResult | StartPolylineOrPolygonElement (const Sax::MAttributes &aAttributes, bool aIsPolygon) |
| TResult | StartPathElement (const Sax::MAttributes &aAttributes) |
| TResult | StartTextElement (const Sax::MAttributes &aAttributes) |
| TResult | EndTextElement () |
| TResult | Characters (const MString &aString) |
| TResult | StartGradientElement (const Sax::MAttributes &aAttributes, bool aIsRadial) |
| TResult | EndGradientElement () |
| TResult | StartStopElement (const Sax::MAttributes &aAttributes) |
| TResult | StartRangeElement (const Sax::MAttributes &aAttributes) |
Static Public Member Functions | |
| static CSvgState * | New (TResult &aError, TFixed aWidth, TFixed aHeight, const CGState &aGroundState) |
The state held by an svg element.
1.7.5.1