|
From: <acl...@us...> - 2006-10-12 09:20:37
|
Revision: 586
http://svn.sourceforge.net/asapframework/?rev=586&view=rev
Author: aclemens
Date: 2006-10-12 02:19:40 -0700 (Thu, 12 Oct 2006)
Log Message:
-----------
removing @version tag
Modified Paths:
--------------
trunk/asapframework/org/asapframework/data/Enumerator.as
trunk/asapframework/org/asapframework/data/KeyValue.as
trunk/asapframework/org/asapframework/data/array/ArrayEnumerator.as
trunk/asapframework/org/asapframework/data/array/TraverseArrayEnumerator.as
trunk/asapframework/org/asapframework/data/array/TraverseArrayEnumeratorEvent.as
trunk/asapframework/org/asapframework/data/array/TraverseArrayOptions.as
trunk/asapframework/org/asapframework/data/filedatatransform/TextFile2ArrayEvent.as
trunk/asapframework/org/asapframework/data/filedatatransform/TextFile2Collection.as
trunk/asapframework/org/asapframework/ui/Disabler.as
trunk/asapframework/org/asapframework/ui/Tooltip.as
trunk/asapframework/org/asapframework/ui/buttons/DelayButton.as
trunk/asapframework/org/asapframework/util/ArrayUtils.as
trunk/asapframework/org/asapframework/util/BooleanUtils.as
trunk/asapframework/org/asapframework/util/ColorUtils.as
trunk/asapframework/org/asapframework/util/NumberUtils.as
trunk/asapframework/org/asapframework/util/ObjectUtils.as
trunk/asapframework/org/asapframework/util/StringUtils.as
trunk/asapframework/org/asapframework/util/StringUtilsSplit.as
trunk/asapframework/org/asapframework/util/StringUtilsTrim.as
trunk/asapframework/org/asapframework/util/actionqueue/AQAddMove.as
trunk/asapframework/org/asapframework/util/actionqueue/AQBlink.as
trunk/asapframework/org/asapframework/util/actionqueue/AQColor.as
trunk/asapframework/org/asapframework/util/actionqueue/AQFade.as
trunk/asapframework/org/asapframework/util/actionqueue/AQFollowMouse.as
trunk/asapframework/org/asapframework/util/actionqueue/AQMove.as
trunk/asapframework/org/asapframework/util/actionqueue/AQMoveRel.as
trunk/asapframework/org/asapframework/util/actionqueue/AQProperty.as
trunk/asapframework/org/asapframework/util/actionqueue/AQPulse.as
trunk/asapframework/org/asapframework/util/actionqueue/AQReturnValue.as
trunk/asapframework/org/asapframework/util/actionqueue/AQRotate.as
trunk/asapframework/org/asapframework/util/actionqueue/AQScale.as
trunk/asapframework/org/asapframework/util/actionqueue/AQSet.as
trunk/asapframework/org/asapframework/util/actionqueue/AQTimeline.as
trunk/asapframework/org/asapframework/util/actionqueue/AQWorker.as
trunk/asapframework/org/asapframework/util/actionqueue/AQZoom.as
trunk/asapframework/org/asapframework/util/actionqueue/ActionQueue.as
trunk/asapframework/org/asapframework/util/actionqueue/ActionQueueEvent.as
trunk/asapframework/org/asapframework/util/actionqueue/ActionQueuePerformData.as
trunk/asapframework/org/asapframework/util/actionqueue/ExtendedActionQueue.as
trunk/asapframework/org/asapframework/util/actionqueue/ExtendedActionQueueData.as
trunk/asapframework/org/asapframework/util/debug/Console.as
trunk/asapframework/org/asapframework/util/debug/Log.as
trunk/asapframework/org/asapframework/util/framepulse/FramePulse.as
trunk/asapframework/org/asapframework/util/framepulse/FramePulseEvent.as
trunk/asapframework/org/asapframework/util/loader/LoaderEvent.as
trunk/asapframework/org/asapframework/util/system/LocalData.as
trunk/asapframework/org/asapframework/util/transitions/tween/Bezier.as
trunk/asapframework/org/asapframework/util/transitions/tween/Sine.as
trunk/asapframework/org/asapframework/util/watch/RollOverWatcher.as
trunk/asapframework/org/asapframework/util/watch/Watcher.as
trunk/asapframework/org/asapframework/util/xml/XML2Object.as
Modified: trunk/asapframework/org/asapframework/data/Enumerator.as
===================================================================
--- trunk/asapframework/org/asapframework/data/Enumerator.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/data/Enumerator.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -19,7 +19,6 @@
/**
Virtual base class for enumerator objects.
@author Arthur Clemens
-@version 20 July 2005
*/
class org.asapframework.data.Enumerator extends Dispatcher {
Modified: trunk/asapframework/org/asapframework/data/KeyValue.as
===================================================================
--- trunk/asapframework/org/asapframework/data/KeyValue.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/data/KeyValue.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -17,7 +17,6 @@
/**
Key-value object class.
@author Arthur Clemens
-@version 27 march 2006
*/
class org.asapframework.data.KeyValue {
Modified: trunk/asapframework/org/asapframework/data/array/ArrayEnumerator.as
===================================================================
--- trunk/asapframework/org/asapframework/data/array/ArrayEnumerator.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/data/array/ArrayEnumerator.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -19,7 +19,6 @@
/**
Straightforward enumeration (iterator) class for arrays. ArrayEnumerator has one way of iterating: forward ({@link #getNextObject}). For more options see {@link TraverseArrayEnumerator}.
@author Arthur Clemens
-@version 7 May 2006
*/
class org.asapframework.data.array.ArrayEnumerator extends Enumerator {
Modified: trunk/asapframework/org/asapframework/data/array/TraverseArrayEnumerator.as
===================================================================
--- trunk/asapframework/org/asapframework/data/array/TraverseArrayEnumerator.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/data/array/TraverseArrayEnumerator.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -21,7 +21,6 @@
A TraverseArrayEnumerator can be used with a paging controller to navigate through a list of thumbs or search result pages (see example below).
@author Arthur Clemens
-@version 7 May 2006
@use
Example for a enumerator that handles a row of thumbs.
<code>
Modified: trunk/asapframework/org/asapframework/data/array/TraverseArrayEnumeratorEvent.as
===================================================================
--- trunk/asapframework/org/asapframework/data/array/TraverseArrayEnumeratorEvent.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/data/array/TraverseArrayEnumeratorEvent.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -19,7 +19,6 @@
/**
@author Arthur Clemens
-@version 23 June 2006
*/
class org.asapframework.data.array.TraverseArrayEnumeratorEvent extends Event {
Modified: trunk/asapframework/org/asapframework/data/array/TraverseArrayOptions.as
===================================================================
--- trunk/asapframework/org/asapframework/data/array/TraverseArrayOptions.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/data/array/TraverseArrayOptions.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -17,7 +17,6 @@
/**
Array traverse options used by {@link TraverseArrayEnumerator}.
@author Arthur Clemens
-@version 5 May 2006
*/
class org.asapframework.data.array.TraverseArrayOptions {
Modified: trunk/asapframework/org/asapframework/data/filedatatransform/TextFile2ArrayEvent.as
===================================================================
--- trunk/asapframework/org/asapframework/data/filedatatransform/TextFile2ArrayEvent.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/data/filedatatransform/TextFile2ArrayEvent.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -19,7 +19,6 @@
/**
Event object that is dispatched by {@link TextFile2Array}.
@author Arthur Clemens
-@version 20 July 2005
*/
class org.asapframework.data.filedatatransform.TextFile2ArrayEvent extends Event {
Modified: trunk/asapframework/org/asapframework/data/filedatatransform/TextFile2Collection.as
===================================================================
--- trunk/asapframework/org/asapframework/data/filedatatransform/TextFile2Collection.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/data/filedatatransform/TextFile2Collection.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -19,7 +19,6 @@
/**
Base class that takes a text file url, loads the file data and converts the text contents to a collection structure (Tree or Array). Actual parsing is not provided in this class, see the subclasses for implementations.
-@version 5 Feb 2006
@author Arthur Clemens
*/
Modified: trunk/asapframework/org/asapframework/ui/Disabler.as
===================================================================
--- trunk/asapframework/org/asapframework/ui/Disabler.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/ui/Disabler.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -16,7 +16,6 @@
/**
Disabler makes stage elements unreceptive for mouse and keyboard events by placing a 'event catching' movieclip on the stage.
-@version 15 Jan 2006
@use
<code>
mDisabler = new Disabler(timeline, 0, 0, Stage.width, Stage.height);
Modified: trunk/asapframework/org/asapframework/ui/Tooltip.as
===================================================================
--- trunk/asapframework/org/asapframework/ui/Tooltip.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/ui/Tooltip.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -26,7 +26,6 @@
/**
Tooltip class.
@author Arthur Clemens
-@version 2 Mar 2006
@use
You can customize a Tooltip by either setting properties after creation, or by creating a Tooltip subclass (see further below).
Modified: trunk/asapframework/org/asapframework/ui/buttons/DelayButton.as
===================================================================
--- trunk/asapframework/org/asapframework/ui/buttons/DelayButton.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/ui/buttons/DelayButton.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -55,7 +55,6 @@
}
</code>
@author Arthur Clemens
-@version 21 Jan 2006
*/
class org.asapframework.ui.buttons.DelayButton extends EventButton {
Modified: trunk/asapframework/org/asapframework/util/ArrayUtils.as
===================================================================
--- trunk/asapframework/org/asapframework/util/ArrayUtils.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/ArrayUtils.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -19,7 +19,6 @@
A collection of Array utility functions.
@author Martijn de Visser
@author Arthur Clemens
-@version 6 Jan 2005
*/
class org.asapframework.util.ArrayUtils {
Modified: trunk/asapframework/org/asapframework/util/BooleanUtils.as
===================================================================
--- trunk/asapframework/org/asapframework/util/BooleanUtils.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/BooleanUtils.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -18,7 +18,6 @@
/**
A collection of Boolean utility functions.
@author Martijn de Visser
-@version 6 Jan 2006
*/
class org.asapframework.util.BooleanUtils {
Modified: trunk/asapframework/org/asapframework/util/ColorUtils.as
===================================================================
--- trunk/asapframework/org/asapframework/util/ColorUtils.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/ColorUtils.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -18,7 +18,6 @@
/**
A collection of color utility functions.
@author Arthur Clemens
-@version 2 April 2005
*/
class org.asapframework.util.ColorUtils {
Modified: trunk/asapframework/org/asapframework/util/NumberUtils.as
===================================================================
--- trunk/asapframework/org/asapframework/util/NumberUtils.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/NumberUtils.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -17,7 +17,6 @@
/**
Number utility functions.
@author Arthur Clemens
-@version 29 Jan 2006
*/
class org.asapframework.util.NumberUtils {
Modified: trunk/asapframework/org/asapframework/util/ObjectUtils.as
===================================================================
--- trunk/asapframework/org/asapframework/util/ObjectUtils.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/ObjectUtils.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -17,7 +17,6 @@
/**
A collection of Object utility functions.
@author Martijn de Visser
-@version 0.1
*/
class org.asapframework.util.ObjectUtils {
Modified: trunk/asapframework/org/asapframework/util/StringUtils.as
===================================================================
--- trunk/asapframework/org/asapframework/util/StringUtils.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/StringUtils.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -18,7 +18,6 @@
A collection of String manipulation methods.
Specialized String methods can be found in {@link StringUtilsTrim} and {@link StringUtilsSplit}.
@author Stephan Bezoen
-@version 21 Juli 2005
*/
class org.asapframework.util.StringUtils {
Modified: trunk/asapframework/org/asapframework/util/StringUtilsSplit.as
===================================================================
--- trunk/asapframework/org/asapframework/util/StringUtilsSplit.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/StringUtilsSplit.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -20,7 +20,6 @@
Split trimmming methods.
More string manipulation methods in {@link StringUtils}.
@author Arthur Clemens
-@version 26 July 2005
*/
class org.asapframework.util.StringUtilsSplit {
Modified: trunk/asapframework/org/asapframework/util/StringUtilsTrim.as
===================================================================
--- trunk/asapframework/org/asapframework/util/StringUtilsTrim.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/StringUtilsTrim.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -18,7 +18,6 @@
String trimmming methods.
More string manipulation methods in {@link StringUtils}.
@author Arthur Clemens
-@version 15 Jan 2005
*/
class org.asapframework.util.StringUtilsTrim {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/AQAddMove.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/AQAddMove.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/AQAddMove.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -20,7 +20,6 @@
ActionQueue method that controls the relative position of a movieclip.
Lets a movieclip or button move a specified number of pixels added to its current location, without specifying its end location.
@author Arthur Clemens
-@version 29 Jan 2006
*/
class org.asapframework.util.actionqueue.AQAddMove {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/AQBlink.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/AQBlink.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/AQBlink.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -20,7 +20,6 @@
/**
ActionQueue methods to make a movieclip blink.
@author Arthur Clemens
-@version 29 Jan 2006
*/
class org.asapframework.util.actionqueue.AQBlink {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/AQColor.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/AQColor.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/AQColor.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -20,7 +20,6 @@
/**
ActionQueue methods that control the color of a movieclip. Most methods call methods from {@link ColorUtils}.
@author Arthur Clemens
-@version 14 Jan 2006
*/
class org.asapframework.util.actionqueue.AQColor {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/AQFade.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/AQFade.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/AQFade.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -20,7 +20,6 @@
ActionQueue method that controls the alpha blend of a movieclip.
See also {@link AQPulse} to fade a movieclip in a pulsating manner.
@author Arthur Clemens
-@version 14 Jan 2006
*/
class org.asapframework.util.actionqueue.AQFade {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/AQFollowMouse.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/AQFollowMouse.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/AQFollowMouse.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -26,7 +26,6 @@
/**
ActionQueue method to let a movieclip follow the mouse, with location and time parameters for precise control.
@author Arthur Clemens
-@version 29 Jan 2006
*/
class org.asapframework.util.actionqueue.AQFollowMouse {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/AQMove.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/AQMove.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/AQMove.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -19,7 +19,6 @@
/**
ActionQueue method to control the position of a movieclip over time.
@author Arthur Clemens
-@version 29 Jan 2006
*/
class org.asapframework.util.actionqueue.AQMove {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/AQMoveRel.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/AQMoveRel.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/AQMoveRel.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -19,7 +19,6 @@
/**
ActionQueue method that moves a movieclip over a relative distance.
@author Arthur Clemens
-@version 29 Jan 2006
*/
class org.asapframework.util.actionqueue.AQMoveRel {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/AQProperty.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/AQProperty.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/AQProperty.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -19,7 +19,6 @@
/**
ActionQueue method to change an object's property over time.
@author Arthur Clemens
-@version 29 Jan 2006
*/
class org.asapframework.util.actionqueue.AQProperty {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/AQPulse.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/AQPulse.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/AQPulse.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -20,7 +20,6 @@
/**
ActionQueue methods to let a movieclip (or any objectys' property) pulsate.
@author Arthur Clemens
-@version 29 Jan 2006
*/
class org.asapframework.util.actionqueue.AQPulse {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/AQReturnValue.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/AQReturnValue.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/AQReturnValue.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -20,7 +20,6 @@
ActionQueue method that returns a calculated (percentage) value of an animation in time.
Use this method to keep track of a (animated/calculated) value without directly manipulating a movieclip - to store the value or use it to update multiple other clips or values.
@author Arthur Clemens
-@version 11 Feb 2006
*/
class org.asapframework.util.actionqueue.AQReturnValue {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/AQRotate.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/AQRotate.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/AQRotate.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -19,7 +19,6 @@
/**
ActionQueue method to rotate a movieclip over time.
@author Arthur Clemens
-@version 4 Feb 2006
*/
class org.asapframework.util.actionqueue.AQRotate {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/AQScale.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/AQScale.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/AQScale.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -20,7 +20,6 @@
ActionQueue method to control the scaling of a movieclip.
See also {@link AQPulse} to scale a movieclip in a pulsating manner.
@author Arthur Clemens
-@version 29 Jan 2006
*/
class org.asapframework.util.actionqueue.AQScale {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/AQSet.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/AQSet.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/AQSet.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -27,7 +27,6 @@
ActionQueue methods to set various parameters/states of a movieclip.
Some of these methods use {@link MovieClipUtils}.
@author Arthur Clemens
-@version 29 Jan 2006
*/
class org.asapframework.util.actionqueue.AQSet {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/AQTimeline.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/AQTimeline.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/AQTimeline.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -17,7 +17,6 @@
/**
ActionQueue methods to control the movieclip's timeline.
@author Arthur Clemens
-@version 29 Jan 2006
*/
class org.asapframework.util.actionqueue.AQTimeline {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/AQWorker.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/AQWorker.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/AQWorker.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -20,7 +20,6 @@
/**
This class is used by ActionQueue and various AQxxx classes; you should not instantiate this class yourself.
@author Arthur Clemens
-@version 29 Jan 2006
*/
dynamic class org.asapframework.util.actionqueue.AQWorker {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/AQZoom.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/AQZoom.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/AQZoom.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -32,7 +32,6 @@
@usageNote From Flash 8 Help: <em>Avoid zooming into cached surfaces. If you overuse bitmap caching, a large amount of memory is consumed (see previous bullet), especially if you zoom in on the content.</em>
@author Arthur Clemens
-@version 29 Jan 2006
*/
class org.asapframework.util.actionqueue.AQZoom {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/ActionQueue.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/ActionQueue.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/ActionQueue.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -52,9 +52,7 @@
<b>Simultaneous effects</b>
To control different movieclip aspects at the same time, for instance to move a clip and fade it out, use {@link #addInAction}, or use {@link AQReturnValue} (example given below at {@link #addAction}).
-
@author Arthur Clemens
- @version 13 Apr 2006
@use
This code example demonstrates a combination of ActionQueue methods, to give an idea of how this class can be used in an application.
<code>
Modified: trunk/asapframework/org/asapframework/util/actionqueue/ActionQueueEvent.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/ActionQueueEvent.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/ActionQueueEvent.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -18,7 +18,6 @@
/**
Event objects that are dispatched by {@link ActionQueue}.
-@version 4 Jan 2006
*/
class org.asapframework.util.actionqueue.ActionQueueEvent extends Event {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/ActionQueuePerformData.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/ActionQueuePerformData.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/ActionQueuePerformData.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -18,7 +18,6 @@
/**
Data storage class to pass UIAction <em>perform actions</em>. Used by {@link ActionQueue}.
@author Arthur Clemens
-@version 29 Jan 2006
*/
class org.asapframework.util.actionqueue.ActionQueuePerformData {
Modified: trunk/asapframework/org/asapframework/util/actionqueue/ExtendedActionQueue.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/ExtendedActionQueue.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/ExtendedActionQueue.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -42,7 +42,6 @@
extendedQueue.run();
</code>
@author Arthur Clemens
-@version 13 Apr 2006
@todo Check if addContinueOnMessage still works with quirky setInterval in AS2.0.
*/
Modified: trunk/asapframework/org/asapframework/util/actionqueue/ExtendedActionQueueData.as
===================================================================
--- trunk/asapframework/org/asapframework/util/actionqueue/ExtendedActionQueueData.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/actionqueue/ExtendedActionQueueData.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -19,7 +19,6 @@
/**
Data storage class used by {@link ExtendedActionQueue}.
@author Arthur Clemens
-@version 29 Jan 2006
*/
class org.asapframework.util.actionqueue.ExtendedActionQueueData extends ActionQueueData {
Modified: trunk/asapframework/org/asapframework/util/debug/Console.as
===================================================================
--- trunk/asapframework/org/asapframework/util/debug/Console.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/debug/Console.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -17,7 +17,6 @@
/**
Console creates a debugging window on the stage that can be invoked with a configurable string. Close the window by double-clicking the bar.
@author Jeremy Brown, Arthur Clemens
-@version 2 May 2005
@use
The console is enabled by default. If you don't want to use the console, add this class to the exclude xml.
You can set a character or word to activate the console. To set the activation string, use:
Modified: trunk/asapframework/org/asapframework/util/debug/Log.as
===================================================================
--- trunk/asapframework/org/asapframework/util/debug/Log.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/debug/Log.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -54,7 +54,6 @@
The number "11" is the time at which the log message was generated. This time is not kept in the LogEvent class.
@author stephan.bezoen
-@version 13 March 2006
*/
class org.asapframework.util.debug.Log extends Dispatcher {
Modified: trunk/asapframework/org/asapframework/util/framepulse/FramePulse.as
===================================================================
--- trunk/asapframework/org/asapframework/util/framepulse/FramePulse.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/framepulse/FramePulse.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -48,7 +48,6 @@
@implementationNote Creates an empty clip named "__FramePulseClip" (by default on _level0, at depth 9888).
@author Martijn de Visser
-@version 10 May 2005
*/
class org.asapframework.util.framepulse.FramePulse extends Dispatcher {
Modified: trunk/asapframework/org/asapframework/util/framepulse/FramePulseEvent.as
===================================================================
--- trunk/asapframework/org/asapframework/util/framepulse/FramePulseEvent.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/framepulse/FramePulseEvent.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -19,8 +19,7 @@
/**
Event object that is dispatched by {@link FramePulse}.
-@author Martijn de Visser
-@version 10 May 2005
+@author Martijn de Visser
*/
class org.asapframework.util.framepulse.FramePulseEvent extends Event {
Modified: trunk/asapframework/org/asapframework/util/loader/LoaderEvent.as
===================================================================
--- trunk/asapframework/org/asapframework/util/loader/LoaderEvent.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/loader/LoaderEvent.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -19,7 +19,6 @@
/**
Event object that is dispatched by {@link Loader}.
-@version 3 July 2005
*/
class org.asapframework.util.loader.LoaderEvent extends Event {
Modified: trunk/asapframework/org/asapframework/util/system/LocalData.as
===================================================================
--- trunk/asapframework/org/asapframework/util/system/LocalData.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/system/LocalData.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -18,7 +18,6 @@
A class for storing typed data locally. Wraps the SharedObject class.
Based on Colin Moock's class - http://moock.org/asdg/technotes/saveDataToDisk/
@author Martijn de Visser
-@version 0.2
@example
<code>
// Check if user has visited the site before
Modified: trunk/asapframework/org/asapframework/util/transitions/tween/Bezier.as
===================================================================
--- trunk/asapframework/org/asapframework/util/transitions/tween/Bezier.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/transitions/tween/Bezier.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -17,7 +17,6 @@
/**
Bezier tween function.
@author Arthur Clemens
-@version 14 Jan 2006
*/
class org.asapframework.util.transitions.tween.Bezier {
Modified: trunk/asapframework/org/asapframework/util/transitions/tween/Sine.as
===================================================================
--- trunk/asapframework/org/asapframework/util/transitions/tween/Sine.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/transitions/tween/Sine.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -17,7 +17,6 @@
/**
Sine tween functions.
@author Arthur Clemens
-@version 29 Jan 2006
*/
class org.asapframework.util.transitions.tween.Sine {
Modified: trunk/asapframework/org/asapframework/util/watch/RollOverWatcher.as
===================================================================
--- trunk/asapframework/org/asapframework/util/watch/RollOverWatcher.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/watch/RollOverWatcher.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -19,10 +19,9 @@
import org.asapframework.util.framepulse.FramePulseEvent;
/**
-* @author Arthur Clemens
-* @version 0.5
-* @description Checks the mouse location for movement. If the mouse has not moved in the set time period, a fallback function is called, allowing for instance a buttonclip to perform a rollout.
-* This class is useful to 'catch' the mouse if it has disappeared from the edge of the Flash stage. If this happens fast, or if the Flash movie is occupied, the movieclips don't receive any more mouse events, and stick to their current state. A RollOverWatcher object equals a out-of-stage mouse to a still mouse.
+Checks the mouse location for movement. If the mouse has not moved in the set time period, a fallback function is called, allowing for instance a buttonclip to perform a rollout.
+This class is useful to 'catch' the mouse if it has disappeared from the edge of the Flash stage. If this happens fast, or if the Flash movie is occupied, the movieclips don't receive any more mouse events, and stick to their current state. A RollOverWatcher object equals a out-of-stage mouse to a still mouse.
+@author Arthur Clemens
*/
class org.asapframework.util.watch.RollOverWatcher {
Modified: trunk/asapframework/org/asapframework/util/watch/Watcher.as
===================================================================
--- trunk/asapframework/org/asapframework/util/watch/Watcher.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/watch/Watcher.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -28,7 +28,6 @@
Watching may be a one-time hit, or perpetuously until the value is met or the Watcher is stopped.
@author Arthur Clemens
-@version 13 Apr 2006
@use
The following example shows how to check for value of the MovieClip's <code>_alpha</code> variable; when <code>_alpha</code> has gone to 0, the method 'afterZero' is called. Checking is done each 12th of a second and perpetuously until the clips' _alpha has turned to 0.
<code>
Modified: trunk/asapframework/org/asapframework/util/xml/XML2Object.as
===================================================================
--- trunk/asapframework/org/asapframework/util/xml/XML2Object.as 2006-10-10 09:01:43 UTC (rev 585)
+++ trunk/asapframework/org/asapframework/util/xml/XML2Object.as 2006-10-12 09:19:40 UTC (rev 586)
@@ -27,7 +27,6 @@
}
</code>
@author Arthur Clemens, Alessandro Crugnola
-@version 30 Sep 2004
@use With the following xml file:
<code>
<?xml version="1.0" encoding="utf-8" ?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|