Multimedia2DRendering CATPrintGradientRadial
Usage: you can derive this class.
public class CATPrintGradientRadial
Derived class describing radial gradients.
Constructor and Destructor Index
- o
CATPrintGradientRadial()
- Default constructor.
- o
CATPrintGradientRadial(CATPrintGradientRadial&)
- Copy constructor.
- o
~CATPrintGradientRadial()
- Default destructor.
Method Index
- o
Clone()
- Factory method to avoid having to manipulate concrete classes.
- o
operator=(CATPrintGradient&)
- Assignment operator ('=' symbol).
Data Member Index
- o
_CenterX
- Coordinates of center point.
- o
_CenterY
-
- o
_FocalX
- Coordinates of the focal point.
- o
_FocalY
-
- o
_Radius
- Gradient radius.
Constructor and Destructor
o CATPrintGradientRadial
public CATPrintGradientRadial( | ) |
-
Default constructor.
o CATPrintGradientRadial
public CATPrintGradientRadial( | const | iGradient) |
-
Copy constructor.
- Parameters:
-
- iGradient
- The gradient to copy.
o ~CATPrintGradientRadial
public virtual ~CATPrintGradientRadial( | ) |
-
Default destructor.
Methods
o Clone
-
Factory method to avoid having to manipulate concrete classes.
- Returns:
- The cloned gradient.
o operator=
public virtual operator=( | const | iGradient) |
-
Assignment operator ('=' symbol).
- Parameters:
-
- iGradient
- The gradient to copy.
- Returns:
- This object, with the target attributes.
Data Members
o _CenterX
public float _CenterX
-
Coordinates of center point.
o _CenterY
public float _CenterY
-
o _FocalX
public float _FocalX
-
Coordinates of the focal point.
o _FocalY
public float _FocalY
-
o _Radius
public float _Radius
-
Gradient radius.
This object is included in the file: CATPrintGradient.h
If needed, your Imakefile.mk should include the module: CATMMedia2DRendering
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.