Class implements a square pdf object. More...
#include <PDFgraphing.h>
Public Member Functions | |
udPDFPageObjectCircle (double cx, double cy, double r, double bc=0, double f=-1) | |
Constructor for a circle pdf object. | |
void | write (ostream &os) |
Private Attributes | |
double | theX |
double | theY |
double | theRad |
double | theFill |
double | border_color |
Class implements a square pdf object.
Definition at line 327 of file PDFgraphing.h.
udPDFPageObjectCircle::udPDFPageObjectCircle | ( | double | cx, | |
double | cy, | |||
double | r, | |||
double | bc = 0 , |
|||
double | f = -1 | |||
) | [inline] |
Constructor for a circle pdf object.
cx,cy | - coordinates of the center of a circle | |
r | - radius of a circle | |
bc | - border color from 0 to 1 | |
f | - fill color. If f < 0 then no filling |
Definition at line 344 of file PDFgraphing.h.
void udPDFPageObjectCircle::write | ( | ostream & | os | ) | [virtual] |
Reimplemented from PDFPageObject.
double udPDFPageObjectCircle::border_color [private] |
Definition at line 367 of file PDFgraphing.h.
double udPDFPageObjectCircle::theFill [private] |
Definition at line 366 of file PDFgraphing.h.
double udPDFPageObjectCircle::theRad [private] |
Definition at line 365 of file PDFgraphing.h.
double udPDFPageObjectCircle::theX [private] |
Definition at line 364 of file PDFgraphing.h.
double udPDFPageObjectCircle::theY [private] |
Definition at line 364 of file PDFgraphing.h.