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
 ApplicationSettings
application ApplicationSettings.as Global settings for the application.
 CloudGeneratorStates
tagCloud GloudGeneratorStates.as Enum for the generator states.
 ColorConverter
utils.common.colors ColorConverter.as Helper class for converting colors values.
 ColorLoader
utils.common.colors ColorLoader.as Loads color themes defined in xml document.
 ColorPalettePicker
utils.controls.popupColorPickerPalette.mxml PopUp window for color palette choise.
 ColorSet
utils.common.colors ColorSets.as Structure defining one color set: name, background color, words color list.
 CustomCursorManager
utils.common CursorManager.as Handle hand shaped cursor.
 CustomizableCanvas
utils.containersCustomizableCanvas.mxml Custom Container with options to interactively set some properties such as background color.
 FontEmbedder
utils.common.fonts FontEmbedder.as Loader for system fonts.
 FontLoader
utils.common.fonts FontLoader.as Loader for embeded fonts.
 FontPicker
utils.controls.popupFontPicker.mxml Font chooser popup control
 FontPickerWindow
utils.controls.popupFontPickerWindow.mxml PopUp window for font browsing.
 InteractiveTagControl
utils.controls InteractiveTagControl.as Custom tag control, provide functionality for moving and rotation, popup menu to change tag properties such as orientation and color, pin/unpin or remove the tag.
 MainWindow
applicationMainWindow.mxml Main window of the application.
 maniWordle
Top LevelmaniWordle.mxml Entry point of the application.
 MathHelper
utils.common.math MathHelper.as Class for some helper functions: random numbers, random positions....
 NumberInputWindow
utils.controls.popup 
 SizeInputWindow
utils.controls.popupSizeInputWindow.mxml PopUp window for min max font site input.
 Spiral
utils.common.math Spiral.as Structure for arithmetic spiral, calculates sample point along the spiral for particular angle and rotation number.
 Tag
tagCloud Tag.as Structure holding all tag properties, current position and orientation, bitmap mask for collision detection and display in the interactive tag control.
 TagCloudGenerator
tagCloud TagCloudGenerator.as Manage the generation of th tags, handles text parsing, positioning and collision detection.
 TagCloudManager
application TagCloudManager.as Displays all tags on the canvas, animate transformation, handle interaction.
 TextInputWindow
utils.controls.popupTextInputWindow.mxml PopUp window for text input.
 TransformAnimator
utils.animation TransformAnimator.as Animate controls transformations(move, rotate) after reposition or parameters change.
 WindowedApplicationSkinControlBar
utils.skinsA skin class for the Spark WindowedApplication and Window containers.