Packagemx.graphics
Interfacepublic interface IStroke
ImplementorsLinearGradientStroke, Stroke

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



Public Properties
 PropertyDefined by
  weight : Number
The line weight, in pixels.
IStroke
Public Methods
 MethodDefined by
  
Applies the properties to the specified Graphics object.
IStroke
Property detail
weightproperty
weight:Number  [read-write]

The line weight, in pixels. For many chart lines, the default value is 1 pixel.

Implementation
    public function get weight():Number
    public function set weight(value:Number):void
Method detail
apply()method
public function apply(g:Graphics):void

Applies the properties to the specified Graphics object.

Parameters
g:Graphics — The Graphics object to apply the properties to.




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flex/2/langref/mx/graphics/IStroke.html