Paket | com.adobe.icc.enum |
Klass | public class ObjectState |
Arv | ObjectState Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 9.5 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
state
of an object or asset.
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
ACTIVE : uint = 0 [statisk]
Specifies the enumerator code for Active state. | ObjectState | ||
ARCHIVE : uint = 2 [statisk]
Specifies the enumerator code for Archive state. | ObjectState | ||
TEST : uint = 1 [statisk]
Specifies the enumerator code for a test. | ObjectState |
Konstantdetaljer
ACTIVE | Konstant |
public static const ACTIVE:uint = 0
Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 9.5 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Active state.
ARCHIVE | Konstant |
public static const ARCHIVE:uint = 2
Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 9.5 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Archive state.
TEST | Konstant |
public static const TEST:uint = 1
Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 9.5 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for a test. That is, Inactive state.
Tue Jun 12 2018, 01:40 PM Z