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

This file contains the interface for IStippleStrokeStyle. This interface represents a stipple stroke style of an edge. More...

#include "FCMPreConfig.h"
#include "FCMPluginInterface.h"
#include "FCMPostConfig.h"

Go to the source code of this file.

Classes

class  DOM::StrokeStyle::IStippleStrokeStyle
 Defines an interface that represents a "stipple" stroke style of an edge. More...
 

Namespaces

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

Enumerations

enum  DOM::StrokeStyle::StippleDotSize { DOM::StrokeStyle::STIPPLE_DOTSIZE_TINY, DOM::StrokeStyle::STIPPLE_DOTSIZE_SMALL, DOM::StrokeStyle::STIPPLE_DOTSIZE_MEDIUM, DOM::StrokeStyle::STIPPLE_DOTSIZE_LARGE }
 Specifies the size of the dot in a stippled stroke. More...
 
enum  DOM::StrokeStyle::StippleVariation { DOM::StrokeStyle::STIPPLE_VARIATION_ONESIZE, DOM::StrokeStyle::STIPPLE_VARIATION_SMALL, DOM::StrokeStyle::STIPPLE_VARIATION_VARIEDSIZE, DOM::StrokeStyle::STIPPLE_VARIATION_RANDOMSIZE }
 Specifies the variation of the dot in a stippled stroke. More...
 
enum  DOM::StrokeStyle::StippleDensity { DOM::StrokeStyle::STIPPLE_DENSITY_VERYDENSE, DOM::StrokeStyle::STIPPLE_DENSITY_DENSE, DOM::StrokeStyle::STIPPLE_DENSITY_SPARSE, DOM::StrokeStyle::STIPPLE_DENSITY_VERYSPARSE }
 Specifies the density of the dots in a stippled stroke. More...
 

Variables

FCM::ConstFCMIID DOM::StrokeStyle::IID_ISTIPPLE_STROKE_STYLE
 Defines the universally-unique interface ID for IStippleStroke. More...
 

Detailed Description

This file contains the interface for IStippleStrokeStyle. This interface represents a stipple stroke style of an edge.