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  
v — Property, class starling.display.graphics.StrokeVertex
validate() — method, class feathers.core.FeathersControl
Immediately validates the display object, if it is invalid.
validate() — method, interface feathers.core.IValidating
Immediately validates the display object, if it is invalid.
validateNow() — method, class feathers.extensions.tabbedApplication.TabbedViewNavigator
Immediately validates the display object, if it is invalid.
validateNow() — method, class starling.display.graphics.Graphic
validateNow() — method, class starling.display.graphics.Graphic_bak
value — Property, class feathers.controls.DateTimeSpinner
The value of the date time spinner, between the minimum and maximum.
value — Property, interface feathers.controls.IRange
The current numeric value.
value — Property, class feathers.controls.NumericStepper
The value of the numeric stepper, between the minimum and maximum.
value — Property, class feathers.controls.ProgressBar
The value of the progress bar, between the minimum and maximum.
value — Property, class feathers.controls.ScrollBar
The current numeric value.
value — Property, class feathers.controls.SimpleScrollBar
The current numeric value.
value — Property, class feathers.controls.Slider
The value of the slider, between the minimum and maximum.
value — Property, class feathers.core.TokenList
The tokens formatted with space delimiters.
value — Property, class feathers.extensions.progress.CircleProgress
The value of the progress bar, between the minimum and maximum.
valueFormatFunction — Property, class feathers.controls.NumericStepper
A callback that formats the numeric stepper's value as a string to display to the user.
valueParseFunction — Property, class feathers.controls.NumericStepper
A callback that accepts the displayed text of the numeric stepper and converts it to a simple numeric value.
VectorCollection — class, package feathers.data
Wraps a Vector in the common IListCollection API used by many Feathers UI controls, including List and TabBar.
VectorCollection(data:Object) — Constructor, class feathers.data.VectorCollection
Constructor
vectorData — Property, class feathers.data.VectorCollection
The Vector data source for this collection.
vectorData — Property, class feathers.data.VectorHierarchicalCollection
The Vector data source for this collection.
vectorFromPool() — Static Method , class starling.text.BitmapCharLocation
Returns an empty Vector for "BitmapCharLocation" instances from the pool.
VectorHierarchicalCollection — class, package feathers.data
Wraps a Vector data source with a common API for use with UI controls that support hierarchical data.
VectorHierarchicalCollection(vectorData:Object) — Constructor, class feathers.data.VectorHierarchicalCollection
Constructor.
VectorIntListCollectionDataDescriptor — class, package feathers.data
An IListCollectionDataDescriptor implementation for Vector.<int>.
VectorIntListCollectionDataDescriptor() — Constructor, class feathers.data.VectorIntListCollectionDataDescriptor
Constructor.
VectorListCollectionDataDescriptor — class, package feathers.data
An IListCollectionDataDescriptor implementation for Vectors.
VectorListCollectionDataDescriptor() — Constructor, class feathers.data.VectorListCollectionDataDescriptor
Constructor.
VectorNumberListCollectionDataDescriptor — class, package feathers.data
An IListCollectionDataDescriptor implementation for Vector.<Number>.
VectorNumberListCollectionDataDescriptor() — Constructor, class feathers.data.VectorNumberListCollectionDataDescriptor
Constructor.
VectorUintListCollectionDataDescriptor — class, package feathers.data
An IListCollectionDataDescriptor implementation for Vector.<uint>.
VectorUintListCollectionDataDescriptor() — Constructor, class feathers.data.VectorUintListCollectionDataDescriptor
Constructor.
verbose — Property, class com.adobe.utils.AGALMiniAssembler
verbose — Property, class starling.utils.AssetManager
When activated, the class will trace information about added/enqueued assets.
version — Static Property, class starling.utils.SystemUtil
Returns the Flash Player/AIR version string.
VERSION — Constant Static Property, class starling.core.Starling
The version of the Starling framework.
vertex — Property, class starling.display.graphics.VertexList
vertexBuffer — Property, class starling.display.graphics.Graphic
vertexBuffer — Property, class starling.display.graphics.Graphic_bak
vertexBuffer — Property, class starling.rendering.Effect
The internally used vertex buffer used on rendering.
vertexBufferSize — Property, class starling.rendering.Effect
The current size of the vertex buffer (in blocks of 32 bits).
VertexColorFragmentShader — class, package starling.display.shaders.fragment
VertexColorFragmentShader() — Constructor, class starling.display.shaders.fragment.VertexColorFragmentShader
vertexData — Property, class starling.display.Mesh
The vertex data describing all vertices of the mesh.
vertexData — Property, class starling.filters.FragmentFilter
The VertexData used to process the effect.
vertexData — Property, class starling.styles.MeshStyle
Returns a reference to the vertex data of the assigned target (or null if there is no target).
VertexData — class, package starling.rendering
The VertexData class manages a raw list of vertex information, allowing direct upload to Stage3D vertex buffers.
VertexData(format:any, initialCapacity:int) — Constructor, class starling.rendering.VertexData
Creates an empty VertexData object with the given format and initial capacity.
VertexDataFormat — class, package starling.rendering
Describes the memory layout of VertexData instances, as used for every single vertex.
VertexDataFormat() — Constructor, class starling.rendering.VertexDataFormat
Don't use the constructor, but call VertexDataFormat.fromString instead.
vertexFormat — Property, class starling.display.Mesh
The format used to store the vertices.
vertexFormat — Property, class starling.rendering.Effect
The data format that this effect requires from the VertexData that it renders: "position:float2"
vertexFormat — Property, class starling.rendering.FilterEffect
The data format that this effect requires from the VertexData that it renders: "position:float2, texCoords:float2"
vertexFormat — Property, class starling.rendering.MeshEffect
The data format that this effect requires from the VertexData that it renders: "position:float2, texCoords:float2, color:bytes4"
vertexFormat — Property, class starling.styles.MeshStyle
The format used to store the vertices.
VERTEX_FORMAT — Constant Static Property, class starling.rendering.Effect
The vertex format expected by uploadVertexData: "position:float2"
VERTEX_FORMAT — Constant Static Property, class starling.rendering.FilterEffect
The vertex format expected by uploadVertexData: "position:float2, texCoords:float2"
VERTEX_FORMAT — Constant Static Property, class starling.rendering.MeshEffect
The vertex format expected by uploadVertexData: "position:float2, texCoords:float2, color:bytes4"
VERTEX_FORMAT — Constant Static Property, class starling.styles.DistanceFieldStyle
The vertex format expected by this style.
VERTEX_FORMAT — Constant Static Property, class starling.styles.MeshStyle
The vertex format expected by this style (the same as found in the MeshEffect-class).
vertexFunction — Property, class starling.display.graphics.Plane
vertexID — Property, class starling.rendering.BatchToken
The ID of the next vertex within the current MeshBatch.
vertexID — Property, class starling.utils.MeshSubset
The ID of the first vertex.
VertexList — final class, package starling.display.graphics
VertexList() — Constructor, class starling.display.graphics.VertexList
vertexShader — Property, interface starling.display.materials.IMaterial
vertexShader — Property, class starling.display.materials.StandardMaterial
vertexSize — Property, class starling.rendering.VertexData
The size (in bytes) of each vertex.
vertexSize — Property, class starling.rendering.VertexDataFormat
The size (in bytes) of each vertex.
vertexSizeIn32Bits — Property, class starling.rendering.VertexData
The size (in 32 bit units) of each vertex.
vertexSizeIn32Bits — Property, class starling.rendering.VertexDataFormat
The size (in 32 bit units) of each vertex.
VERTEX_STRIDE — Constant Static Property, class starling.display.graphics.Fill
VERTEX_STRIDE — Constant Static Property, class starling.display.graphics.Graphic
VERTEX_STRIDE — Constant Static Property, class starling.display.graphics.Graphic_bak
vertical — Property, class starling.utils.Padding
The sum of top and bottom padding.
VERTICAL — Constant Static Property, class feathers.layout.Direction
The object will be oriented vertically.
VERTICAL — Constant Static Property, class starling.text.TextFieldAutoSize
The text field will grow/shrink downwards, adding line-breaks when necessary.
verticalAlign — Property, class feathers.layout.BaseLinearLayout
The alignment of the items vertically, on the x-axis.
verticalAlign — Property, class feathers.layout.BaseTiledLayout
If the total column height is less than the bounds, the items in the column can be aligned vertically.
verticalAlign — Property, class feathers.layout.FlowLayout
If the total height of the content is less than the bounds, the content may be aligned vertically.
verticalAlign — Property, class feathers.layout.HorizontalLayout
The alignment of the items vertically, on the y-axis.
verticalAlign — Property, class feathers.layout.HorizontalSpinnerLayout
The alignment of the items vertically, on the y-axis.
verticalAlign — Property, class feathers.layout.SlideShowLayout
The alignment of each item vertically, on the y-axis.
verticalAlign — Property, class feathers.layout.VerticalLayout
If the total item height is less than the bounds, the positions of the items can be aligned vertically, on the y-axis.
verticalAlign — Property, class feathers.layout.VerticalSpinnerLayout
The alignment of the items vertically, on the y-axis.
verticalAlign — Property, class starling.text.TextFormat
The vertical alignment of the text.
verticalAlign — Style, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
The location where the renderer's content is aligned vertically (on the y-axis).
verticalAlign — Style, class feathers.controls.renderers.DefaultDataGridHeaderRenderer
The location where the header renderer's content is aligned vertically (on the y-axis).
verticalAlign — Style, class feathers.controls.TabBar
Determines how the tabs are vertically aligned within the bounds of the tab bar (on the y-axis).
verticalAlign — Style, class feathers.controls.Button
The location where the button's content is aligned vertically (on the y-axis).
verticalAlign — Style, class feathers.controls.TextInput
The location where the text editor is aligned vertically (on the y-axis).
verticalAlign — Style, class feathers.controls.Header
The alignment of the items vertically, on the y-axis.
verticalAlign — Style, class feathers.controls.PageIndicator
The alignment of the symbols on the vertical axis.
verticalAlign — Style, class feathers.controls.ButtonGroup
Determines how the buttons are vertically aligned within the bounds of the button group (on the y-axis).
verticalAlign — Style, class feathers.controls.ImageLoader
The location where the content is aligned vertically (on the y-axis) when its height is larger or smaller than the height of the ImageLoader.
verticalAlign — Style, class feathers.controls.Callout
The vertical alignment of the callout, relative to the origin.
VerticalAlign — class, package feathers.layout
Constants for vertical alignment of items in a layout.
verticalCenter — Property, class feathers.layout.AnchorLayoutData
The position, in pixels, of the vertical center relative to the vertical center anchor, or, if there is no vertical center anchor, then the position is relative to the vertical center of the parent container.
verticalCenterAnchorDisplayObject — Property, class feathers.layout.AnchorLayoutData
The vertical center of the layout object will be relative to this anchor.
VerticalCenteredPopUpContentManager — class, package feathers.controls.popups
Displays a pop-up at the center of the stage, filling the vertical space.
VerticalCenteredPopUpContentManager() — Constructor, class feathers.controls.popups.VerticalCenteredPopUpContentManager
Constructor.
verticalDividerFactory — Style, class feathers.controls.DataGrid
A function that returns new dividers that separate each of the data grid's columns.
verticalGap — Property, class feathers.layout.BaseTiledLayout
The vertical space, in pixels, between tiles.
verticalGap — Property, class feathers.layout.FlowLayout
The vertical space, in pixels, between items.
verticalGap — Property, class feathers.layout.WaterfallLayout
The vertical space, in pixels, between items in a column.
VerticalLayout — class, package feathers.layout
Positions items from top to bottom in a single column.
VerticalLayout() — Constructor, class feathers.layout.VerticalLayout
Constructor.
VerticalLayoutData — class, package feathers.layout
Extra, optional data used by an VerticalLayout instance to position and size a display object.
VerticalLayoutData(percentWidth:Number, percentHeight:Number) — Constructor, class feathers.layout.VerticalLayoutData
Constructor.
verticalMouseWheelScrollDirection — Property, class feathers.controls.Scroller
The direction of scrolling when the user scrolls the mouse wheel vertically.
verticalMouseWheelScrollStep — Property, class feathers.controls.Scroller
The number of pixels the vertical scroll position can be adjusted by a "step" when using the mouse wheel.
verticalPageCount — Property, class feathers.controls.Scroller
The number of vertical pages, if snapping is enabled.
verticalPageIndex — Property, class feathers.controls.Scroller
The index of the vertical page, if snapping is enabled.
verticalScrollBar — Property, class feathers.controls.Scroller
The vertical scrollbar instance.
verticalScrollBarDecrementButtonDisabledIconTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
verticalScrollBarDecrementButtonDisabledSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
verticalScrollBarDecrementButtonDownSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
verticalScrollBarDecrementButtonIconTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
verticalScrollBarDecrementButtonUpSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
verticalScrollBarFactory — Property, class feathers.controls.Scroller
Creates the vertical scroll bar.
verticalScrollBarIncrementButtonDisabledIconTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
verticalScrollBarIncrementButtonDisabledSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
verticalScrollBarIncrementButtonDownSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
verticalScrollBarIncrementButtonIconTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
verticalScrollBarIncrementButtonUpSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
verticalScrollBarPosition — Style, class feathers.controls.Scroller
Determines where the vertical scroll bar will be positioned.
verticalScrollBarProperties — Property, class feathers.controls.Scroller
An object that stores properties for the container's vertical scroll bar, and the properties will be passed down to the vertical scroll bar when the container validates.
verticalScrollBarStyleName — Property, class feathers.controls.Scroller
The value added to the styleNameList of the vertical scroll bar.
VERTICAL_SCROLL_BAR_THUMB_SCALE_9_GRID — Constant Static Property, class feathers.themes.BaseMetalWorksDesktopTheme
VERTICAL_SCROLL_BAR_THUMB_SCALE9_GRID — Constant Static Property, class feathers.themes.BaseMetalWorksMobileTheme
verticalScrollBarThumbSkinTexture — Property, class feathers.themes.BaseMetalWorksMobileTheme
verticalScrollPolicy — Property, class feathers.controls.Scroller
Determines whether the scroller may scroll vertically (on the y-axis) or not.
verticalScrollPosition — Property, class feathers.controls.Scroller
The number of pixels the container has been scrolled vertically (on the y-axis).
verticalScrollPosition — Property, interface feathers.controls.supportClasses.IViewPort
verticalScrollStep — Property, class feathers.controls.Scroller
The number of pixels the vertical scroll position can be adjusted by a "step".
verticalScrollStep — Property, interface feathers.controls.supportClasses.IViewPort
verticalScrollStep — Property, class feathers.extensions.dataGrid.DataGrid
The number of pixels the vertical scroll position can be adjusted by a "step".
verticalSimpleScrollBarThumbSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
VerticalSpinnerLayout — class, package feathers.layout
For use with the SpinnerList component, positions items from top to bottom in a single column and repeats infinitely.
VerticalSpinnerLayout() — Constructor, class feathers.layout.VerticalSpinnerLayout
Constructor.
vertices — Property, class starling.display.graphics.Graphic
vertices — Property, class starling.display.graphics.Graphic_bak
VIDEO_OVERLAY_ALPHA — Constant Static Property, class feathers.themes.BaseMetalWorksDesktopTheme
VIDEO_OVERLAY_ALPHA — Constant Static Property, class feathers.themes.BaseMetalWorksMobileTheme
VIDEO_OVERLAY_COLOR — Constant Static Property, class feathers.themes.BaseMetalWorksDesktopTheme
VIDEO_OVERLAY_COLOR — Constant Static Property, class feathers.themes.BaseMetalWorksMobileTheme
VideoPlayer — class, package feathers.media
Controls playback of video with a flash.net.NetStream object.
VideoPlayer() — Constructor, class feathers.media.VideoPlayer
Constructor.
videoSource — Property, class feathers.media.VideoPlayer
A string representing the video URL or any other accepted value that may be passed to the play() function of a NetStream object.
View — class, package feathers.extensions.tabbedApplication
A basic view to be displayed by ViewNavigator, based on Screen.
View() — Constructor, class feathers.extensions.tabbedApplication.View
Constructor.
ViewNavigator — class, package feathers.extensions.tabbedApplication
A "view stack"-like container that supports navigation between views (any display object) through events, based on StackScreenNavigator.
ViewNavigator(screen:Object, data:Object, transition:Function, owner:Object, vnID:String, _history:Vector$String, _historyData:Vector$Object, position:uint) — Constructor, class feathers.extensions.tabbedApplication.ViewNavigator
Constructor.
ViewNavigatorApplication — class, package feathers.extensions.tabbedApplication
Base class for a Feathers application with a ViewNavigator as the root display object.
ViewNavigatorApplication() — Constructor, class feathers.extensions.tabbedApplication.ViewNavigatorApplication
Constructor.
viewPort — Property, class feathers.controls.Scroller
The display object displayed and scrolled within the Scroller.
viewPort — Property, class feathers.text.StageTextField
viewPort — Property, class starling.core.Starling
The viewport into which Starling contents will be rendered.
viewPortBounds — Property, class feathers.controls.LayoutGroup
The view port bounds result object passed to the layout.
ViewPortBounds — class, package feathers.layout
Used by layout algorithms for determining the bounds in which to position and size items.
ViewPortBounds() — Constructor, class feathers.layout.ViewPortBounds
Constructor.
viewPortHeight — Property, class feathers.layout.LayoutBoundsResult
The visible height of the view port.
viewPortWidth — Property, class feathers.layout.LayoutBoundsResult
The visible width of the view port.
visible — Property, interface feathers.core.IFeathersDisplayObject
Determines the visibility of the display object.
visible — Property, class feathers.text.StageTextField
visible — Property, class starling.display.DisplayObject
The visibility of the object.
visibleHeight — Property, interface feathers.controls.supportClasses.IViewPort
visibleHeight — Property, class feathers.controls.text.TextFieldTextEditorViewPort
visibleHeight — Property, class feathers.extensions.controls.text.TLFTextFieldTextEditorViewPort
visibleWidth — Property, interface feathers.controls.supportClasses.IViewPort
visibleWidth — Property, class feathers.controls.text.TextFieldTextEditorViewPort
visibleWidth — Property, class feathers.extensions.controls.text.TLFTextFieldTextEditorViewPort
vnID — Property, class feathers.extensions.tabbedApplication.ViewNavigator
The navigator id that is currently displaying by the tabbed navigators [TabbedViewNavigatorApplication-only].
VolumeSlider — class, package feathers.media
A specialized slider that controls the volume of a media player that plays audio content.
VolumeSlider() — Constructor, class feathers.media.VolumeSlider
Constructor.
volumeSliderFactory — Property, class feathers.media.MuteToggleButton
A function used to generate the button's pop-up volume slider sub-component.
volumeSliderMaximumTrackSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
volumeSliderMaximumTrackSkinTexture — Property, class feathers.themes.BaseMetalWorksMobileTheme
volumeSliderMinimumTrackSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
volumeSliderMinimumTrackSkinTexture — Property, class feathers.themes.BaseMetalWorksMobileTheme
volumeSliderProperties — Property, class feathers.media.MuteToggleButton
An object that stores properties for the button's pop-up volume slider sub-component, and the properties will be passed down to the volume slider when the button validates.
volumeSliderStyleName — Property, class feathers.media.MuteToggleButton
The default value added to the styleNameList of the pop-up volume slider.
VOLUME_SLIDER_TRACK_SCALE9_GRID — Constant Static Property, class feathers.themes.BaseMetalWorksDesktopTheme
vSpeed — Property, class starling.display.shaders.vertex.AnimateUVVertexShader
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