#include <AGGPolygonFactory.h>
Inheritance diagram for AGGPolygonFactory:
Public Member Functions | |
AGGPolygonFactory (agg::path_storage *aPathStorage) | |
Constructor. | |
virtual PolygonWrapper * | createPolygonWrapper (const PolygonData *aData) |
Creates a polygon with the factory. | |
Protected Attributes | |
agg::path_storage * | mPathStorage |
|
Constructor. aPathStorage is used as the storage for the constructed paths. |
|
Creates a polygon with the factory.
Implements PolygonFactory. |
|
|