Packageorg.openzet.display
Classpublic class DashedRectangle
InheritanceDashedRectangle Inheritance ImageLoader Inheritance flash.display.Sprite

Drawing class that draws animated dashed rectanle with an embedded swf file.



Public Properties
 PropertyDefined by
 Inheritedcontent : *
Content of this ImageLoader whether it is a display object or something else.
ImageLoader
  contentHeight : Number
Drawing height.
DashedRectangle
  contentWidth : Number
Drawing width.
DashedRectangle
 Inheritedsource : Object
Target source to be added.
ImageLoader
Public Methods
 MethodDefined by
  
DashedRectangle(isDragProxy:Boolean = false)
Constructor
DashedRectangle
  
clear():void
Overriden clear() method to remove enterFrame event handler.
DashedRectangle
Protected Methods
 MethodDefined by
 Inherited
measure(target:Object):void
Sets content's width and height.
ImageLoader
Property detail
contentHeightproperty
contentHeight:Number  [read-write]

Drawing height.

Implementation
    public function get contentHeight():Number
    public function set contentHeight(value:Number):void
contentWidthproperty 
contentWidth:Number  [read-write]

Drawing width.

Implementation
    public function get contentWidth():Number
    public function set contentWidth(value:Number):void
Constructor detail
DashedRectangle()constructor
public function DashedRectangle(isDragProxy:Boolean = false)

Constructor

Parameters
isDragProxy:Boolean (default = false)
Method detail
clear()method
public override function clear():void

Overriden clear() method to remove enterFrame event handler.