Papyrus::Circle Class Reference

#include <papyrus/circle.h>

Inheritance diagram for Papyrus::Circle:

Inheritance graph
[legend]
List of all members.

Detailed Description

A circle is drawn centered on the x,y coordinate with a specified radius.

The circle class is a very thin interface for a 360' arc, and doesn't actually extend the arc in any meaningful way, but is provided for convenience and notation.

circle.png

Circle

Author:
Rick L Vinyard Jr


Public Types

typedef PapyrusSmartPointer<
Circle
pointer

Public Member Functions

 PAPYRUS_CLASS_NAME ("Circle")
 PAPYRUS_CLONE_METHOD (Circle)

Static Public Member Functions

static Circle::pointer create (double radius=1.0, Cairo::RefPtr< Cairo::Pattern > fill=Cairo::RefPtr< Cairo::Pattern >())
 Creates a circle with the specified radius.
static Circle::pointer create (double radius, Cairo::RefPtr< Cairo::Pattern > fill, const LineStyle &outline)
 Creates a circle with the specified radius.

Protected Member Functions

 Circle (double radius, Cairo::RefPtr< Cairo::Pattern > fill)
 Circle (double radius, Cairo::RefPtr< Cairo::Pattern > fill, const LineStyle &outline)


The documentation for this class was generated from the following files:
Generated on Sun Mar 11 10:01:36 2007 by  doxygen 1.5.1