udPDFPageObjectRect Class Reference

Class implements a rectangle pdf object. More...

#include <PDFgraphing.h>

Inheritance diagram for udPDFPageObjectRect:
PDFPageObject udPDFPageObjectSquare

List of all members.

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

Detailed Description

Class implements a rectangle pdf object.

Definition at line 250 of file PDFgraphing.h.


Constructor & Destructor Documentation

udPDFPageObjectRect::udPDFPageObjectRect ( double  x,
double  y,
double  w,
double  h,
double  bc = 0,
double  f = -1 
) [inline]

Constructor for a rectangle pdf object.

Parameters:
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.


Member Function Documentation

void udPDFPageObjectRect::write ( ostream &  os  )  [virtual]

Reimplemented from PDFPageObject.


Member Data Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Mon Sep 26 18:43:51 2011 for CRyptography And Groups (CRAG) by  doxygen 1.6.1