| 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 |
| easingFunction — Property in class com.yahoo.astra.animation.Animation |
|
The easing function which is used with the tween. |
| easingFunction — Property in class mx.effects.Tween |
|
Sets the easing function for the animation. |
| easingFunction — Property in class mx.effects.TweenEffect |
|
The easing function for the animation. |
| easingFunction — Property in class mx.effects.effectClasses.TweenEffectInstance |
|
The easing function for the animation. |
| EdgeMetrics — Class in package mx.core |
|
The EdgeMetrics class specifies the thickness, in pixels,
of the four edge regions around a visual component. |
| EdgeMetrics(left, top, right, bottom) — Constructor in class mx.core.EdgeMetrics |
|
Constructor. |
| editable — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.HexColorInput |
|
Indicates whether the user is allowed to edit the text in this control. |
| editable — Property in class com.yahoo.astra.mx.controls.inputClasses.BaseMultiFieldInput |
|
Indicates whether the user is allowed to edit the text in this control. |
| editable — Property in class mx.controls.ComboBase |
|
A flag that indicates whether the control is editable,
which lets the user directly type entries that are not specified
in the dataProvider, or not editable, which requires the user select
from the items in the dataProvider. |
| editable — Property in class mx.controls.List |
|
A flag that indicates whether or not the user can edit
items in the data provider. |
| editable — Property in class mx.controls.TextInput |
|
Indicates whether the user is allowed to edit the text in this control. |
| EditableColorViewerSkin — Class in package com.yahoo.astra.mx.skins.halo |
|
The skin for all the states of a color viewer that indicates editability. |
| EditableColorViewerSkin() — Constructor in class com.yahoo.astra.mx.skins.halo.EditableColorViewerSkin |
|
Constructor. |
| editableDisabledSkin — Style in class mx.controls.ComboBase |
|
Name of the class to use as the skin for the background and border
when the control is disabled, and the editable
property is true. |
| editableDownSkin — Style in class mx.controls.ComboBase |
|
Name of the class to use as the skin for the background and border
when the user holds down the mouse button, and the editable
property is true. |
| editableOverSkin — Style in class mx.controls.ComboBase |
|
Name of the class to use as the skin for the background and border
when the mouse is over the control, and the editable
property is true. |
| editableUpSkin — Style in class mx.controls.ComboBase |
|
Name of the class to use as the skin for the background and border
when the mouse is not over the control, and the editable
property is true. |
| editedItemPosition — Property in class mx.controls.List |
|
The column and row index of the item renderer for the
data provider item being edited, if any. |
| editedItemRenderer — Property in class mx.controls.List |
|
A reference to the item renderer
in the DataGrid control whose item is currently being edited. |
| editorDataField — Property in class mx.controls.List |
|
The name of the property of the item editor that contains the new
data for the list item. |
| editorHeightOffset — Property in class mx.controls.List |
|
The height of the item editor, in pixels, relative to the size of the
item renderer. |
| editorUsesEnterKey — Property in class mx.controls.List |
|
A flag that indicates whether the item editor uses Enter key. |
| editorWidthOffset — Property in class mx.controls.List |
|
The width of the item editor, in pixels, relative to the size of the
item renderer. |
| editorXOffset — Property in class mx.controls.List |
|
The x location of the upper-left corner of the item editor,
in pixels, relative to the upper-left corner of the item. |
| editorYOffset — Property in class mx.controls.List |
|
The y location of the upper-left corner of the item editor,
in pixels, relative to the upper-left corner of the item. |
| effect — Property in class mx.effects.EffectInstance |
|
The IEffect object that created this IEffectInstance object. |
| effect — Property in interface mx.effects.IEffectInstance |
|
The IEffect object that created this IEffectInstance object. |
| effect — Property in class mx.states.Transition |
|
The IEffect object to play when you apply the transition. |
| Effect — Class in package mx.effects |
|
The Effect class is an abstract base class that defines the basic
functionality of all Flex effects. |
| Effect(target) — Constructor in class mx.effects.Effect |
|
Constructor. |
| EFFECT — Constant static property in class mx.core.EventPriority |
|
Autogenerated event handlers that trigger effects are executed
after other event handlers on component instances, so they have
a lower priority than the default. |
| effectEnd — Event in class mx.core.UIComponent |
|
Dispatched after an effect ends. |
| effectEnd — Event in class mx.effects.Effect |
|
Dispatched when the effect finishes playing,
either when the effect finishes playing or when the effect has
been interrupted by a call to the end() method. |
| EFFECT_END — Constant static property in class mx.events.EffectEvent |
|
The EffectEvent.EFFECT_END constant defines the value of the
type property of the event object for an
effectEnd event. |
| effectEndHandler(event:mx.events:EffectEvent) — Method in class mx.effects.Effect |
|
Called when an effect instance has finished playing. |
| EffectEvent — Class in package mx.events |
|
Represents event objects that are specific to Flex effects. |
| EffectEvent(eventType, bubbles, cancelable, effectInstance:mx.effects:IEffectInstance) — Constructor in class mx.events.EffectEvent |
|
Constructor. |
| effectFinished(effectInst:mx.effects:IEffectInstance) — Method in class mx.core.UIComponent |
|
Called by the effect instance when it stops playing on the component. |
| effectInstance — Property in class mx.events.EffectEvent |
|
The effect instance object for the event. |
| EffectInstance — Class in package mx.effects |
|
The EffectInstance class represents an instance of an effect
playing on a target. |
| EffectInstance(target) — Constructor in class mx.effects.EffectInstance |
|
Constructor. |
| EffectManager — Class in package mx.effects |
|
The EffectManager class listens for events, such as the show
and move events, dispatched by objects in a Flex application. |
| effects — Property in class mx.core.UIComponentDescriptor |
|
An Array containing the effects for the component, as specified in MXML. |
| effectStart — Event in class mx.core.UIComponent |
|
Dispatched just before an effect starts. |
| effectStart — Event in class mx.effects.Effect |
|
Dispatched when the effect starts playing. |
| EFFECT_START — Constant static property in class mx.events.EffectEvent |
|
The EffectEvent.EFFECT_START constant defines the value of the
type property of the event object for an
effectStart event. |
| effectStarted(effectInst:mx.effects:IEffectInstance) — Method in class mx.core.UIComponent |
|
Called by the effect instance when it starts playing on the component. |
| effectStartHandler(event:mx.events:EffectEvent) — Method in class mx.effects.Effect |
|
This method is called when the effect instance starts playing. |
| EffectTargetFilter — Class in package mx.effects |
|
The EffectTargetFilter class defines a custom filter that is executed
by each transition effect on each target of the effect. |
| EffectTargetFilter() — Constructor in class mx.effects.EffectTargetFilter |
|
Constructor. |
| effectTargetHost — Property in class mx.effects.Effect |
|
A property that lets you access the target list-based control
of a data effect. |
| effectTargetHost — Property in class mx.effects.EffectInstance |
|
A property that lets you access the target
list-based control of a data effect. |
| effectTargetHost — Property in interface mx.effects.IEffect |
|
A property that lets you access the target list-based control
of a data effect. |
| effectTargetHost — Property in interface mx.effects.IEffectInstance |
|
A property that lets you access the target
list-based control of a data effect. |
| elements(name) — Method in class mx.collections.XMLListCollection |
|
Calls the elements() method of each XML object in the XMLList. |
| embeddedFontList — Property in class mx.managers.SystemManager |
|
A table of embedded fonts in this application. |
| embedFonts — Property in interface mx.core.IUITextField |
|
|
| emphasized — Property in class mx.controls.Button |
|
Draws a thick border around the Button control
when the control is in its up state if emphasized
is set to true. |
| emphasized — Property in interface mx.core.IButton |
|
Draws a thick border around the Button control
when the control is in its up state if emphasized
is set to true. |
| EMPTY — Constant static property in class mx.core.EdgeMetrics |
|
An EdgeMetrics object with a value of zero for its
left, top, right,
and bottom properties. |
| enableAccessibility() — Static method in class com.yahoo.astra.mx.accessibility.DropDownColorPickerAccImpl |
|
Method call for enabling accessibility for a component. |
| enableAccessibility() — Static method in class com.yahoo.astra.mx.accessibility.IPv4AddressInputAccImpl |
|
Enables accessibility for a IPv4AddressInput component. |
| enableAccessibility() — Static method in class com.yahoo.astra.mx.accessibility.TimeInputAccImpl |
|
Enables accessibility for a TimeInput component. |
| enableAccessibility() — Static method in class com.yahoo.astra.mx.accessibility.TimeStepperAccImpl |
|
Enables accessibility for a TimeStepper component. |
| enableAccessibility() — Static method in class mx.accessibility.AccImpl |
|
Method call for enabling accessibility for a component. |
| enableAccessibility() — Static method in class mx.accessibility.ComboBaseAccImpl |
|
Method call for enabling accessibility for a component. |
| enableAccessibility() — Static method in class mx.accessibility.UIComponentAccImpl |
|
Method call for enabling accessibility for a component. |
| enableAutoUpdate() — Method in interface mx.collections.ICollectionView |
|
Enables auto-updating. |
| enableAutoUpdate() — Method in class mx.collections.ListCollectionView |
|
Enables auto-updating. |
| enabled — Property in class com.yahoo.astra.mx.managers.AutoCompleteManager |
|
Setting this value to false will stop all autocompletes
from displaying and will stop new entries from being added to the local history. |
| enabled — Property in class mx.controls.RadioButtonGroup |
|
Determines whether selection is allowed. |
| enabled — Property in interface mx.core.IUIComponent |
|
Whether the component can accept user interaction. |
| enabled — Property in class mx.core.UIComponent |
|
Whether the component can accept user interaction. |
| enabled — Property in class mx.core.UITextField |
|
A Boolean value that indicates whether the component is enabled. |
| enabled — Static property in class mx.managers.ToolTipManager |
|
If true, the ToolTipManager will automatically show
ToolTips when the user moves the mouse pointer over components. |
| end() — Method in class com.yahoo.astra.animation.Animation |
|
Forces a tween to its completion values. |
| end(effectInstance:mx.effects:IEffectInstance) — Method in class mx.effects.Effect |
|
Interrupts an effect that is currently playing,
and jumps immediately to the end of the effect. |
| end() — Method in class mx.effects.EffectInstance |
|
Interrupts an effect instance that is currently playing,
and jumps immediately to the end of the effect. |
| end(effectInstance:mx.effects:IEffectInstance) — Method in interface mx.effects.IEffect |
|
Interrupts an effect that is currently playing,
and jumps immediately to the end of the effect. |
| end() — Method in interface mx.effects.IEffectInstance |
|
Interrupts an effect instance that is currently playing,
and jumps immediately to the end of the effect. |
| end — Property in class mx.effects.effectClasses.PropertyChanges |
|
An Object containing the ending properties of the target
component modified by the change in view state. |
| end() — Method in class mx.effects.effectClasses.TweenEffectInstance |
|
Interrupts an effect that is currently playing,
and immediately jumps to the end of the effect. |
| endEdit(reason) — Method in class mx.controls.List |
|
Stops the editing of an item in the data provider. |
| endEffectsForTarget(target:mx.core:IUIComponent) — Static method in class mx.effects.EffectManager |
|
Immediately ends any effects currently playing on a target. |
| endEffectsStarted() — Method in class mx.core.UIComponent |
|
Ends all currently playing effects on the component. |
| endTween() — Method in class mx.effects.Tween |
|
Interrupt the tween, jump immediately to the end of the tween,
and invoke the onTweenEnd() callback function. |
| endValuesCaptured — Property in class mx.effects.Effect |
|
A flag containing true if the end values
of an effect have already been determined,
or false if they should be acquired from the
current properties of the effect targets when the effect runs. |
| enter — Event in class com.yahoo.astra.mx.controls.inputClasses.BaseMultiFieldInput |
|
Dispatched when the user presses the Enter key. |
| enter — Event in class mx.controls.TextInput |
|
Dispatched when the user presses the Enter key. |
| ENTER — Constant static property in class mx.events.ColorPickerEvent |
|
The ColorPickerEvent.ENTER constant defines the value of the
type property of the event that is dispatched when the user
presses the Enter key after typing in the color selector box. |
| ENTER — Constant static property in class mx.events.FlexEvent |
|
The FlexEvent.ENTER constant defines the value of the
type property of the event object for a enter event. |
| ENTER_FRAME — Constant static property in class mx.events.FlexEvent |
|
The FlexEvent.ENTER_FRAME constant defines the value of the
type property of the event object for an Event.ENTER_FRAMER event. |
| enterState — Event in class mx.core.UIComponent |
|
Dispatched after the component has returned to the root view state. |
| enterState — Event in class mx.states.State |
|
Dispatched when the view state has been entered. |
| ENTER_STATE — Constant static property in class mx.events.FlexEvent |
|
The FlexEvent.ENTER_STATE constant defines the value of the
type property of the event object for a enterState event. |
| entriesSaved — Event in class com.yahoo.astra.mx.managers.AutoCompleteManager |
|
Dispatched when the saveEntries() method saves entries. |
| error — Event in class mx.core.Application |
|
Dispatched when an error occurs anywhere in the application,
such as an HTTPService, WebService, or RemoteObject fails. |
| error — Event in interface mx.modules.IModuleInfo |
|
Dispatched by the backing ModuleInfo if there was an error during
module loading. |
| error — Property in interface mx.modules.IModuleInfo |
|
A flag that is true if there was an error
during module loading. |
| ERROR — Constant static property in class mx.events.ModuleEvent |
|
Dispatched when there is an error downloading the module. |
| ERROR — Constant static property in class mx.events.ResourceEvent |
|
Dispatched when there is an error loading the resource module SWF file. |
| ERROR — Constant static property in class mx.events.StyleEvent |
|
Dispatched when there is an error downloading the style SWF. |
| errorCode — Property in class mx.validators.ValidationResult |
|
The validation error code
if the value of the isError property is true. |
| errorColor — Style in class mx.core.UIComponent |
|
Color of the component highlight when validation fails. |
| errorMessage — Property in class mx.validators.ValidationResult |
|
The validation error message
if the value of the isError property is true. |
| errorString — Property in class mx.core.UIComponent |
|
The text that will be displayed by a component's error tip when a
component is monitored by a Validator and validation fails. |
| errorString — Property in interface mx.validators.IValidatorListener |
|
The text that will be displayed by a component's error tip when a
component is monitored by a Validator and validation fails. |
| errorText — Property in class mx.events.ModuleEvent |
|
The error message if the type is ModuleEvent.ERROR;
otherwise, it is null. |
| errorText — Property in class mx.events.ResourceEvent |
|
The error message if the type is ERROR;
otherwise, it is null. |
| errorText — Property in class mx.events.RSLEvent |
|
The error message if the type is RSL_ERROR; otherwise, it is null;
|
| errorText — Property in class mx.events.StyleEvent |
|
The error message if the type is ERROR;
otherwise, it is null. |
| eventHandler(event) — Method in class com.yahoo.astra.mx.accessibility.DropDownColorPickerAccImpl |
|
|
| eventHandler(event) — Method in class com.yahoo.astra.mx.accessibility.IPv4AddressInputAccImpl |
|
Generic event handler. |
| eventHandler(event) — Method in class com.yahoo.astra.mx.accessibility.TimeInputAccImpl |
|
Generic event handler. |
| eventHandler(event) — Method in class com.yahoo.astra.mx.accessibility.TimeStepperAccImpl |
|
Generic event handler. |
| eventHandler(event) — Method in class mx.accessibility.AccImpl |
|
Generic event handler. |
| eventHandler(event) — Method in class mx.accessibility.UIComponentAccImpl |
|
Generic event handler. |
| EventListenerRequest — Class in package mx.events |
|
Request sent from one SystemManager to a SystemManager in another
application through their bridge to add or remove a listener to a specified event
on your behalf. |
| EventListenerRequest(type, bubbles, cancelable, eventType, useCapture, priority, useWeakReference) — Constructor in class mx.events.EventListenerRequest |
|
Creates a new request to add or remove an event listener. |
| EVENT_OBJECT_ACCELERATORCHANGE — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_CREATE — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_DEFACTIONCHANGE — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_DESCRIPTIONCHANGE — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_DESTROY — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_DIALOGEND — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_DIALOGSTART — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_FOCUS — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_HELPCHANGE — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_HIDE — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_LOCATIONCHANGE — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_MENUPOPUPEND — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_MENUPOPUPSTART — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_NAMECHANGE — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_PARENTCHANGE — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_REORDER — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_SELECTION — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_SELECTIONADD — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_SELECTIONREMOVE — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_SELECTIONWITHIN — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_SHOW — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_STATECHANGE — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EVENT_OBJECT_VALUECHANGE — Constant static property in class com.yahoo.astra.accessibility.EventTypes |
| |
| EventPriority — Final class in package mx.core |
|
The EventPriority class defines constant values
for the priority argument of the
addEventListener() method of EventDispatcher. |
| events — Property in class mx.core.ComponentDescriptor |
|
An Object containing name/value pairs for the component's
event handlers, as specified in MXML. |
| eventsToHandle — Property in class com.yahoo.astra.mx.accessibility.DropDownColorPickerAccImpl |
|
|
| eventsToHandle — Property in class com.yahoo.astra.mx.accessibility.IPv4AddressInputAccImpl |
|
All subclasses must override this function by returning an array
of strings of the events to listen for. |
| eventsToHandle — Property in class com.yahoo.astra.mx.accessibility.TimeInputAccImpl |
|
|
| eventsToHandle — Property in class com.yahoo.astra.mx.accessibility.TimeStepperAccImpl |
|
|
| eventsToHandle — Property in class mx.accessibility.AccImpl |
|
All subclasses must override this function by returning an array
of strings of the events to listen for. |
| eventType — Property in class mx.events.EventListenerRequest |
|
The type of the event to listen to. |
| EventTypes — Class in package com.yahoo.astra.accessibility |
|
Constants for MSAA accessibility event types available in Flash Player. |
| executeBindings(recurse) — Method in class mx.core.Container |
|
Executes all the data bindings on this Container. |
| executeBindings(recurse) — Method in interface mx.core.IDeferredInstantiationUIComponent |
|
Executes the data bindings into this UIComponent object. |
| executeBindings(recurse) — Method in class mx.core.UIComponent |
|
Executes the data bindings into this UIComponent object. |
| executeChildBindings(recurse) — Method in class mx.core.Container |
|
Executes the bindings into this Container's child UIComponent objects. |
| executeChildBindings() — Method in interface mx.core.IRepeater |
|
Executes the bindings into all the UIComponents created
by this Repeater. |
| exitState — Event in class mx.core.UIComponent |
|
Dispatched before the component exits from the root view state. |
| exitState — Event in class mx.states.State |
|
Dispatched before a view state is exited. |
| EXIT_STATE — Constant static property in class mx.events.FlexEvent |
|
The FlexEvent.EXIT_STATE constant defines the value of the
type property of the event object for a exitState event. |
| explicitColumnCount — Property in class mx.controls.listClasses.ListBase |
|
The column count requested by explicitly setting the
columnCount property. |
| explicitColumnWidth — Property in class mx.controls.listClasses.ListBase |
|
The column width requested by explicitly setting the
columnWidth. |
| explicitHeight — Property in class mx.containers.utilityClasses.ConstraintRow |
|
Number that specifies the explicit height of the
ConstraintRow instance, in pixels, in the ConstraintRow
instance's coordinates. |
| explicitHeight — Property in interface mx.core.IUIComponent |
|
The explicitly specified height for the component,
in pixels, as the component's coordinates. |
| explicitHeight — Property in class mx.core.UIComponent |
|
Number that specifies the explicit height of the component,
in pixels, in the component's coordinates. |
| explicitHeight — Property in class mx.core.UITextField |
|
Number that specifies the explicit height of the component,
in pixels, in the component's coordinates. |
| explicitHeight — Property in class mx.managers.SystemManager |
|
The explicit width of this object. |
| explicitMaxHeight — Property in interface mx.core.IUIComponent |
|
Number that specifies the maximum height of the component,
in pixels, as the component's coordinates. |
| explicitMaxHeight — Property in class mx.core.UIComponent |
|
The maximum recommended height of the component to be considered
by the parent during layout. |
| explicitMaxHeight — Property in class mx.core.UITextField |
|
Number that specifies the maximum height of the component,
in pixels, in the component's coordinates, if the maxHeight property
is set. |
| explicitMaxWidth — Property in interface mx.core.IUIComponent |
|
Number that specifies the maximum width of the component,
in pixels, as the component's coordinates. |
| explicitMaxWidth — Property in class mx.core.UIComponent |
|
The maximum recommended width of the component to be considered
by the parent during layout. |
| explicitMaxWidth — Property in class mx.core.UITextField |
|
Number that specifies the maximum width of the component,
in pixels, in the component's coordinates, if the maxWidth property
is set. |
| explicitMinHeight — Property in interface mx.core.IUIComponent |
|
Number that specifies the minimum height of the component,
in pixels, as the component's coordinates. |
| explicitMinHeight — Property in class mx.core.UIComponent |
|
The minimum recommended height of the component to be considered
by the parent during layout. |
| explicitMinHeight — Property in class mx.core.UITextField |
|
The minimum recommended height of the component to be considered
by the parent during layout. |
| explicitMinWidth — Property in interface mx.core.IUIComponent |
|
Number that specifies the minimum width of the component,
in pixels, as the component's coordinates. |
| explicitMinWidth — Property in class mx.core.UIComponent |
|
The minimum recommended width of the component to be considered
by the parent during layout. |
| explicitMinWidth — Property in class mx.core.UITextField |
|
The minimum recommended width of the component to be considered
by the parent during layout. |
| explicitRowCount — Property in class mx.controls.listClasses.ListBase |
|
The row count requested by explicitly setting
rowCount. |
| explicitRowHeight — Property in class mx.controls.listClasses.ListBase |
|
The row height requested by explicitly setting
rowHeight. |
| explicitWidth — Property in class mx.containers.utilityClasses.ConstraintColumn |
|
Number that specifies the explicit width of the ConstraintColumn instance,
in pixels, in the ConstraintColumn instance's coordinates. |
| explicitWidth — Property in interface mx.core.IUIComponent |
|
The explicitly specified width for the component,
in pixels, as the component's coordinates. |
| explicitWidth — Property in class mx.core.UIComponent |
|
Number that specifies the explicit width of the component,
in pixels, in the component's coordinates. |
| explicitWidth — Property in class mx.core.UITextField |
|
Number that specifies the explicit width of the component,
in pixels, in the component's coordinates. |
| explicitWidth — Property in class mx.managers.SystemManager |
|
The explicit width of this object. |
| externalComponent — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorPlane |
|
The color plane supports colorspaces with three components, but it
can only modify two components, so it is assumed that one is modified
externally. |
| externalComponent — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorWheelPicker |
|
The color wheel supports the HSB colorspace, which has three
components, but it can only modify two components, so it is assumed
that one is modified externally. |
| externalComponent — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.HSBColorWheel |
|
The color wheel supports the HSB colorspace, which has three
components, but it can only modify two components, so it is assumed
that one is modified externally. |
| externalValue — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorPlane |
|
The value of the external colorspace component. |
| externalValue — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.HSBColorWheel |
|
The value of the externalComponent as it would appear in an HSBColor object. |
|
| 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 |