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
 Alert
com.joebillman.controls Alert: Creates an alert window.
 AlertAttributes
com.joebillman.controls 
 Button
com.joebillman.controls Button: Creates a Button with only code.
 Conversion
com.joebillman.utils Conversion:
 EmailValidator
com.joebillman.validators 
 Equate
com.joebillman.math Equate: This class is a class with different useful equations.
 Format
com.joebillman.formatters Format:
 FpsProfiler
com.joebillman.utils FpsProfiler: Profiles frames per second (FPS) and memory.
 Masking
com.joebillman.utils Masking:
 ObjectPool
com.joebillman.utils ObjectPool: This a useful class for creating objects that will be used over and over.
 Precisely
com.joebillman.utils Precisely: This is a static class that allows you to do precision based functions.
 RadioButton
com.joebillman.controls 
 RadioButtonGroup
com.joebillman.controls 
 Rand
com.joebillman.utils Rand: This is a useful class for generating random items.
 Reflection
com.joebillman.fx Reflection: This class dynamically creates a reflection for the display object that it is passed
 ReflectionBitmap
com.joebillman.fx Reflection: This class dynamically creates a reflection for the display object that it is passed
 ShineColor
com.joebillman.fx 
 ShineRectangle
com.joebillman.fx 
 Status3D
com.joebillman.display Status3D:
 TextInput
com.joebillman.controls 
 TimeFormatter
com.joebillman.formatters 
 Window
com.joebillman.containers Window: Creates a window that can be used as a pop-in or a content window.
 WindowEvent
com.joebillman.containers.events