#include <papyrus/polygon.h>
Inheritance diagram for Papyrus::Polygon:
Public Types | |
typedef PapyrusSmartPointer< Polygon > | pointer |
Public Member Functions | |
Polygon (Vertices vertices=Vertices()) | |
virtual void | set_line_style (const LineStyle &line_style) |
virtual void | draw_shape (Cairo::RefPtr< Cairo::Context > cairo) |
PAPYRUS_CLASS_NAME ("Polygon") | |
PAPYRUS_CLONE_METHOD (Polygon) | |
Static Public Member Functions | |
static Polygon::pointer | create (Vertices vertices=Vertices()) |