filters
GfxPath Class Reference
List of all members.Detailed Description
Definition at line 704 of file GfxState.h.
Public Member Functions | |
GfxPath () | |
~GfxPath () | |
GfxPath * | copy () |
GBool | isCurPt () |
GBool | isPath () |
int | getNumSubpaths () |
GfxSubpath * | getSubpath (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 () |
The documentation for this class was generated from the following files: