Packagecom.adobe.coreUI.controls.whiteboardClasses.shapeDescriptors
Classpublic class WBMarkerShapeDescriptor
InheritanceWBMarkerShapeDescriptor Inheritance WBShapeDescriptor

Descriptor class for a Highlighter/Marker pen shape

See also

com.adobe.coreUI.controls.whiteboardClasses.WBShapeDescriptor


Public Properties
 PropertyDefined by
  alpha : Number
Specifies the foreground alpha of the marker shape
WBMarkerShapeDescriptor
 InheriteddefinitionData : *
Definition date for this shape
WBShapeDescriptor
 InheritedfactoryID : String
Factory class defining which type or class of shape
WBShapeDescriptor
 Inheritedheight : Number
Height of this shape
WBShapeDescriptor
  lineColor : uint
Specifies the line color
WBMarkerShapeDescriptor
  lineThickness : Number
Specifies the line thickness of the marker shape
WBMarkerShapeDescriptor
  points : Array
Specifies the array of points (x,y coordinates) of the Marker
WBMarkerShapeDescriptor
 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
  
WBMarkerShapeDescriptor
 Inherited
compareShapeAttributes(p_shapeDescriptor:WBShapeDescriptor):Boolean
WBShapeDescriptor
Protected Methods
 MethodDefined by
 Inherited
copyObject(value:Object):Object
WBShapeDescriptor
  
initialize():void
private
WBMarkerShapeDescriptor
Property detail
alphaproperty
alpha:Number  [read-write]

Specifies the foreground alpha of the marker shape

The default value is "0.5".

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

Specifies the line color

The default value is "#16776960".

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

Specifies the line thickness of the marker shape

The default value is "15".

Implementation
    public function get lineThickness():Number
    public function set lineThickness(value:Number):void
pointsproperty 
points:Array  [read-write]

Specifies the array of points (x,y coordinates) of the Marker

Implementation
    public function get points():Array
    public function set points(value:Array):void
Constructor detail
WBMarkerShapeDescriptor()constructor
public function WBMarkerShapeDescriptor()
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/WBMarkerShapeDescriptor.html