Packagecom.adobe.coreUI.controls.whiteboardClasses.shapeDescriptors
Classpublic class WBLineShapeDescriptor
InheritanceWBLineShapeDescriptor Inheritance WBShapeDescriptor

Descriptor class for a Line shape

See also

com.adobe.coreUI.controls.whiteboardClasses.WBShapeDescriptor


Public Properties
 PropertyDefined by
  alpha : Number
Specifies the foreground alpha of the lines
WBLineShapeDescriptor
 InheriteddefinitionData : *
Definition date for this shape
WBShapeDescriptor
  dropShadow : Boolean
Specifies whether the drop shadow is set or not
WBLineShapeDescriptor
 InheritedfactoryID : String
Factory class defining which type or class of shape
WBShapeDescriptor
  gradientFill : Boolean
Specifies whether the gradient fill of the line is set or not
WBLineShapeDescriptor
 Inheritedheight : Number
Height of this shape
WBShapeDescriptor
  lineColor : uint
Specifies the line color
WBLineShapeDescriptor
  lineThickness : Number
Specifies the line thickness of the Line shape
WBLineShapeDescriptor
 InheritedpropertyData : *
Property data for this shape
WBShapeDescriptor
 Inheritedrotation : int = 0
Rotation of shape , default is 0
WBShapeDescriptor
 InheritedshapeID : String
Unique Shape Id
WBShapeDescriptor
 Inheritedwidth : Number
Width of this shape
WBShapeDescriptor
 Inheritedx : Number
X-coordinate
WBShapeDescriptor
 Inheritedy : Number
Y-coordinate
WBShapeDescriptor
Public Methods
 MethodDefined by
  
WBLineShapeDescriptor
 Inherited
compareShapeAttributes(p_shapeDescriptor:WBShapeDescriptor):Boolean
WBShapeDescriptor
Protected Methods
 MethodDefined by
 Inherited
copyObject(value:Object):Object
WBShapeDescriptor
  
initialize():void
private
WBLineShapeDescriptor
Property detail
alphaproperty
alpha:Number  [read-write]

Specifies the foreground alpha of the lines

The default value is "1".

Implementation
    public function get alpha():Number
    public function set alpha(value:Number):void
dropShadowproperty 
dropShadow:Boolean  [read-write]

Specifies whether the drop shadow is set or not

The default value is "true".

Implementation
    public function get dropShadow():Boolean
    public function set dropShadow(value:Boolean):void
gradientFillproperty 
gradientFill:Boolean  [read-write]

Specifies whether the gradient fill of the line is set or not

The default value is "true".

Implementation
    public function get gradientFill():Boolean
    public function set gradientFill(value:Boolean):void
lineColorproperty 
lineColor:uint  [read-write]

Specifies the line color

The default value is "#3815994".

Implementation
    public function get lineColor():uint
    public function set lineColor(value:uint):void
lineThicknessproperty 
lineThickness:Number  [read-write]

Specifies the line thickness of the Line shape

The default value is "10".

Implementation
    public function get lineThickness():Number
    public function set lineThickness(value:Number):void
Constructor detail
WBLineShapeDescriptor()constructor
public function WBLineShapeDescriptor()
Method detail
initialize()method
protected function initialize():void

private





 

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

Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/coreUI/controls/whiteboardClasses/shapeDescriptors/WBLineShapeDescriptor.html