Packagesekati.display
Classpublic class CoreShape
InheritanceCoreShape Inheritance flash.display.Shape

CoreShape is a foundational Shape class for code-driven Graphic DisplayObject's.



Public Properties
 PropertyDefined by
  enabled : Boolean
Boolean stub property which subclasses implement to control core behavor availability such as interactivity, liquidity, drag-drop functionality.
CoreShape
  liveUpdate : Boolean
liveUpdate determines whether the graphic will be redrawn
CoreShape
  scale : Number
The scale value.
CoreShape
Public Methods
 MethodDefined by
  
CoreShape Constructor
CoreShape
  
destroy():void
Clean up after thy self.
CoreShape
  
toString():String
Return reflective output.
CoreShape
Protected Methods
 MethodDefined by
  
invalidate():void
Request a redraw, use for deferred rendering.
CoreShape
  
offStage(e:Event = null):void
Stub: Shape has been removed from stage.
CoreShape
  
onStage(e:Event = null):void
Stub: Shape has been added to stage.
CoreShape
Property detail
enabledproperty
enabled:Boolean  [read-write]

Boolean stub property which subclasses implement to control core behavor availability such as interactivity, liquidity, drag-drop functionality.

Implementation
    public function get enabled():Boolean
    public function set enabled(value:Boolean):void
liveUpdateproperty 
liveUpdate:Boolean  [read-write]

liveUpdate determines whether the graphic will be redrawn

Implementation
    public function get liveUpdate():Boolean
    public function set liveUpdate(value:Boolean):void
scaleproperty 
scale:Number  [read-write]

The scale value.

Implementation
    public function get scale():Number
    public function set scale(value:Number):void
Constructor detail
CoreShape()constructor
public function CoreShape()

CoreShape Constructor

Method detail
destroy()method
public function destroy():void

Clean up after thy self.

invalidate()method 
protected function invalidate():void

Request a redraw, use for deferred rendering.

offStage()method 
protected function offStage(e:Event = null):void

Stub: Shape has been removed from stage.

Parameters
e:Event (default = null)
onStage()method 
protected function onStage(e:Event = null):void

Stub: Shape has been added to stage.

Parameters
e:Event (default = null)
toString()method 
public override function toString():String

Return reflective output.

Returns
String — String