Package | com.adobe.photoshop |
Class | public class WarpStyle |
Inheritance | WarpStyle ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
ARC : WarpStyle [static] [read-only]
The type is warped in the shape of an arc. | WarpStyle | ||
ARCH : WarpStyle [static] [read-only]
Text is warped in the form of an arch. | WarpStyle | ||
ARCLOWER : WarpStyle [static] [read-only]
Warp is heavier on the lower or left edge of the text than on the upper or right edge. | WarpStyle | ||
ARCUPPER : WarpStyle [static] [read-only]
Warp is heavier on the upper or right edge of the text than on the lower or left edge. | WarpStyle | ||
BULGE : WarpStyle [static] [read-only]
Text is warped outward on both the upper and lower or right and left edges. | WarpStyle | ||
enumCache : CSEnumSharedCache [static] [read-only] | WarpStyle | ||
FISH : WarpStyle [static] [read-only]
Text is warped in the shape of a fish. | WarpStyle | ||
FISHEYE : WarpStyle [static] [read-only]
Text bulges in the middle and is squeezed on the edges as if viewed through a fisheye lens. | WarpStyle | ||
FLAG : WarpStyle [static] [read-only]
Text is warped in the shape of a waving flag. | WarpStyle | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
INFLATE : WarpStyle [static] [read-only]
Text is inflated. | WarpStyle | ||
NONE : WarpStyle [static] [read-only]
No warp. | WarpStyle | ||
RISE : WarpStyle [static] [read-only]
Text is warped in an undulating, rising pattern. | WarpStyle | ||
SHELLLOWER : WarpStyle [static] [read-only]
Text is warped downward or to the right in the shape of a fan-like seashell. | WarpStyle | ||
SHELLUPPER : WarpStyle [static] [read-only]
Text is warped upward or to the left in the shape of a fan-like seashell. | WarpStyle | ||
SQUEEZE : WarpStyle [static] [read-only]
Text is squeezed. | WarpStyle | ||
TWIST : WarpStyle [static] [read-only]
Text is twisted. | WarpStyle | ||
![]() | value : Object [override] [read-only]
Returns the object value
| PhotoshopEnumBase | |
WAVE : WarpStyle [static] [read-only]
Text is warped in the shape of a wave. | WarpStyle |
Method | Defined By | ||
---|---|---|---|
WarpStyle(ho:HostObject = null, enum:Number)
Constructor
| WarpStyle | ||
![]() | 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 |
ARC | property |
ARC:WarpStyle
[read-only] Since : | CS5 |
The type is warped in the shape of an arc.
public static function get ARC():WarpStyle
ARCH | property |
ARCH:WarpStyle
[read-only] Since : | CS5 |
Text is warped in the form of an arch.
public static function get ARCH():WarpStyle
ARCLOWER | property |
ARCLOWER:WarpStyle
[read-only] Since : | CS5 |
Warp is heavier on the lower or left edge of the text than on the upper or right edge.
public static function get ARCLOWER():WarpStyle
ARCUPPER | property |
ARCUPPER:WarpStyle
[read-only] Since : | CS5 |
Warp is heavier on the upper or right edge of the text than on the lower or left edge.
public static function get ARCUPPER():WarpStyle
BULGE | property |
BULGE:WarpStyle
[read-only] Since : | CS5 |
Text is warped outward on both the upper and lower or right and left edges.
public static function get BULGE():WarpStyle
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
FISH | property |
FISH:WarpStyle
[read-only] Since : | CS5 |
Text is warped in the shape of a fish.
public static function get FISH():WarpStyle
FISHEYE | property |
FISHEYE:WarpStyle
[read-only] Since : | CS5 |
Text bulges in the middle and is squeezed on the edges as if viewed through a fisheye lens.
public static function get FISHEYE():WarpStyle
FLAG | property |
FLAG:WarpStyle
[read-only] Since : | CS5 |
Text is warped in the shape of a waving flag.
public static function get FLAG():WarpStyle
INFLATE | property |
INFLATE:WarpStyle
[read-only] Since : | CS5 |
Text is inflated.
public static function get INFLATE():WarpStyle
NONE | property |
NONE:WarpStyle
[read-only] Since : | CS5 |
No warp.
public static function get NONE():WarpStyle
RISE | property |
RISE:WarpStyle
[read-only] Since : | CS5 |
Text is warped in an undulating, rising pattern.
public static function get RISE():WarpStyle
SHELLLOWER | property |
SHELLLOWER:WarpStyle
[read-only] Since : | CS5 |
Text is warped downward or to the right in the shape of a fan-like seashell.
public static function get SHELLLOWER():WarpStyle
SHELLUPPER | property |
SHELLUPPER:WarpStyle
[read-only] Since : | CS5 |
Text is warped upward or to the left in the shape of a fan-like seashell.
public static function get SHELLUPPER():WarpStyle
SQUEEZE | property |
SQUEEZE:WarpStyle
[read-only] Since : | CS5 |
Text is squeezed.
public static function get SQUEEZE():WarpStyle
TWIST | property |
TWIST:WarpStyle
[read-only] Since : | CS5 |
Text is twisted.
public static function get TWIST():WarpStyle
WAVE | property |
WAVE:WarpStyle
[read-only] Since : | CS5 |
Text is warped in the shape of a wave.
public static function get WAVE():WarpStyle
WarpStyle | () | Constructor |
public function WarpStyle(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|