Package | com.adobe.photoshop |
Class | public class DescValueType |
Inheritance | DescValueType ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
ALIASTYPE : DescValueType [static] [read-only]
Alias. | DescValueType | ||
BOOLEANTYPE : DescValueType [static] [read-only]
Boolean. | DescValueType | ||
CLASSTYPE : DescValueType [static] [read-only]
Class. | DescValueType | ||
DOUBLETYPE : DescValueType [static] [read-only]
Double. | DescValueType | ||
enumCache : CSEnumSharedCache [static] [read-only] | DescValueType | ||
ENUMERATEDTYPE : DescValueType [static] [read-only]
Enumeration. | DescValueType | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
INTEGERTYPE : DescValueType [static] [read-only]
Integer. | DescValueType | ||
LISTTYPE : DescValueType [static] [read-only]
Action list. | DescValueType | ||
OBJECTTYPE : DescValueType [static] [read-only]
Object. | DescValueType | ||
RAWTYPE : DescValueType [static] [read-only]
Raw. | DescValueType | ||
REFERENCETYPE : DescValueType [static] [read-only]
Reference. | DescValueType | ||
STRINGTYPE : DescValueType [static] [read-only]
String. | DescValueType | ||
UNITDOUBLE : DescValueType [static] [read-only]
Unit value of type double. | DescValueType | ||
![]() | value : Object [override] [read-only]
Returns the object value
| PhotoshopEnumBase |
Method | Defined By | ||
---|---|---|---|
DescValueType(ho:HostObject = null, enum:Number)
Constructor
| DescValueType | ||
![]() | 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 |
ALIASTYPE | property |
ALIASTYPE:DescValueType
[read-only] Since : | CS5 |
Alias.
public static function get ALIASTYPE():DescValueType
BOOLEANTYPE | property |
BOOLEANTYPE:DescValueType
[read-only] Since : | CS5 |
Boolean.
public static function get BOOLEANTYPE():DescValueType
CLASSTYPE | property |
CLASSTYPE:DescValueType
[read-only] Since : | CS5 |
Class.
public static function get CLASSTYPE():DescValueType
DOUBLETYPE | property |
DOUBLETYPE:DescValueType
[read-only] Since : | CS5 |
Double.
public static function get DOUBLETYPE():DescValueType
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
ENUMERATEDTYPE | property |
ENUMERATEDTYPE:DescValueType
[read-only] Since : | CS5 |
Enumeration.
public static function get ENUMERATEDTYPE():DescValueType
INTEGERTYPE | property |
INTEGERTYPE:DescValueType
[read-only] Since : | CS5 |
Integer.
public static function get INTEGERTYPE():DescValueType
LISTTYPE | property |
LISTTYPE:DescValueType
[read-only] Since : | CS5 |
Action list.
public static function get LISTTYPE():DescValueType
OBJECTTYPE | property |
OBJECTTYPE:DescValueType
[read-only] Since : | CS5 |
Object.
public static function get OBJECTTYPE():DescValueType
RAWTYPE | property |
RAWTYPE:DescValueType
[read-only] Since : | CS5 |
Raw.
public static function get RAWTYPE():DescValueType
REFERENCETYPE | property |
REFERENCETYPE:DescValueType
[read-only] Since : | CS5 |
Reference.
public static function get REFERENCETYPE():DescValueType
STRINGTYPE | property |
STRINGTYPE:DescValueType
[read-only] Since : | CS5 |
String.
public static function get STRINGTYPE():DescValueType
UNITDOUBLE | property |
UNITDOUBLE:DescValueType
[read-only] Since : | CS5 |
Unit value of type double.
public static function get UNITDOUBLE():DescValueType
DescValueType | () | Constructor |
public function DescValueType(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|