Packageflexlib.scheduling.scheduleClasses.lineRenderer
Classpublic class Line
InheritanceLine Inheritance Object



Public Properties
 PropertyDefined By
  alpha : Number
Line
  color : uint
Line
  weight : Number
Line
Public Methods
 MethodDefined By
  
apply(g:Graphics, bounds:Rectangle, targetPoint:Point):void
Line
Property Detail
alphaproperty
alpha:Number


Implementation
    public function get alpha():Number
    public function set alpha(value:Number):void
colorproperty 
color:uint


Implementation
    public function get color():uint
    public function set color(value:uint):void
weightproperty 
weight:Number


Implementation
    public function get weight():Number
    public function set weight(value:Number):void
Method Detail
apply()method
public function apply(g:Graphics, bounds:Rectangle, targetPoint:Point):void

Parameters

g:Graphics
 
bounds:Rectangle
 
targetPoint:Point