| Package | ardisia.components.graphicsEditor |
| Class | public class MarchingAntsLasso |
| Inheritance | MarchingAntsLasso spark.components.Group |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| bitmapData : BitmapData
The BitmapData which will be used to create an outline. | MarchingAntsLasso | ||
| MaskBitmapData : Class
BitmapData used to create the mask. | MarchingAntsLasso | ||
| scale : Number
Scale factor being used to display the bitmap data. | MarchingAntsLasso | ||
| Method | Defined By | ||
|---|---|---|---|
| MarchingAntsLasso | |||
startAnimation():void
Start the lasso animation. | MarchingAntsLasso | ||
stopAnimation():void
Stop the lasso animation. | MarchingAntsLasso | ||
| Method | Defined By | ||
|---|---|---|---|
eventHandler(event:Event):void
Handles events for the component. | MarchingAntsLasso | ||
| bitmapData | property |
bitmapData:BitmapDataThe BitmapData which will be used to create an outline.
The default value is null.
public function get bitmapData():BitmapData public function set bitmapData(value:BitmapData):void| MaskBitmapData | property |
public var MaskBitmapData:ClassBitmapData used to create the mask.
| scale | property |
scale:NumberScale factor being used to display the bitmap data.
The default value is 1.
public function get scale():Number public function set scale(value:Number):void| MarchingAntsLasso | () | Constructor |
public function MarchingAntsLasso()| eventHandler | () | method |
protected function eventHandler(event:Event):voidHandles events for the component.
Parameters
event:Event — the Event that triggered the handler
|
| startAnimation | () | method |
public function startAnimation():voidStart the lasso animation.
| stopAnimation | () | method |
public function stopAnimation():voidStop the lasso animation.