Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IGradientFillStyle.h File Reference

This file contains the interface for IGradientFillStyle. The IGradientFillStyle represents a "gradient" fill style. More...

#include "FCMPreConfig.h"
#include "FCMPluginInterface.h"
#include "Utils/DOMTypes.h"
#include "FCMPostConfig.h"

Go to the source code of this file.

Classes

class  DOM::FillStyle::IGradientFillStyle
 Defines an interface that represents a "gradient" fill style. More...
 

Namespaces

 DOM
 Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (Document Object Model).
 
 DOM::FillStyle
 Provides interfaces and definitions for fill styles.
 

Enumerations

enum  DOM::FillStyle::GradientSpread { DOM::FillStyle::GRADIENT_SPREAD_EXTEND, DOM::FillStyle::GRADIENT_SPREAD_REFLECT, DOM::FillStyle::GRADIENT_SPREAD_REPEAT }
 This defines the behavior of a gradient's overflow. More...
 

Variables

FCM::ConstFCMIID DOM::FillStyle::IID_IGRADIENT_FILL_STYLE
 Defines the universally-unique interface ID for IGradientFillStyle. More...
 

Detailed Description

This file contains the interface for IGradientFillStyle. The IGradientFillStyle represents a "gradient" fill style.