| Package | com.senocular.display.transform |
| Class | public class ControlOrigin |
| Inheritance | ControlOrigin Control flash.display.Sprite |
| Method | Defined By | ||
|---|---|---|---|
Constructor for creating new ControlOrigin instances. | ControlOrigin | ||
draw():void [override]
Draws the visuals of the control. | ControlOrigin | ||
redraw(event:Event):void [override]
Handler for the TransformTool.REDRAW event. | ControlOrigin | ||
| ControlOrigin | () | Constructor |
public function ControlOrigin()Constructor for creating new ControlOrigin instances.
| draw | () | method |
override public function draw():voidDraws the visuals of the control. This is called when first added to the stage as a child of a TransformTool instance and when a child is added to the control's own display list. It can be called at any time to redraw the graphics of the control.
| redraw | () | method |
override public function redraw(event:Event):voidHandler for the TransformTool.REDRAW event. This has no default behavior and is to be overriden by subclasses if needed.
Parameters
event:Event |