Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IStippleStrokeStyle.h
Go to the documentation of this file.
1 /******************************************************************************
2 * ADOBE CONFIDENTIAL
3 * ___________________
4 *
5 * Copyright [2013] Adobe Systems Incorporated
6 * All Rights Reserved.
7 *
8 * NOTICE: All information contained herein is, and remains
9 * the property of Adobe Systems Incorporated and its suppliers,
10 * if any. The intellectual and technical concepts contained
11 * herein are proprietary to Adobe Systems Incorporated and its
12 * suppliers and are protected by all applicable intellectual
13 * property laws, including trade secret and copyright laws.
14 * Dissemination of this information or reproduction of this material
15 * is strictly forbidden unless prior written permission is obtained
16 * from Adobe Systems Incorporated.
17 ******************************************************************************/
18 
26 #ifndef ISTIPPLE_STROKE_STYLE_H_
27 #define ISTIPPLE_STROKE_STYLE_H_
28 
29 #include "FCMPreConfig.h"
30 #include "FCMPluginInterface.h"
31 
32 
33 /* -------------------------------------------------- Forward Decl */
34 
35 
36 /* -------------------------------------------------- Enums */
37 
38 namespace DOM
39 {
40  namespace StrokeStyle
41  {
48  {
51 
54 
57 
60  };
61 
62 
69  {
72 
75 
78 
81  };
82 
83 
90  {
93 
96 
99 
102  };
103  }
104 }
105 
106 
107 /* -------------------------------------------------- Macros / Constants */
108 
109 namespace DOM
110 {
111  namespace StrokeStyle
112  {
120  {0x87262f76, 0x18, 0x4b42, {0x83, 0xe5, 0x10, 0xbd, 0x1e, 0x66, 0xce, 0xe2}};
121  }
122 }
123 
124 
125 /* -------------------------------------------------- Class Decl */
126 
127 namespace DOM
128 {
129  namespace StrokeStyle
130  {
137 
138 
146  virtual FCM::Result _FCMCALL GetThickness(FCM::Double& thickness) = 0;
147 
148 
164  virtual FCM::Result _FCMCALL GetFillStyle(PIFCMUnknown& pFillStyle) = 0;
165 
166 
175  virtual FCM::Result _FCMCALL GetDotSize(StippleDotSize& dotSize) = 0;
176 
177 
186  virtual FCM::Result _FCMCALL GetVariation(StippleVariation& variation) = 0;
187 
188 
197  virtual FCM::Result _FCMCALL GetDensity(StippleDensity& density) = 0;
198 
200  }
201 }
202 
203 
204 /* -------------------------------------------------- Inline / Functions */
205 
206 
207 #include "FCMPostConfig.h"
208 
209 #endif // ISTIPPLE_STROKE_STYLE_H_
210 
Defines an interface that represents a "stipple" stroke style of an edge.
Definition: IStippleStrokeStyle.h:136
Definition: IStippleStrokeStyle.h:95
Definition: IStippleStrokeStyle.h:101
#define BEGIN_DECLARE_INTERFACE(ifx, iid)
Used to begin the interface ifx with ID iid, which inherits from IFCMUnknown.
Definition: FCMMacros.h:147
The definitions contained in this namespace define a framework called Flash Component Model (FCM)...
Definition: IGroup.h:36
Definition: IStippleStrokeStyle.h:56
Definition: IStippleStrokeStyle.h:74
Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (D...
Definition: IStippleStrokeStyle.h:92
Definition: IStippleStrokeStyle.h:98
This file contains core definitions of the framework Flash Component Model (FCM). ...
Definition: IStippleStrokeStyle.h:59
#define _FCMCALL
Defines calling convention for interface methods.
Definition: FCMMacros.h:176
U_Int32 Result
Type to define a result. This is usually the return type for most APIs.
Definition: FCMTypes.h:126
Represents a 128 bit or 16-byte GUID (Globally Unique IDentifier) value.
Definition: FCMTypes.h:189
Definition: IStippleStrokeStyle.h:50
Definition: IStippleStrokeStyle.h:80
StippleVariation
Specifies the variation of the dot in a stippled stroke.
Definition: IStippleStrokeStyle.h:68
Definition: IStippleStrokeStyle.h:77
Definition: IStippleStrokeStyle.h:53
StippleDensity
Specifies the density of the dots in a stippled stroke.
Definition: IStippleStrokeStyle.h:89
FCM::ConstFCMIID IID_ISTIPPLE_STROKE_STYLE
Defines the universally-unique interface ID for IStippleStroke.
Definition: IStippleStrokeStyle.h:119
Definition: IStippleStrokeStyle.h:71
StippleDotSize
Specifies the size of the dot in a stippled stroke.
Definition: IStippleStrokeStyle.h:47
double Double
Type to define a IEEE double-precision floating point number.
Definition: FCMTypes.h:118
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165