#include <PolygonFactory.h>
Inheritance diagram for PolygonFactory:
Public Member Functions | |
virtual void | beginGraphic () |
Notifies the factory that a construction of new vector object is starting. | |
virtual PolygonWrapper * | createPolygonWrapper (const PolygonData *aData)=0 |
Creates a polygon with the factory. | |
virtual PaintWrapper * | createPaintWrapper (const unsigned int aColor) |
Creates a paint with the factory from an RGB color. | |
virtual void | endGraphic () |
Notifies the factory that a construction of a vector object has ended. |
|
Notifies the factory that a construction of new vector object is starting.
|
|
Creates a paint with the factory from an RGB color.
|
|
Creates a polygon with the factory.
Implemented in AGGPolygonFactory, and DefaultPolygonFactory. |
|
Notifies the factory that a construction of a vector object has ended.
|