|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.flagstone.transform.Transform
public class Transform
The %Transform class defines constants and methods used throughout the %Transform package.
Field Summary | |
---|---|
static boolean |
DEBUG
Deprecated. No longer required for debugging. DEBUG is used to turn on additional logging and error checking. |
static int |
MAJOR
MAJOR is used to identify the current version of the framework. |
static int |
MINOR
MINOR is used to identify the current minor version of the framework. |
static int |
RELEASE
The RELEASE number is used to differentiate between different releases. |
static int |
VALUE_NOT_SET
VALUE_NOT_SET is used to signify that a field has not yet assigned a value. |
static int |
VERSION
VERSION is used to identify the version of Flash that the edition supports. |
Constructor Summary | |
---|---|
Transform()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The main method reports basic information about the package. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean DEBUG
public static final int VERSION
public static final int MAJOR
public static final int MINOR
public static final int RELEASE
public static final int VALUE_NOT_SET
Constructor Detail |
---|
public Transform()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |