| 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 |
| a — Property, class com.myavatareditor.avatarcore.Color |
|
Shortcut to alphaOffset property. |
| add(adjust:com.myavatareditor.avatarcore:Adjust) — method, class com.myavatareditor.avatarcore.Adjust |
|
Adds another adjust to this one. |
| ADDED — Constant Static Property, class com.myavatareditor.avatarcore.events.FeatureDefinitionEvent |
| |
| ADDED — Constant Static Property, class com.myavatareditor.avatarcore.events.FeatureEvent |
|
Constant for added event type. |
| addFeatureArt(feature:com.myavatareditor.avatarcore:Feature) — method, class com.myavatareditor.avatarcore.display.AvatarDisplay |
|
Adds art related to a feature to the avatar art object. |
| addItem(item) — method, class com.myavatareditor.avatarcore.Art |
|
Custom addItem that assigns default colorize and
zIndex values to added Art objects when their values are
undefined. |
| addItem(item) — method, class com.myavatareditor.avatarcore.ArtSet |
|
Custom addItem that assigns default colorize and
zIndex values to added Art objects when their values are
undefined. |
| addItem(item) — method, class com.myavatareditor.avatarcore.Avatar |
|
Custom add item that will dispatch events for Feature instances
added to the Avatar's collection. |
| addItem(item) — method, class com.myavatareditor.avatarcore.Collection |
|
Adds an object to the collection. |
| addItem(item) — method, class com.myavatareditor.avatarcore.Definitions |
|
Custom addItem which creates associations with avatars
and libraries when avatars specify a libraryName. |
| addItem(item) — method, interface com.myavatareditor.avatarcore.ICollection |
|
Adds an object to the collection. |
| addItem(item) — method, class com.myavatareditor.avatarcore.Library |
|
Custom addItem for Library objects that dispatches the appropriate
ADDED or ADDED events
depending on whether or not the item already exists within the
library collection. |
| adjust — Property, class com.myavatareditor.avatarcore.Feature |
|
Adjustments (position, size, and rotation) to be applied
to a feature and its art. |
| Adjust — class, package com.myavatareditor.avatarcore |
|
Represents a postion, scale, and rotation adjustation that is applied to
the Art of an avatar feature. |
| Adjust(name:String, x:Number, y:Number, scaleX:Number, scaleY:Number, rotation:Number) — Constructor, class com.myavatareditor.avatarcore.Adjust |
|
Constructor for creating new Adjust instances. |
| adjustName — Property, class com.myavatareditor.avatarcore.Feature |
|
This property is a shortcut for referencing adjusts by name in a
referenced library. |
| adjustSet — Property, class com.myavatareditor.avatarcore.FeatureDefinition |
|
Variations of adjusts that can be applied to
art within this definition. |
| aM — Property, class com.myavatareditor.avatarcore.Color |
|
Shortcut to alphaMultiplier property. |
| applyArtSpriteBehavior(artSprite:com.myavatareditor.avatarcore.display:ArtSprite, behavior:com.myavatareditor.avatarcore:IBehavior) — method, class com.myavatareditor.avatarcore.Feature |
|
Applies a behavior to an ArtSprite. |
| applyArtSpriteParentTransform(artSprite:com.myavatareditor.avatarcore.display:ArtSprite, parentMatrix:flash.geom:Matrix) — method, class com.myavatareditor.avatarcore.Feature |
|
Applies the inherited transforms from the parent hierarchy
of an art sprite to an art sprite. |
| art — Property, class com.myavatareditor.avatarcore.Feature |
|
A specific Art object to be applied to an avatar. |
| art — Property, class com.myavatareditor.avatarcore.display.ArtSprite |
|
Art object associated with this art sprite. |
| Art — class, package com.myavatareditor.avatarcore |
|
Represents the characteristics of the visual art used
to graphically represent the different features of an
avatar. |
| Art(name:String, src:Object) — Constructor, class com.myavatareditor.avatarcore.Art |
|
Constructor for creating new Art instances. |
| artName — Property, class com.myavatareditor.avatarcore.Feature |
|
The art name used by Features to associate themselves with
art in FeatureDefinition objects. |
| artSet — Property, class com.myavatareditor.avatarcore.FeatureDefinition |
|
Variations of art available for this feature
definition. |
| ArtSet — class, package com.myavatareditor.avatarcore |
|
A collection of Art objects for feature definitions. |
| ArtSet() — Constructor, class com.myavatareditor.avatarcore.ArtSet |
|
Constructor for new ArtSet instances. |
| ArtSprite — class, package com.myavatareditor.avatarcore.display |
|
Represents an individual graphic element within an AvatarDisplay
instance. |
| ArtSprite(art:com.myavatareditor.avatarcore:Art, feature:com.myavatareditor.avatarcore:Feature, autoLoad:Boolean) — Constructor, class com.myavatareditor.avatarcore.display.ArtSprite |
|
Constructor for creating new ArtSprite instances. |
| artStyle — Property, class com.myavatareditor.avatarcore.Feature |
|
Style name for this feature. |
| assignDefaults(zIndex:Number, colorize:Number, smoothing:Number, incrementMap:Object) — method, class com.myavatareditor.avatarcore.Art |
|
Assigns values passed as defaults to the art object if
they're not already defined. |
| autoRedraw — Property, class com.myavatareditor.avatarcore.FeatureBase |
|
When true, redraw() is automatically called when properties
are set on this instance. |
| avatar — Property, class com.myavatareditor.avatarcore.Feature |
|
The avatar that is associated with this feature. |
| avatar — Property, class com.myavatareditor.avatarcore.display.ArtSprite |
|
The Avatar instance associated with the AvatarDisplay
object that contains this art sprite. |
| avatar — Property, class com.myavatareditor.avatarcore.display.AvatarDisplay |
|
The avatar associated with the avatar art. |
| Avatar — class, package com.myavatareditor.avatarcore |
|
Avatar instances are the primary components of the Avatar Core framework. |
| Avatar(name:String, library:com.myavatareditor.avatarcore:Library) — Constructor, class com.myavatareditor.avatarcore.Avatar |
|
Constructor for creating new Avatar instances. |
| AvatarCoreVersion — class, package com.myavatareditor.avatarcore |
|
Contains version information for the Avatar Core framework. |
| AvatarDisplay — class, package com.myavatareditor.avatarcore.display |
|
A visual container for Avatar instances. |
| AvatarDisplay(avatar:com.myavatareditor.avatarcore:Avatar) — Constructor, class com.myavatareditor.avatarcore.display.AvatarDisplay |
|
Constructor for creating new AvatarDisplay instances. |
| avatarDisplayDraw — Event, class com.myavatareditor.avatarcore.display.AvatarDisplay |
|
Dispatched when the AvatarDisplay redraws itself. |
| avatarLibraryChanged — Event, class com.myavatareditor.avatarcore.Avatar |
|
Dispatched when the library associated with this Avatar changes. |
| avatarRebuild — Event, class com.myavatareditor.avatarcore.Avatar |
|
Dispatched when the avatar is rebuilt using the rebuild() method. |
| axis — Property, class com.myavatareditor.avatarcore.Mirror |
|
Specifies which axis to be used when mirroring. |
|
| 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 |