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

This file contains the interface for IRaggedStrokeStyle. This interface represents a ragged stroke 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::IRaggedStrokeStyle
 Defines an interface that represents a "ragged" stroke 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::RaggedStrokePattern {
  DOM::StrokeStyle::RAGGED_SOLID_PATTERN, DOM::StrokeStyle::RAGGED_SIMPLE_PATTERN, DOM::StrokeStyle::RAGGED_RANDOM_PATTERN, DOM::StrokeStyle::RAGGED_DOTTED_PATTERN,
  DOM::StrokeStyle::RAGGED_RANDOM_DOTTED_PATTERN, DOM::StrokeStyle::RAGGED_TRIPLE_DOTTED_PATTERN, DOM::StrokeStyle::RAGGED_RANDOM_TRIPLE_DOTTED_PATTERN
}
 Specifies the pattern of a ragged stroke. More...
 
enum  DOM::StrokeStyle::RaggedWaveHeight { DOM::StrokeStyle::RAGGED_WAVEHEIGHT_FLAT, DOM::StrokeStyle::RAGGED_WAVEHEIGHT_WAVY, DOM::StrokeStyle::RAGGED_WAVEHEIGHT_VERYWAVY, DOM::StrokeStyle::RAGGED_WAVEHEIGHT_WILD }
 Specifies the wave height of the pattern within the ragged stroke. More...
 
enum  DOM::StrokeStyle::RaggedWaveLength { DOM::StrokeStyle::RAGGED_WAVELENGTH_VERYSHORT, DOM::StrokeStyle::RAGGED_WAVELENGTH_SHORT, DOM::StrokeStyle::RAGGED_WAVELENGTH_MEDIUM, DOM::StrokeStyle::RAGGED_WAVELENGTH_LONG }
 Specifies the wave length of the pattern within the ragged stroke. More...
 

Variables

FCM::ConstFCMIID DOM::StrokeStyle::IID_IRAGGED_STROKE_STYLE
 Defines the universally-unique interface ID for IRaggedStrokeStyle. More...
 

Detailed Description

This file contains the interface for IRaggedStrokeStyle. This interface represents a ragged stroke of an edge.