Hot Door CORE 0.8.2
Adobe® Illustrator® Plug-in Library
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
hdi::core::ArtStyle::PaintData Struct Reference

Stores art style gradient information. More...

#include <hdicoreArtStyle.h>

Collaboration diagram for hdi::core::ArtStyle::PaintData:
Collaboration graph
[legend]

Public Member Functions

 PaintData ()
 Constructs a new PaintData object with default values.
 
 PaintData (const PaintData &pd_)
 Constructs a new PaintData object from another existing object.
 
virtual ~PaintData ()
 Destructs a PaintData object.
 
PaintDataoperator= (const PaintData &rhs_)
 Overloaded assignment operator to copy data from the given PaintData object into the target.
 

Public Attributes

ArtboardPoint fillRelativeGradientOrigin
 The fill gradient origin, relative to the bounding box of the object to which the style would be applied.
 
double fillRelativeGradientLength
 The fill gradient length, in points.
 
double fillGradientAspectRatio
 The fill gradient aspect ratio, for radial gradients.
 
ArtboardPoint strokeRelativeGradientOrigin
 The stroke gradient origin, relative to the bounding box of the object to which the style would be applied.
 
double strokeRelativeGradientLength
 The stroke gradient length, in points.
 
double strokeGradientAspectRatio
 The stroke gradient aspect ratio, for radial gradients.
 

Detailed Description

Stores art style gradient information.

Constructor & Destructor Documentation

◆ PaintData() [1/2]

hdi::core::ArtStyle::PaintData::PaintData ( )

Constructs a new PaintData object with default values.

Author
GW
Date
08/2014

◆ PaintData() [2/2]

hdi::core::ArtStyle::PaintData::PaintData ( const PaintData pd_)

Constructs a new PaintData object from another existing object.

Author
GW
Date
08/2014
Parameters
pd_Existing object to copy

◆ ~PaintData()

virtual hdi::core::ArtStyle::PaintData::~PaintData ( )
virtual

Destructs a PaintData object.

Author
GW
Date
08/2014

Member Function Documentation

◆ operator=()

PaintData & hdi::core::ArtStyle::PaintData::operator= ( const PaintData rhs_)

Overloaded assignment operator to copy data from the given PaintData object into the target.

Author
GW
Date
08/2014
Parameters
rhs_Righthand side of the assignment operator
Returns
The lefthand side of the assignment operator, but with its values updated