| Package | feathers.controls |
| Interface | public interface IScreen extends IFeathersControl, IFeathersDisplayObject, IFeathersEventDispatcher |
| Implementors | PanelScreen, Screen |
ScreenNavigator.
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | alpha : Number | IFeathersDisplayObject | |
![]() | base : DisplayObject [read-only]
| IFeathersDisplayObject | |
![]() | blendMode : String | IFeathersDisplayObject | |
![]() | bounds : Rectangle [read-only]
| IFeathersDisplayObject | |
![]() | filter : FragmentFilter | IFeathersDisplayObject | |
![]() | hasVisibleArea : Boolean [read-only]
| IFeathersDisplayObject | |
![]() | height : Number | IFeathersDisplayObject | |
![]() | isEnabled : Boolean
Indicates whether the control is interactive or not. | IFeathersControl | |
![]() | isInitialized : Boolean [read-only]
Determines if the component has been initialized yet. | IFeathersControl | |
![]() | maxHeight : Number
The maximum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. | IFeathersControl | |
![]() | maxWidth : Number
The maximum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. | IFeathersControl | |
![]() | minHeight : Number
The minimum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. | IFeathersControl | |
![]() | minWidth : Number
The minimum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. | IFeathersControl | |
![]() | name : String | IFeathersDisplayObject | |
![]() | nameList : TokenList [read-only]
Contains a list of all "names" assigned to this control. | IFeathersControl | |
| owner : ScreenNavigator
The ScreenNavigator that is displaying this screen. | IScreen | ||
![]() | parent : DisplayObjectContainer [read-only]
| IFeathersDisplayObject | |
![]() | pivotX : Number | IFeathersDisplayObject | |
![]() | pivotY : Number | IFeathersDisplayObject | |
![]() | root : DisplayObject [read-only]
| IFeathersDisplayObject | |
![]() | rotation : Number | IFeathersDisplayObject | |
![]() | scaleX : Number | IFeathersDisplayObject | |
![]() | scaleY : Number | IFeathersDisplayObject | |
| screenID : String
The identifier for the screen. | IScreen | ||
![]() | skewX : Number | IFeathersDisplayObject | |
![]() | skewY : Number | IFeathersDisplayObject | |
![]() | stage : Stage [read-only]
| IFeathersDisplayObject | |
![]() | touchable : Boolean | IFeathersDisplayObject | |
![]() | transformationMatrix : Matrix [read-only]
| IFeathersDisplayObject | |
![]() | useHandCursor : Boolean | IFeathersDisplayObject | |
![]() | visible : Boolean | IFeathersDisplayObject | |
![]() | width : Number | IFeathersDisplayObject | |
![]() | x : Number | IFeathersDisplayObject | |
![]() | y : Number | IFeathersDisplayObject | |
| owner | property |
owner:ScreenNavigatorThe ScreenNavigator that is displaying this screen.
public function get owner():ScreenNavigator public function set owner(value:ScreenNavigator):void| screenID | property |
screenID:String
The identifier for the screen. This value is passed in by the
ScreenNavigator when the screen is instantiated.
public function get screenID():String public function set screenID(value:String):void