Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

pdf::text::COffsetPos Class Reference

represent relative position More...

#include <Position.hh>

Inheritance diagram for pdf::text::COffsetPos:

Inheritance graph
[legend]
Collaboration diagram for pdf::text::COffsetPos:

Collaboration graph
[legend]
List of all members.

Public Methods

Private Attributes


Detailed Description

represent relative position

this class represent the relative position from the previous text segment


Constructor & Destructor Documentation

pdf::text::COffsetPos::COffsetPos double    offset_x,
double    offset_y
[inline]
 

initialize offsets

00078         : m_offset_x( offset_x ), m_offset_y( offset_y ) { }


Member Data Documentation

double pdf::text::COffsetPos::m_offset_x [private]
 

relative X-Y coordinate

double pdf::text::COffsetPos::m_offset_y [private]
 

relative X-Y coordinate


The documentation for this class was generated from the following files:
Generated on Sun Feb 2 09:17:34 2003 for libpdf++ by doxygen1.2.16