Pacotemx.graphics
Interfacepublic interface IStroke
ImplementorsLinearGradientStroke, Stroke

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



Propriedades Públicas
 PropriedadeDefinido por
  weight : Number
The line weight, in pixels.
IStroke
Métodos Públicos
 MétodoDefinido por
  
Applies the properties to the specified Graphics object.
IStroke
Detalhes da propriedade
weightpropriedade
weight:Number  [read-write]

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


Implementação
    public function get weight():Number
    public function set weight(value:Number):void
Detalhes do método
apply()método
public function apply(g:Graphics):void

Applies the properties to the specified Graphics object.

Parâmetros

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