Package | com.adobe.photoshop |
Class | public class TransitionType |
Inheritance | TransitionType ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
BLINDSHORIZONTAL : TransitionType [static] [read-only]
Images transition in horizontal stripes like Venetian blinds. | TransitionType | ||
BLINDSVERTICAL : TransitionType [static] [read-only]
Images transition in vertical stripes. | TransitionType | ||
BOXIN : TransitionType [static] [read-only]
Images transition using a shrinking box shape. | TransitionType | ||
BOXOUT : TransitionType [static] [read-only]
Images transition using an expanding box shape. | TransitionType | ||
DISSOLVE : TransitionType [static] [read-only]
One image dissolves into the next. | TransitionType | ||
enumCache : CSEnumSharedCache [static] [read-only] | TransitionType | ||
GLITTERDOWN : TransitionType [static] [read-only]
Images dissolve top to bottom. | TransitionType | ||
GLITTERRIGHT : TransitionType [static] [read-only]
Images dissolve left to right. | TransitionType | ||
GLITTERRIGHTDOWN : TransitionType [static] [read-only]
Images dissolve top-left to bottom-right. | TransitionType | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
NONE : TransitionType [static] [read-only]
Images change with no visible transition. | TransitionType | ||
RANDOM : TransitionType [static] [read-only]
Images transition using random effects. | TransitionType | ||
SPLITHORIZONTALIN : TransitionType [static] [read-only]
The new images roll in from the top and bottom of the screen. | TransitionType | ||
SPLITHORIZONTALOUT : TransitionType [static] [read-only]
The new image spreads from the middle of the screen to the top and bottom of the screen. | TransitionType | ||
SPLITVERTICALIN : TransitionType [static] [read-only]
The new image rolls in from the left and right edges of the screen. | TransitionType | ||
SPLITVERTICALOUT : TransitionType [static] [read-only]
The new image rolls out from the middle of the screen to the left and right edges of the screen. | TransitionType | ||
![]() | value : Object [override] [read-only]
Returns the object value
| PhotoshopEnumBase | |
WIPEDOWN : TransitionType [static] [read-only]
The new image rolls in from the top of the screen. | TransitionType | ||
WIPELEFT : TransitionType [static] [read-only]
The new image rolls in from the right side of the screen. | TransitionType | ||
WIPERIGHT : TransitionType [static] [read-only]
The new image rolls in from the left side of the screen. | TransitionType | ||
WIPEUP : TransitionType [static] [read-only]
The new image rolls in from the bottom of the screen. | TransitionType |
Method | Defined By | ||
---|---|---|---|
TransitionType(ho:HostObject = null, enum:Number)
Constructor
| TransitionType | ||
![]() | filterArgsForHBAPI(args:Array):Array [static]
Function to clean up the argument list and put it into a format that
makes sense for HBAPI. | CSHostObject | |
![]() | filterSingleObjectForHBAPI(value:Object):Object [static]
| CSHostObject | |
![]() | getClassObjectForName(className:String):HostObject [static] This returns a "Class" object, meaning, a HostObject that can be used
to make static function calls or get static properties
| CSHostObject | |
![]() | getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):* [static] | CSHostObject | |
![]() | hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
| CSHostObject | |
![]() | hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):* [static]
Implements a safe call of a static method on the host
| CSHostObject | |
![]() | hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
| CSHostObject | |
![]() | hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
| CSHostObject | |
![]() | hostGetStatic(className:String, propertyName:String, expectedReturnType:Class):* [static]
Implements a safe get of a static property on the host
Used by for instance, all the enum implementations. | CSHostObject | |
![]() | hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
| CSHostObject | |
![]() | hostSetStatic(className:String, propertyName:String, rawvalue:*):* [static]
Implements a safe set of a static property on the host
| CSHostObject | |
![]() | isDescendedFrom(clz:Class, ancClass:Class):Boolean [static] Efficiently determines whether or not one class descends from
another in inheritance hierarchy- class relationships are cached
by the ClassUtils implementation-
(uses org.as3commons lib to quickly discover class hierarchy. | CSHostObject | |
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
BLINDSHORIZONTAL | property |
BLINDSHORIZONTAL:TransitionType
[read-only] Since : | CS5 |
Images transition in horizontal stripes like Venetian blinds.
public static function get BLINDSHORIZONTAL():TransitionType
BLINDSVERTICAL | property |
BLINDSVERTICAL:TransitionType
[read-only] Since : | CS5 |
Images transition in vertical stripes.
public static function get BLINDSVERTICAL():TransitionType
BOXIN | property |
BOXIN:TransitionType
[read-only] Since : | CS5 |
Images transition using a shrinking box shape.
public static function get BOXIN():TransitionType
BOXOUT | property |
BOXOUT:TransitionType
[read-only] Since : | CS5 |
Images transition using an expanding box shape.
public static function get BOXOUT():TransitionType
DISSOLVE | property |
DISSOLVE:TransitionType
[read-only] Since : | CS5 |
One image dissolves into the next.
public static function get DISSOLVE():TransitionType
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
GLITTERDOWN | property |
GLITTERDOWN:TransitionType
[read-only] Since : | CS5 |
Images dissolve top to bottom.
public static function get GLITTERDOWN():TransitionType
GLITTERRIGHT | property |
GLITTERRIGHT:TransitionType
[read-only] Since : | CS5 |
Images dissolve left to right.
public static function get GLITTERRIGHT():TransitionType
GLITTERRIGHTDOWN | property |
GLITTERRIGHTDOWN:TransitionType
[read-only] Since : | CS5 |
Images dissolve top-left to bottom-right.
public static function get GLITTERRIGHTDOWN():TransitionType
NONE | property |
NONE:TransitionType
[read-only] Since : | CS5 |
Images change with no visible transition.
public static function get NONE():TransitionType
RANDOM | property |
RANDOM:TransitionType
[read-only] Since : | CS5 |
Images transition using random effects.
public static function get RANDOM():TransitionType
SPLITHORIZONTALIN | property |
SPLITHORIZONTALIN:TransitionType
[read-only] Since : | CS5 |
The new images roll in from the top and bottom of the screen.
public static function get SPLITHORIZONTALIN():TransitionType
SPLITHORIZONTALOUT | property |
SPLITHORIZONTALOUT:TransitionType
[read-only] Since : | CS5 |
The new image spreads from the middle of the screen to the top and bottom of the screen.
public static function get SPLITHORIZONTALOUT():TransitionType
SPLITVERTICALIN | property |
SPLITVERTICALIN:TransitionType
[read-only] Since : | CS5 |
The new image rolls in from the left and right edges of the screen.
public static function get SPLITVERTICALIN():TransitionType
SPLITVERTICALOUT | property |
SPLITVERTICALOUT:TransitionType
[read-only] Since : | CS5 |
The new image rolls out from the middle of the screen to the left and right edges of the screen.
public static function get SPLITVERTICALOUT():TransitionType
WIPEDOWN | property |
WIPEDOWN:TransitionType
[read-only] Since : | CS5 |
The new image rolls in from the top of the screen.
public static function get WIPEDOWN():TransitionType
WIPELEFT | property |
WIPELEFT:TransitionType
[read-only] Since : | CS5 |
The new image rolls in from the right side of the screen.
public static function get WIPELEFT():TransitionType
WIPERIGHT | property |
WIPERIGHT:TransitionType
[read-only] Since : | CS5 |
The new image rolls in from the left side of the screen.
public static function get WIPERIGHT():TransitionType
WIPEUP | property |
WIPEUP:TransitionType
[read-only] Since : | CS5 |
The new image rolls in from the bottom of the screen.
public static function get WIPEUP():TransitionType
TransitionType | () | Constructor |
public function TransitionType(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|