Packageflexlib.scheduling.scheduleClasses.lineRenderer
Classpublic class Line



Public Properties
 PropertyDefined by
  alpha : Number
Line
  color : uint
Line
  weight : Number
Line
Public Methods
 MethodDefined by
  
apply(g:Graphics):void
Line
Property detail
alphaproperty
alpha:Number  [read-write]Implementation
    public function get alpha():Number
    public function set alpha(value:Number):void
colorproperty 
color:uint  [read-write]Implementation
    public function get color():uint
    public function set color(value:uint):void
weightproperty 
weight:Number  [read-write]Implementation
    public function get weight():Number
    public function set weight(value:Number):void
Method detail
apply()method
public function apply(g:Graphics):voidParameters
g:Graphics