Package | com.adobe.photoshop |
Class | public class ToolType |
Inheritance | ToolType ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
ARTHISTORYBRUSH : ToolType [static] [read-only]
Art history brush. | ToolType | ||
BACKGROUNDERASER : ToolType [static] [read-only]
Background eraser. | ToolType | ||
BLUR : ToolType [static] [read-only]
Blur. | ToolType | ||
BRUSH : ToolType [static] [read-only]
Brush. | ToolType | ||
BURN : ToolType [static] [read-only]
Burn. | ToolType | ||
CLONESTAMP : ToolType [static] [read-only]
Clone stamp. | ToolType | ||
COLORREPLACEMENTTOOL : ToolType [static] [read-only]
Color replacement tool. | ToolType | ||
DODGE : ToolType [static] [read-only]
Dodge. | ToolType | ||
enumCache : CSEnumSharedCache [static] [read-only] | ToolType | ||
ERASER : ToolType [static] [read-only]
Eraser. | ToolType | ||
HEALINGBRUSH : ToolType [static] [read-only]
Healing brush. | ToolType | ||
HISTORYBRUSH : ToolType [static] [read-only]
History brush. | ToolType | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
PATTERNSTAMP : ToolType [static] [read-only]
Pattern stamp. | ToolType | ||
PENCIL : ToolType [static] [read-only]
Pencil. | ToolType | ||
SHARPEN : ToolType [static] [read-only]
Sharpen. | ToolType | ||
SMUDGE : ToolType [static] [read-only]
Smudge. | ToolType | ||
SPONGE : ToolType [static] [read-only]
Sponge. | ToolType | ||
![]() | value : Object [override] [read-only]
Returns the object value
| PhotoshopEnumBase |
Method | Defined By | ||
---|---|---|---|
ToolType(ho:HostObject = null, enum:Number)
Constructor
| ToolType | ||
![]() | 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 |
ARTHISTORYBRUSH | property |
ARTHISTORYBRUSH:ToolType
[read-only] Since : | CS5 |
Art history brush.
public static function get ARTHISTORYBRUSH():ToolType
BACKGROUNDERASER | property |
BACKGROUNDERASER:ToolType
[read-only] Since : | CS5 |
Background eraser.
public static function get BACKGROUNDERASER():ToolType
BLUR | property |
BLUR:ToolType
[read-only] Since : | CS5 |
Blur.
public static function get BLUR():ToolType
BRUSH | property |
BRUSH:ToolType
[read-only] Since : | CS5 |
Brush.
public static function get BRUSH():ToolType
BURN | property |
BURN:ToolType
[read-only] Since : | CS5 |
Burn.
public static function get BURN():ToolType
CLONESTAMP | property |
CLONESTAMP:ToolType
[read-only] Since : | CS5 |
Clone stamp.
public static function get CLONESTAMP():ToolType
COLORREPLACEMENTTOOL | property |
COLORREPLACEMENTTOOL:ToolType
[read-only] Since : | CS5 |
Color replacement tool.
public static function get COLORREPLACEMENTTOOL():ToolType
DODGE | property |
DODGE:ToolType
[read-only] Since : | CS5 |
Dodge.
public static function get DODGE():ToolType
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
ERASER | property |
ERASER:ToolType
[read-only] Since : | CS5 |
Eraser.
public static function get ERASER():ToolType
HEALINGBRUSH | property |
HEALINGBRUSH:ToolType
[read-only] Since : | CS5 |
Healing brush.
public static function get HEALINGBRUSH():ToolType
HISTORYBRUSH | property |
HISTORYBRUSH:ToolType
[read-only] Since : | CS5 |
History brush.
public static function get HISTORYBRUSH():ToolType
PATTERNSTAMP | property |
PATTERNSTAMP:ToolType
[read-only] Since : | CS5 |
Pattern stamp.
public static function get PATTERNSTAMP():ToolType
PENCIL | property |
PENCIL:ToolType
[read-only] Since : | CS5 |
Pencil.
public static function get PENCIL():ToolType
SHARPEN | property |
SHARPEN:ToolType
[read-only] Since : | CS5 |
Sharpen.
public static function get SHARPEN():ToolType
SMUDGE | property |
SMUDGE:ToolType
[read-only] Since : | CS5 |
Smudge.
public static function get SMUDGE():ToolType
SPONGE | property |
SPONGE:ToolType
[read-only] Since : | CS5 |
Sponge.
public static function get SPONGE():ToolType
ToolType | () | Constructor |
public function ToolType(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|