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

GfxPath Class Reference

#include <GfxState.h>

List of all members.

Public Methods

 GfxPath ()
 ~GfxPath ()
GfxPath * copy ()
GBool isCurPt ()
GBool isPath ()
int getNumSubpaths ()
GfxSubpathgetSubpath (int i)
double getLastX ()
double getLastY ()
void moveTo (double x, double y)
void lineTo (double x, double y)
void curveTo (double x1, double y1, double x2, double y2, double x3, double y3)
void close ()
void append (GfxPath *path)
void offset (double dx, double dy)


Constructor & Destructor Documentation

GfxPath::GfxPath  
 

GfxPath::~GfxPath  
 


Member Function Documentation

void GfxPath::append GfxPath *    path
 

void GfxPath::close  
 

GfxPath* GfxPath::copy   [inline]
 

void GfxPath::curveTo double    x1,
double    y1,
double    x2,
double    y2,
double    x3,
double    y3
 

double GfxPath::getLastX   [inline]
 

double GfxPath::getLastY   [inline]
 

int GfxPath::getNumSubpaths   [inline]
 

GfxSubpath* GfxPath::getSubpath int    i [inline]
 

GBool GfxPath::isCurPt   [inline]
 

GBool GfxPath::isPath   [inline]
 

void GfxPath::lineTo double    x,
double    y
 

void GfxPath::moveTo double    x,
double    y
 

void GfxPath::offset double    dx,
double    dy
 


The documentation for this class was generated from the following files:
Generated on Wed Nov 3 12:59:35 2004 for Lemur Toolkit by doxygen1.2.18