BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
mx.graphics 

IStroke  - AS3 Flex

(Preview)
Packagemx.graphics
Interfacepublic interface IStroke
Implementors GradientStroke, SolidColorStroke

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

Defines the interface that classes that define a line must implement.



Public Properties
 PropertyDefined By
  joints : String
[read-only] Specifies the appearance of line intersections used at angles.
IStroke
  miterLimit : Number
[read-only] Indicates the limit at which a miter is cut off.
IStroke
  scaleMode : String
[read-only] A value from the LineScaleMode class that specifies which scale mode to use.
IStroke
  weight : Number
The line weight, in pixels.
IStroke
Public Methods
 MethodDefined By
  
apply(graphics:Graphics, targetBounds:Rectangle, targetOrigin:Point):void
Applies the properties to the specified Graphics object.
IStroke
  
Generates a GraphicsStroke object representing this stroke.
IStroke
Property Detail
Method Detail