Class implements a rectangle pdf object. More...
#include <PDFgraphing.h>
Public Member Functions | |
udPDFPageObjectRect (double x, double y, double w, double h, double bc=0, double f=-1) | |
Constructor for a rectangle pdf object. | |
void | write (ostream &os) |
Private Attributes | |
double | theX |
double | theY |
double | theW |
double | theH |
double | theFill |
double | border_color |
Class implements a rectangle pdf object.
Definition at line 250 of file PDFgraphing.h.
udPDFPageObjectRect::udPDFPageObjectRect | ( | double | x, | |
double | y, | |||
double | w, | |||
double | h, | |||
double | bc = 0 , |
|||
double | f = -1 | |||
) | [inline] |
Constructor for a rectangle pdf object.
x,y | - coordinates of the left end point | |
w,h | - widht and height of the rectanlge | |
bc | - border color from 0 to 1 | |
f | - fill color. If f < 0 then no filling |
Definition at line 267 of file PDFgraphing.h.
void udPDFPageObjectRect::write | ( | ostream & | os | ) | [virtual] |
Reimplemented from PDFPageObject.
double udPDFPageObjectRect::border_color [private] |
Definition at line 290 of file PDFgraphing.h.
double udPDFPageObjectRect::theFill [private] |
Definition at line 289 of file PDFgraphing.h.
double udPDFPageObjectRect::theH [private] |
Definition at line 288 of file PDFgraphing.h.
double udPDFPageObjectRect::theW [private] |
Definition at line 288 of file PDFgraphing.h.
double udPDFPageObjectRect::theX [private] |
Definition at line 287 of file PDFgraphing.h.
double udPDFPageObjectRect::theY [private] |
Definition at line 287 of file PDFgraphing.h.