|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flagstone.transform.action.Property
public final class Property
Property defines the set of attributes that can accessed for movies and movie clips when executing actions.
Push| Field Summary | |
|---|---|
static Property |
ALPHA
The transparency of the movie clip. |
static Property |
CURRENT_FRAME
The number of the current frame playing in the movie clip. |
static Property |
DROP_TARGET
The name of the movie clip currently being dragged. |
static Property |
FOCUS_RECT
Identifies whether a rectangle is drawn around a button or text field that has the current focus This is equivalent to the _focusrect property in actionscript. |
static Property |
FRAMES_LOADED
The number of frames form the movie clip loaded. |
static Property |
HEIGHT
The height of the movie clip in pixels. |
static Property |
HIGH_QUALITY
Identifies the level of aliasing being performed by the Player. |
static Property |
NAME
The name of movie clip. |
static Property |
QUALITY
Identifies the level of rendering quality being performed by the Player. |
static Property |
ROTATION
The angle of rotation of the movie clip in degrees. |
static Property |
SOUND_BUF_TIME
The amount of time streaming sound is buffered by the Player before playing. |
static Property |
TARGET
The path of the movie clip relative to the root movie in the Player. |
static Property |
TOTAL_FRAMES
The total number of frames in the movie clip. |
static Property |
URL
The URL from which the movie clip was loaded. |
static int |
VERSION_WITH_INTS
The first version of Flash that uses integers values for properties. |
static Property |
VISIBLE
Whether the movie clip is visible. |
static Property |
WIDTH
The width of the movie clip in pixels. |
static Property |
XCOORD
The x-origin of the movie clip relative to the parent clip. |
static Property |
XMOUSE
The current x-coordinate of the mouse pointer on the Player screen. |
static Property |
XSCALE
The scaling factor of the movie clip in the x direction. |
static Property |
YCOORD
The y-origin of the movie clip relative to the parent clip. |
static Property |
YMOUSE
The current y-coordinate of the mouse pointer on the Player screen. |
static Property |
YSCALE
The scaling factor of the movie clip in the x direction. |
| Constructor Summary | |
|---|---|
Property(int pval)
Creates a Property object with the specified value. |
|
| Method Summary | |
|---|---|
int |
getValue()
Get value used to encode the Property. |
int |
getValue(int version)
Returns value of the Property as it would be written to a Flash file. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int VERSION_WITH_INTS
public static final Property XCOORD
public static final Property YCOORD
public static final Property XSCALE
public static final Property YSCALE
public static final Property CURRENT_FRAME
public static final Property TOTAL_FRAMES
public static final Property ALPHA
public static final Property VISIBLE
public static final Property WIDTH
public static final Property HEIGHT
public static final Property ROTATION
public static final Property TARGET
public static final Property FRAMES_LOADED
public static final Property NAME
public static final Property DROP_TARGET
public static final Property URL
public static final Property HIGH_QUALITY
public static final Property FOCUS_RECT
public static final Property SOUND_BUF_TIME
public static final Property QUALITY
public static final Property XMOUSE
public static final Property YMOUSE
| Constructor Detail |
|---|
public Property(int pval)
pval - the value for the property.| Method Detail |
|---|
public int getValue()
public int getValue(int version)
version - the Flash version that the property will be encoded for.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||