Constant Index
$#! · 0-9 · 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
I
 IDENTITY, ColorMatrix
 INFO, out
 innerSize, ColorForm
 INSERTION_SORT, SortOptions
L
 LABEL_MARGIN
 LINEAR, Transitions
 LUMINANCE_B, ColorMatrix
 LUMINANCE_G, ColorMatrix
 LUMINANCE_R, ColorMatrix
M
 margin, Tooltips
 MARGIN, DialogBox
 MarginBottom, DialogBox
 MarginLeft, DialogBox
 MarginRight, DialogBox
 MarginTop, DialogBox
 maxGradientColors, StrokeStyle
 multiLineCommentBegin, MethodParser
 multiLineCommentEnd, MethodParser
N
 NAME
 norm255, ColorHSB
 NULL, IteratorType
O
 outerSize, ColorForm
P
 paletteEntryDistance, ColorForm
 paletteEntryHeight, ColorForm
 paletteEntryWidth, ColorForm
 pointName, Stroke
 PROPERTY
 propertyKeywords, MethodParser
Q
 QUAD_IN, Transitions
 QUAD_IN_AND_OUT, Transitions
 QUAD_OUT, Transitions
 QUART_IN, Transitions
 QUART_IN_AND_OUT, Transitions
 QUART_OUT, Transitions
 QUINT_IN, Transitions
 QUINT_IN_AND_OUT, Transitions
 QUINT_OUT, Transitions
R
 RECT, StrokeItem
 ROUND_RECT, StrokeItem
S
 SEGMENT_POINT, StrokeItem
 SEGMENT_START, StrokeItem
 SETTINGS_FILENAME, airSprite
 SINE_IN, Transitions
 SINE_IN_AND_OUT, Transitions
 SINE_OUT, Transitions
 singleLineComment, MethodParser
 START, AnimationEvent
 STOP, AnimationEvent
 strokeName, Stroke
 SYMBOL_CIRCLE, BubbleButton
 SYMBOL_DOT, BubbleButton
 SYMBOL_NONE, BubbleButton
 SYMBOL_X, BubbleButton
T
 TAB_FOCUS_COLOR, TabPane
 TAB_HEIGHT, TabPane
 TAB_MARGIN, TabPane
 TAB_NOFOCUS_COLOR, TabPane
 TIMER, RenderMethod
 tooltipDisplayObjectName, Tooltips
 TYPE_BEVEL, TweenEx
 TYPE_BLUR, TweenEx
 TYPE_COLOR, TweenEx
 TYPE_DISPLAY, TweenEx
 TYPE_MATRIX, TweenEx
 TYPE_SHADOW, TweenEx
V
 VERSION, BoostworthyAnimation
W
 WARNING, out
X
 xPos, BubbleButtonState
Y
 yPos, BubbleButtonState
protected const IDENTITY: Array
The default matrix for this object to begin at.
public static const INFO: String
Informational logging level
private const innerSize: Number
Radius of the inner circle of the hue wheel.
public static const INSERTION_SORT: int
A flag that specifies the insertion sort algorithm.
private const LABEL_MARGIN: uint
Small margin to keep the text label from the button border.
private const LABEL_MARGIN: uint
Small margin to keep the text label from the button border.
public static const LINEAR: String
Reference to the linear easing equation.
protected const LUMINANCE_B: Number
Configuration for the blue portion of the luminance vector.
protected const LUMINANCE_G: Number
Configuration for the green portion of the luminance vector.
protected const LUMINANCE_R: Number
Configuration for the red portion of the luminance vector.
private const margin: uint
Base margin constant used to position text and tooltips.
private const MARGIN: uint
Size of margins in pixels.
private const MarginBottom: uint
Height of the margin used for the bottom border.
private const MarginLeft: uint
Width of the margin used for the left hand border.
private const MarginRight: uint
Width of the margin used for the rifght hand border.
private const MarginTop: uint
Height of the margin used in the title bar.
public static const maxGradientColors: uint
Maximum number of gradient colors in a fill.
private static const multiLineCommentBegin: String
Regex token for begin of a comment block.
private static const multiLineCommentEnd: String
Regex token for end of a comment block.
public static const NAME: String
The name of this software library.
public static const NAME: String
The name of this software library.
protected const norm255: Number
Multiplier used to normalize from a 0-255 range
public static const NULL: uint
Defined constant for representing the ‘NullIterator’ type.
private const outerSize: Number
Radius of the outer circle of the hue wheel.
private const paletteEntryDistance: Number
Distance between palette entries.
private const paletteEntryHeight: Number
Height of a palette entry color box.
private const paletteEntryWidth: Number
Width of a palette entry color box.
public static const pointName: String
Display object name of a stroke point sprite.
protected const PROPERTY: String
Meta data for representing the property being animated.
public static const PROPERTY: String
Meta data for representing the property being animated.
public static const PROPERTY: String
Meta data for representing the property being animated.
public static const PROPERTY: String
Meta data for representing the property being animated.
public static const PROPERTY: String
Meta data for representing the property being animated.
public static const PROPERTY: String
Meta data for representing the property being animated.
public static const PROPERTY: String
Meta data for representing the property being animated.
public static const PROPERTY: String
Meta data for representing the property being animated.
protected const PROPERTY: String
Meta data for representing the property being animated.
public static const PROPERTY: String
Meta data for representing the property being animated.
public static const PROPERTY: String
Meta data for representing the property being animated.
public static const PROPERTY: String
Meta data for representing the property being animated.
public static const PROPERTY: String
Meta data for representing the property being animated.
private const propertyKeywords: String
Regex tokens for recognized graphics properties.
public static const QUAD_IN: String
Reference to the quad in easing equation.
public static const QUAD_IN_AND_OUT: String
Reference to the quad in and out easing equation.
public static const QUAD_OUT: String
Reference to the quad out easing equation.
public static const QUART_IN: String
Reference to the quart in easing equation.
public static const QUART_IN_AND_OUT: String
Reference to the quart in and out easing equation.
public static const QUART_OUT: String
Reference to the quart out easing equation.
public static const QUINT_IN: String
Reference to the quint in easing equation.
public static const QUINT_IN_AND_OUT: String
Reference to the quint in and out easing equation.
public static const QUINT_OUT: String
Reference to the quint out easing equation.
public static const RECT: String
Rectangle shaped object.
public static const ROUND_RECT: String
Rectangle shaped object with rounded corners.
public static const SEGMENT_POINT: String
Continuation of a line segment/path.
public static const SEGMENT_START: String
Start of a line segment/path.
private const SETTINGS_FILENAME: String
Name of application configuration file.
public static const SINE_IN: String
Reference to the sine in easing equation.
public static const SINE_IN_AND_OUT: String
Reference to the sine in and out easing equation.
public static const SINE_OUT: String
Reference to the sine out easing equation.
private static const singleLineComment: String
Regex token for a comment to end of line.
public static const START: String
Event type constant for the ‘animationStart’ event.
public static const STOP: String
Event type constant for the ‘animationStop’ event.
public static const strokeName: String
Display object name of a stroke.
public static const SYMBOL_CIRCLE: uint
A circle is drawn on the button
public static const SYMBOL_DOT: uint
A dot is drawn on the button
public static const SYMBOL_NONE: uint
No symbol is drawn on the button
public static const SYMBOL_X: uint
An X symbol (close) is drawn on the button
private const TAB_FOCUS_COLOR: uint
Default text color used to emphasize the selected tab pane.
private const TAB_HEIGHT: uint
Height of a tab selector in pixels.
private const TAB_MARGIN: uint
Margin used when drawing tabs to separate labels from tab borders.
private const TAB_NOFOCUS_COLOR: uint
Default text color used for tab panes that are not selected.
public static const TIMER: uint
Defined constant for representing the ‘timer’ method.
private const tooltipDisplayObjectName: String
Display object name of a tooltip on the display list.
public static const TYPE_BEVEL: String
Property on a display object’s bevel filter
public static const TYPE_BLUR: String
Property on a display object’s blur filter
public static const TYPE_COLOR: String
Property on a display object’s color transform
public static const TYPE_DISPLAY: String
Property that exists on directly on a display object
public static const TYPE_MATRIX: String
Property on a display object’s transform matrix
public static const TYPE_SHADOW: String
Property on a display object’s drop shadow filter
public static const VERSION: String
The version of this software library.
public static const WARNING: String
Warning logging level
private const xPos: uint
Horizontal position of the button
private const yPos: uint
Vertical position of the button
Close