AIHighlight Class Reference

Helps with the import of Adobe Illustrator 8.0 files. Holds the definition of a highlight to be used in subsequent fills. (not interpreted at present). More...

#include <ai_grad.h>

List of all members.

Public Member Functions

 AIHighlight (const INT32 nAngle, const double &dLength, const DocCoord &hilight)

Public Attributes

INT32 mnAngle
double mdLength
DocCoord mHilight


Detailed Description

Helps with the import of Adobe Illustrator 8.0 files. Holds the definition of a highlight to be used in subsequent fills. (not interpreted at present).

Author:
Colin_Barfoot (Xara Group Ltd) <camelotdev@xara.com>
Date:
28/03/00

Definition at line 120 of file ai_grad.h.


Constructor & Destructor Documentation

AIHighlight::AIHighlight const INT32  nAngle,
const double &  dLength,
const DocCoord hilight
[inline]
 

Definition at line 123 of file ai_grad.h.

00123                                                                                       :
00124         mnAngle(nAngle), mdLength(dLength), mHilight(hilight)
00125     {}


Member Data Documentation

double AIHighlight::mdLength
 

Definition at line 128 of file ai_grad.h.

DocCoord AIHighlight::mHilight
 

Definition at line 129 of file ai_grad.h.

INT32 AIHighlight::mnAngle
 

Definition at line 127 of file ai_grad.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:49:55 2007 for Camelot by  doxygen 1.4.4