Packagegs.display
Classpublic class GSClip
InheritanceGSClip Inheritance flash.display.MovieClip
SubclassesBaseAccordionLabelBar, BaseView

The GSClip class is a base movie clip that fixes null stage references.



Public Properties
 PropertyDefined by
  stage : Stage
[read-only] StageRef.stage (gs.util.StageRef)
GSClip
Public Methods
 MethodDefined by
  
dispose():void
Dispose of this clip.
GSClip
  
hide():void
Sets the visible property to false.
GSClip
  
show():void
Sets the visible property to true.
GSClip
Property detail
stageproperty
stage:Stage  [read-only]

StageRef.stage (gs.util.StageRef)

Implementation
    public function get stage():Stage
Method detail
dispose()method
public function dispose():void

Dispose of this clip.

hide()method 
public function hide():void

Sets the visible property to false.

show()method 
public function show():void

Sets the visible property to true.