Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 Adjust
com.myavatareditor.avatarcore Represents a postion, scale, and rotation adjustation that is applied to the Art of an avatar feature.
 Art
com.myavatareditor.avatarcore Represents the characteristics of the visual art used to graphically represent the different features of an avatar.
 ArtSet
com.myavatareditor.avatarcore A collection of Art objects for feature definitions.
 ArtSprite
com.myavatareditor.avatarcore.display Represents an individual graphic element within an AvatarDisplay instance.
 Avatar
com.myavatareditor.avatarcore Avatar instances are the primary components of the Avatar Core framework.
 AvatarCoreVersion
com.myavatareditor.avatarcore Contains version information for the Avatar Core framework.
 AvatarDisplay
com.myavatareditor.avatarcore.display A visual container for Avatar instances.
 Collection
com.myavatareditor.avatarcore Standard ICollection implementation.
 Color
com.myavatareditor.avatarcore Used to describe color transformations applied to avatar art.
 Constrain
com.myavatareditor.avatarcore An adjustment (position, scale, and rotation) constraint behavior for features.
 Definitions
com.myavatareditor.avatarcore A collection of definitions such as Library and Avatar instances to be used with the Avatar Core framework.
 Feature
com.myavatareditor.avatarcore Represents a feature within an avatar.
 FeatureBase
com.myavatareditor.avatarcore Base class for Feature and FeatureDefinition defining members shared between both of those classes.
 FeatureDefinition
com.myavatareditor.avatarcore Defines characteristics to be referenced by avatar features.
 FeatureDefinitionEvent
com.myavatareditor.avatarcore.events Event class for FeatureDefinition-specific events.
 FeatureEvent
com.myavatareditor.avatarcore.events Event class for Feature-specific events.
 IBehavior
com.myavatareditor.avatarcore Interface for behaviors used to modify or otherwise influence the presentation of an avatar on the screen.
 IClonable
com.myavatareditor.avatarcore Interface for AvatarCore objects that implement cloning.
 ICollection
com.myavatareditor.avatarcore Interface for objects containing collections, namely those used within a definition XML that can contain a dynamic number of instances of various types.
 IXMLWritable
com.myavatareditor.avatarcore.xml An API that guides XML creation through the XMLDefinitionWriter class.
 Library
com.myavatareditor.avatarcore A collection of FeatureDefinition objects to be associated with an Avatar object's Feature objects.
 Metadata
com.myavatareditor.avatarcore A utility class that's simply a generic object that implements IClonable.
 Mirror
com.myavatareditor.avatarcore A behavior that creates a mirrored duplicate (along y axis) of a feature's art.
 MirroredArtSprite
com.myavatareditor.avatarcore.display ArtSprite for mirrored art defined resulting from a Mirror behavior.
 PrintLevel
com.myavatareditor.avatarcore.debug Information relating to the print function, notably print levels used when reporting different forms of data in calls to print.
 PrintWindow
com.myavatareditor.avatarcore.debug A generic print window for displaying print messages from the print function.
 Range
com.myavatareditor.avatarcore Defines a numeric rannge by which a number can be constrained between a min and max value.
 SetCollection
com.myavatareditor.avatarcore A common base class for collections used in feature definitions.
 SimpleDataEvent
com.myavatareditor.avatarcore.events Event occuring when a simple data transaction occurs.
 SourceEvent
com.myavatareditor.avatarcore.events Event class for source-related events.
 SourceLoaderSprite
com.myavatareditor.avatarcore.display Sprite class which contains a src property for loading content of various types including class instances or external content loaded through an internal Loader instance.
 ThumbnailArtSprite
com.myavatareditor.avatarcore.display A variation of ArtSprite that loads the thumbnail of an Art instance.
 Viewport
com.myavatareditor.avatarcore.display A cropped (masked) area for viewing display objects such as AvatarDisplay instances.
 XMLDefinitionParser
com.myavatareditor.avatarcore.xml A generic XML parser for parsing XML into an object of its respective type.
 XMLDefinitionWriter
com.myavatareditor.avatarcore.xml Writes an object to XML based on XML formatting that can be parsed by XMLDefinitionParser.