#include <Circle.hpp>
Inheritance diagram for Circle:


The circle can have a user defined appearance, specified using a StrokeStyle and/or a fill color.
Definition at line 47 of file Circle.hpp.
Public Member Functions | |
| Circle (double ixc, double iyc, double ir) | |
| Constructor. | |
| Circle (double ixc, double iyc, double ir, const StrokeStyle &istyle) | |
| Constructor. | |
| Circle (double ixc, double iyc, double ir, const StrokeStyle &istyle, const Color &ifillcolor) | |
| Constructor. | |
| Circle (double ixc, double iyc, double ir, const Color &ifillcolor) | |
| Constructor. | |
Public Attributes | |
| double | xc |
| The X coordinate of the center of the circle. | |
| double | yc |
| The Y coordinate of the center of the circle. | |
| double | radius |
| The radius of the circle. | |
|
||||||||||||||||
|
Constructor. Defines the circle by the coordinate location of the center and a radius.
Definition at line 67 of file Circle.hpp. |
|
||||||||||||||||||||
|
Constructor. Defines the circle by the coordinate location of the center, a radius. and its appearance.
Definition at line 79 of file Circle.hpp. |
|
||||||||||||||||||||||||
|
Constructor. Defines the circle by the coordinate location of the center, a radius. and its appearance.
Definition at line 93 of file Circle.hpp. |
|
||||||||||||||||||||
|
Constructor. Defines the circle by the coordinate location of the center, a radius. and its appearance.
Definition at line 107 of file Circle.hpp. |
|
|
The radius of the circle.
Definition at line 58 of file Circle.hpp. Referenced by SVGImage::circle(), PSImageBase::circle(), and Circle(). |
|
|
The X coordinate of the center of the circle.
Definition at line 52 of file Circle.hpp. Referenced by SVGImage::circle(), PSImageBase::circle(), and Circle(). |
|
|
The Y coordinate of the center of the circle.
Definition at line 55 of file Circle.hpp. Referenced by SVGImage::circle(), PSImageBase::circle(), and Circle(). |
1.3.9.1