#include <AGGPolygonWrapper.h>
Inheritance diagram for AGGPolygonWrapper:
Public Member Functions | |
AGGPolygonWrapper () | |
Constructor. | |
virtual | ~AGGPolygonWrapper () |
Virtual destructor. | |
unsigned int | getPathIndex () |
Getter for the native implementation. | |
Static Public Member Functions | |
static AGGPolygonWrapper * | create (const PolygonData *aData, agg::path_storage *aPath) |
Static method for creating a polygon from the data. | |
Protected Attributes | |
unsigned int | mPathIndex |
|
Constructor.
|
|
Virtual destructor.
|
|
Static method for creating a polygon from the data.
|
|
Getter for the native implementation.
|
|
|