A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
name — Property, interface feathers.core.IFeathersDisplayObject
The name of the display object.
name — Property, class starling.display.BlendMode
Returns the name of the blend mode.
name — Property, class starling.display.DisplayObject
The name of the display object (default: null).
name — Property, class starling.text.BitmapFont
The name of the font as it was parsed from the font file.
native — Property, class feathers.extensions.progress.CircleProgress
Specifies if native display list is used to create circles.
nativeFilters — Property, class feathers.controls.text.TextBlockTextRenderer
Native filters to pass to the flash.text.engine.TextLine instances before creating the texture snapshot.
nativeFilters — Property, class feathers.controls.text.TextFieldTextRenderer
Native filters to pass to the flash.text.TextField before creating the texture snapshot.
nativeFocus — Property, class feathers.controls.NumericStepper
A text input's text editor may be an INativeFocusOwner, so we need to return the value of its nativeFocus property.
nativeFocus — Property, class feathers.controls.TextArea
A text editor may be an INativeFocusOwner, so we need to return the value of its nativeFocus property.
nativeFocus — Property, class feathers.controls.TextInput
A text editor may be an INativeFocusOwner, so we need to return the value of its nativeFocus property.
nativeFocus — Property, class feathers.controls.text.BitmapFontTextEditor
An object external to Starling that must be given focus when this Feathers component is given focus by a focus manager.
nativeFocus — Property, class feathers.controls.text.StageTextTextEditor
An object external to Starling that must be given focus when this Feathers component is given focus by a focus manager.
nativeFocus — Property, class feathers.controls.text.TextBlockTextEditor
An object external to Starling that must be given focus when this Feathers component is given focus by a focus manager.
nativeFocus — Property, class feathers.controls.text.TextFieldTextEditor
An object external to Starling that must be given focus when this Feathers component is given focus by a focus manager.
nativeFocus — Property, interface feathers.core.INativeFocusOwner
An object external to Starling that must be given focus when this Feathers component is given focus by a focus manager.
nativeFocus — Property, class feathers.extensions.controls.text.TLFTextFieldTextEditor
An object external to Starling that must be given focus when this Feathers component is given focus by a focus manager.
nativeHeight — Property, interface feathers.media.IVideoPlayer
The original, native height of the loaded video.
nativeHeight — Property, class feathers.media.VideoPlayer
The original, native height of the loaded video.
nativeHeight — Property, class starling.textures.ConcreteTexture
The height of the texture in pixels (without scale adjustment).
nativeHeight — Property, class starling.textures.SubTexture
The height of the texture in pixels (without scale adjustment).
nativeHeight — Property, class starling.textures.Texture
The height of the texture in pixels (without scale adjustment).
nativeOverlay — Property, class starling.core.Starling
A Flash Sprite placed directly on top of the Starling content.
NATIVE_SIZE — Constant Static Property, class starling.text.BitmapFont
Use this constant for the fontSize property of the TextField class to render the bitmap font in exactly the size it was created.
nativeStage — Property, class starling.core.Starling
The Flash (2D) stage object Starling renders beneath.
nativeToGlobal(nativePosition:flash.geom:Point, starling:starling.core:Starling, result:flash.geom:Point) — Package Function, feathers.utils.display
Converts from native coordinates to Starling global coordinates.
nativeWidth — Property, interface feathers.media.IVideoPlayer
The original, native width of the loaded video.
nativeWidth — Property, class feathers.media.VideoPlayer
The original, native width of the loaded video.
nativeWidth — Property, class starling.textures.ConcreteTexture
The width of the texture in pixels (without scale adjustment).
nativeWidth — Property, class starling.textures.SubTexture
The width of the texture in pixels (without scale adjustment).
nativeWidth — Property, class starling.textures.Texture
The width of the texture in pixels (without scale adjustment).
NAVY — Constant Static Property, class starling.utils.Color
netConnectionFactory — Property, class feathers.media.VideoPlayer
Creates the flash.net.NetConnection object used to play the video, and calls the connect() method.
netStream — Property, class feathers.media.VideoPlayer
The flash.net.NetStream object used to play the video.
netStreamFactory — Property, class feathers.media.VideoPlayer
Creates the flash.net.NetStream object used to play the video.
newHeight — Property, interface feathers.motion.effectClasses.IResizeEffectContext
The new height of the target.
newHeight — Property, class feathers.motion.effectClasses.TweenResizeEffectContext
The new height of the target.
newIndex — Property, class feathers.extensions.tree.events.DragDropTreeEvent
The new index of the dragged and dropped tree item.
newWidth — Property, interface feathers.motion.effectClasses.IResizeEffectContext
The new width of the target.
newWidth — Property, class feathers.motion.effectClasses.TweenResizeEffectContext
The new width of the target.
newX — Property, interface feathers.motion.effectClasses.IMoveEffectContext
The new x position of the target.
newX — Property, class feathers.motion.effectClasses.TweenMoveEffectContext
The new x position of the target.
newY — Property, interface feathers.motion.effectClasses.IMoveEffectContext
The new y position of the target.
newY — Property, class feathers.motion.effectClasses.TweenMoveEffectContext
The new y position of the target.
next — Property, class starling.display.graphics.VertexList
nextDownFocus — Property, class feathers.core.FeathersControl
nextDownFocus — Property, interface feathers.core.IFocusDisplayObject
The next object that will receive focus when Keyboard.DOWN is pressed at KeyLocation.D_PAD and a focus manager is enabled.
nextFrame() — method, class starling.core.Starling
Calls advanceTime() (with the time that has passed since the last frame) and render().
nextFrame() — method, class starling.rendering.Painter
Resets the current state, state stack, batch processor, stencil reference value, clipping rectangle, and draw count.
nextLeftFocus — Property, class feathers.core.FeathersControl
nextLeftFocus — Property, interface feathers.core.IFocusDisplayObject
The next object that will receive focus when Keyboard.LEFT is pressed at KeyLocation.D_PAD and a focus manager is enabled.
nextRightFocus — Property, class feathers.core.FeathersControl
nextRightFocus — Property, interface feathers.core.IFocusDisplayObject
The next object that will receive focus when Keyboard.RIGHT is pressed at KeyLocation.D_PAD and a focus manager is enabled.
nextTabFocus — Property, class feathers.core.FeathersControl
nextTabFocus — Property, interface feathers.core.IFocusDisplayObject
The next object that will receive focus when the tab key is pressed when a focus manager is enabled.
nextTween — Property, class starling.animation.Tween
Another tween that will be started (i.e.
nextUpFocus — Property, class feathers.core.FeathersControl
nextUpFocus — Property, interface feathers.core.IFocusDisplayObject
The next object that will receive focus when Keyboard.UP is pressed at KeyLocation.D_PAD and a focus manager is enabled.
NGon — class, package starling.display.graphics
NGon(radius:Number, numSides:int, innerRadius:Number, startAngle:Number, endAngle:Number) — Constructor, class starling.display.graphics.NGon
NO_BORDER — Constant Static Property, class starling.utils.ScaleMode
Specifies that the rectangle fills the specified area without distortion but possibly with some cropping, while maintaining the original aspect ratio.
NONE — Constant Static Property, class feathers.controls.DragGesture
No gesture can be used to drag the target.
NONE — Constant Static Property, class feathers.controls.ScrollBarDisplayMode
The scroll bars are never visible.
NONE — Constant Static Property, class feathers.data.SortOrder
Indicates that items are not sorted.
NONE — Constant Static Property, class feathers.layout.Direction
The object will be oriented in no particular direction.
NONE — Constant Static Property, class feathers.layout.Orientation
No orientation.
NONE — Constant Static Property, class starling.display.BlendMode
Deactivates blending, i.e.
NONE — Constant Static Property, class starling.text.TextFieldAutoSize
No auto-sizing will happen.
NONE — Constant Static Property, class starling.textures.TextureSmoothing
No smoothing, also called "Nearest Neighbor".
NONE — Constant Static Property, class starling.utils.ScaleMode
Specifies that the rectangle is not scaled, but simply centered within the specified area.
NORMAL — Constant Static Property, class feathers.controls.DecelerationRate
The default deceleration rate per millisecond.
NORMAL — Constant Static Property, class starling.display.BlendMode
The display object appears in front of the background.
normalDisplayState — Property, class feathers.media.VideoPlayer
When the video player is displayed normally (in other words, when it isn't full-screen), determines the value of the native stage's displayState property.
normalize(rect:flash.geom:Rectangle) — Static Method , class starling.utils.RectangleUtil
If the rectangle contains negative values for width or height, all coordinates are adjusted so that the rectangle describes the same region with positive values.
normalizeAngle(angle:Number) — Static Method , class starling.utils.MathUtil
Moves a radian angle into the range [-PI, +PI], while keeping the direction intact.
normalSymbolFactory — Style, class feathers.controls.PageIndicator
A function used to create a normal symbol.
NOT_SELECTED — Constant Static Property, class feathers.controls.ToggleState
The state where the component is not selected.
NotSupportedError — class, package starling.errors
A NotSupportedError is thrown when you attempt to use a feature that is not supported on the current platform.
NotSupportedError(message:any, id:any) — Constructor, class starling.errors.NotSupportedError
Creates a new NotSupportedError object.
numAttributes — Property, class starling.rendering.VertexDataFormat
The number of attributes per vertex.
numChildren — Property, class starling.display.DisplayObjectContainer
The number of children of this container.
numConnections — Property, class starling.utils.AssetManager
The maximum number of parallel connections that are spawned when loading the queue.
numCurrentTouches — Property, class starling.events.TouchProcessor
Returns the number of fingers / touch points that are currently on the stage.
NumericStepper — class, package feathers.controls
Select a value between a minimum and a maximum by using increment and decrement buttons or typing in a value in a text input.
NumericStepper() — Constructor, class feathers.controls.NumericStepper
Constructor.
numFilters — Property, class starling.filters.FilterChain
Indicates the current chain length.
numFrames — Property, class starling.display.MovieClip
The total number of frames.
numIndices — Property, class starling.display.Mesh
The total number of indices referencing vertices.
numIndices — Property, class starling.display.MeshBatch
The total number of indices in the mesh.
numIndices — Property, class starling.rendering.IndexData
The total number of indices.
numIndices — Property, class starling.utils.MeshSubset
The total number of indices.
numItems — Property, class feathers.core.ToggleGroup
The number of items added to the group.
numLines — Property, class feathers.controls.Button
The number of text lines displayed by the button.
numLines — Property, class feathers.controls.Header
The number of text lines displayed by the header.
numLines — Property, class feathers.controls.Label
The number of text lines displayed by the label.
numLines — Property, class feathers.controls.renderers.DefaultDataGridHeaderRenderer
The number of text lines displayed by the renderer.
numLines — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
The number of text lines displayed by the renderer.
numLines — Property, class feathers.controls.text.BitmapFontTextRenderer
The number of text lines in the text renderer.
numLines — Property, class feathers.controls.text.TextBlockTextRenderer
The number of text lines in the text renderer.
numLines — Property, class feathers.controls.text.TextFieldTextRenderer
The number of text lines in the text renderer.
numLines — Property, interface feathers.core.ITextRenderer
The number of text lines in the text renderer.
numPasses — Property, class starling.filters.FragmentFilter
Indicates the number of rendering passes required for this filter.
numQuads — Property, class starling.rendering.IndexData
The number of quads that can be spawned up with the contained indices.
numQueuedAssets — Property, class starling.utils.AssetManager
Returns the number of raw assets that have been enqueued, but not yet loaded.
numRawChildren — Property, interface feathers.controls.IScrollContainer
Returns the number of raw children that are added directly to the Scroller rather than delegating the call to the view port.
numRawChildren — Property, class feathers.controls.ScrollContainer
Returns the number of raw children that are added directly to the Scroller rather than delegating the call to the view port.
numSides — Property, class starling.display.graphics.NGon
numTextures — Property, class starling.textures.AtfData
The number of encoded textures.
numTriangles — Property, class starling.display.Mesh
The total number of triangles in this mesh.
numTriangles — Property, class starling.geom.Polygon
Returns the number of triangles that will be required when triangulating the polygon.
numTriangles — Property, class starling.rendering.IndexData
The number of triangles that can be spawned up with the contained indices.
numVertices — Property, class starling.display.Mesh
The total number of vertices in the mesh.
numVertices — Property, class starling.display.MeshBatch
The total number of vertices in the mesh.
_numVertices — Property, class starling.display.graphics.Fill
numVertices — Property, class starling.display.graphics.Fill
_numVertices — Property, class starling.display.graphics.Stroke
numVertices — Property, class starling.display.graphics.Stroke
numVertices — Property, class starling.geom.Polygon
Returns the total number of vertices spawning up the polygon.
numVertices — Property, class starling.rendering.VertexData
The total number of vertices.
numVertices — Property, class starling.utils.MeshSubset
The total number of vertices.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z