F | |
fill, ShapeSVG | |
fillAlphaArray, StrokeStyle | |
fillColorArray, StrokeStyle | |
fillRatioArray, StrokeStyle | |
fillType, StrokeStyle | |
filter, Stroke | |
focalPointRatio, StrokeStyle | |
focusCallback, TabPane | |
font, CommonText | |
fontFamily, CommonText | |
frameRate, ClassParser | |
G | |
gradient, ColorForm | |
gradientData, ColorForm | |
groupId, ToggleButton | |
groups, ToggleButton | |
H | |
head | |
hiddenIndicatorState, Stroke | |
hiddenPointsState, Stroke | |
hueField, ColorForm | |
I | |
incPos, Scrollbar | |
index, Color | |
indicator, Stroke | |
input | |
instanceOwner, WidgetSprite | |
internalUpdate, ColorForm | |
interpolation, StrokeStyle | |
isChangingGradient, ColorForm | |
isChangingHue, ColorForm | |
isDefaultItem, StrokeItem | |
isDragging, Scrollbar | |
isHidingControlView, Stroke | |
isMask, Stroke | |
isMoving, DialogBox | |
isVisible, ColorForm | |
items | |
J | |
joints, StrokeStyle | |
K | |
keyDownCallback, ScriptField | |
L | |
lastState | |
lc, out | |
left, BinaryTreeNode | |
list | |
loopState, ClassParser |
Shape fill (default white fill)
public var fill: Object
Array of gradient fill alphas
public var fillAlphaArray: Array
Array of gradient fill color RGB values
public var fillColorArray: Array
Array of gradient fill distribution ratios
public var fillRatioArray: Array
Gradient fill GradientType enum
public var fillType: String
Stroke bitmap filter effects
public var filter: StrokeFilter
Gradient fill focal point ratio
public var focalPointRatio: Number
Callback function that is called when the displayed tab page changes.
public var focusCallback: Function
Embedded font resource class.
private static var font: Class
Embedded font family name.
public static var fontFamily: String
Animation frame rate.
public var frameRate: Number
Gradient box display object.
private var gradient: Bitmap
Gradient box bitmap pixel values.
private var gradientData: BitmapData
Group reference for this button instance, null if independent.
private var groupId: Object
Static class level array of toggle groups.
private static var groups: Array
The head node being referenced.
public var head: DListNode
The head node being referenced.
public var head: SListNode
Stored state for view of selection indicator when hidden
private var hiddenIndicatorState: Boolean
Stored state for view of control points when hidden
private var hiddenPointsState: Boolean
Hue integer input field.
private var hueField: IntegerInput
Increment/decrement used when the up/down buttons are clicked
private var incPos: Number
Current index into the color palettes
private static var index: uint
Selection indicator sprite
private var indicator: Shape
Internal text field used to display and edit the data.
private var input: TextField
Internal text field used to display and edit the data.
private var input: TextField
Internal text field used for display and edit of scripts.
private var input: TextField
Internal text field used to display and edit the data.
private var input: TextField
The registered owner of this WidgetSprite instance
private var instanceOwner: String
Set to true during internal updates of widgets.
private var internalUpdate: Boolean
Gradient fill InterpolationMethod enum
public var interpolation: String
Set to true when the user is dragging the mouse in the gradient box.
private var isChangingGradient: Boolean
Set to true when the user is dragging the mouse on the hue wheel.
private var isChangingHue: Boolean
State set to true when a default segment start item is created.
public var isDefaultItem: Boolean
Set to true when the slider is being dragged
private var isDragging: Boolean
Set to true if the control view is hidden
private var isHidingControlView: Boolean
Set to true if the stroke acts as a mask for its parent
public var isMask: Boolean
State variable indicating if the dialog is being moved/dragged.
private var isMoving: Boolean
Set to true when the color selection dialog is displayed.
private var isVisible: Boolean
Array of StrokeItem objects
public var items: Array
Array of registered display item name strings.
private var items: Array
Line JointStyle enum
public var joints: String
Optional callback triggered when a keyboard button is pressed down while focus is in the scriptField.
private var keyDownCallback: Function
Last active visual state of the button
private var lastState: DisplayObject
Last state the button has been in.
private var lastState: DisplayObject
Last state the button has been in.
private var lastState: DisplayObject
Reference to the last state shape the button has been shown with
private var lastState: DisplayObject
The destination of trace output
private static var lc: LocalConnection
The left child node being referenced.
public var left: BinaryTreeNode
The list this iterator uses.
public var list: DLinkedList
The list this iterator uses.
public var list: SLinkedList
Animation loop state.
public var loopState: Boolean