#include <WPGSVGGenerator.h>
Inheritance diagram for libwpg::WPGSVGGenerator:
Public Member Functions | |
WPGSVGGenerator (std::ostream &output_sink) | |
~WPGSVGGenerator () | |
void | startGraphics (double imageWidth, double imageHeight) |
void | endGraphics () |
void | startLayer (unsigned int id) |
void | endLayer (unsigned int id) |
void | setPen (const libwpg::WPGPen &pen) |
void | setBrush (const libwpg::WPGBrush &brush) |
void | setFillRule (FillRule rule) |
void | drawRectangle (const libwpg::WPGRect &rect, double rx, double ry) |
void | drawEllipse (const libwpg::WPGPoint ¢er, double rx, double ry) |
void | drawPolygon (const libwpg::WPGPointArray &vertices) |
void | drawPath (const libwpg::WPGPath &path) |
void | drawBitmap (const libwpg::WPGBitmap &bitmap) |
void | drawImageObject (const libwpg::WPGBinaryData &binaryData) |
Private Member Functions | |
void | writeStyle () |
Private Attributes | |
libwpg::WPGPen | m_pen |
libwpg::WPGBrush | m_brush |
FillRule | m_fillRule |
int | m_gradientIndex |
std::ostream & | m_outputSink |
|
|
|
|
|
Implements libwpg::WPGPaintInterface. |
|
Implements libwpg::WPGPaintInterface. |
|
Implements libwpg::WPGPaintInterface. |
|
Implements libwpg::WPGPaintInterface. |
|
Implements libwpg::WPGPaintInterface. |
|
Implements libwpg::WPGPaintInterface. |
|
Implements libwpg::WPGPaintInterface. |
|
Implements libwpg::WPGPaintInterface. |
|
Implements libwpg::WPGPaintInterface. |
|
|
|
Implements libwpg::WPGPaintInterface. |
|
Implements libwpg::WPGPaintInterface. |
|
Implements libwpg::WPGPaintInterface. |
|
|
|
|
|
|
|
|
|
|
|
|