Multimedia2DRendering  CATPrintGradientLinear
Usage: you can derive this class.
 public class CATPrintGradientLinear
 Derived class describing linear gradients.
 Constructor and Destructor Index
 
 -  o 
    CATPrintGradientLinear()
 -   Default constructor.
 
 -  o 
    CATPrintGradientLinear(CATPrintGradientLinear&)
 -   Copy constructor.
 
 -  o 
    ~CATPrintGradientLinear()
 -   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 
    _BeginX
 -   Coordinates of start point and end point.
 
 -  o 
    _BeginY
 -   
 -  o 
    _EndX
 -   
 -  o 
    _EndY
 -  
 
 Constructor and Destructor
 
  o CATPrintGradientLinear
  |   public   CATPrintGradientLinear( | )   | 
  - 
 Default constructor.
 
  o CATPrintGradientLinear
  |   public   CATPrintGradientLinear( |  const   | iGradient)   | 
  - 
 Copy constructor.
 
  -  Parameters:
  
 - 
    
    -  iGradient
   
 -       The gradient to copy.
 
 
 
  o ~CATPrintGradientLinear
  |   public virtual   ~CATPrintGradientLinear( | )   | 
  - 
 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 _BeginX
  public float _BeginX
  - 
 Coordinates of start point and end point.
 
  o _BeginY
  public float _BeginY
  - 
 
  o _EndX
  public float _EndX
  - 
 
  o _EndY
  public float _EndY
  - 
 
 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.