FindChangeGradientFeatherSetting
Gradient feather effect settings.
Go to Property Listing | Method Listing
Methods:
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Objects:
Boolean, EventListeners, Events, GradientType, NothingEnum, Object, OpacityGradientStops,
Hierarchy:
Superclass: GradientFeatherSetting
Class: FindChangeGradientFeatherSetting
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
Real(-180-180) |
read/write |
The angle of the gradient feather. Can return: Real (-180 - 180) or NothingEnum enumerator. |
|
read/write |
If true, the gradient feather effect is applied. Can return: Boolean or NothingEnum enumerator. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
Array of 2 Units |
read/write |
The center point (for a radial gradient) or starting point (for a linear gradient) applied to the fill, as page coordinates in the format [x, y]. Can return: Array of 2 Units or NothingEnum enumerator. |
|
Real |
read/write |
The hilite angle of the radial gradient feather. Can return: Real or NothingEnum enumerator. |
|
Unit |
read/write |
The hilite length of the radial gradient feather. Can return: Unit or NothingEnum enumerator. |
|
readonly |
Returns true if the object specifier resolves to valid objects. |
||
Unit |
read/write |
The length of the axial gradient, or radius of the radial gradient. Can return: Unit or NothingEnum enumerator. |
|
readonly |
A collection of opacity gradient stops. |
||
FindChangeFillTransparencySetting FindChangeStrokeTransparencySetting |
readonly |
The parent of the FindChangeGradientFeatherSetting (a FindChangeTransparencySetting, FindChangeStrokeTransparencySetting, FindChangeFillTransparencySetting or FindChangeContentTransparencySetting). |
|
read/write |
A property that allows setting of several properties at the same time. |
||
read/write |
The type of gradient. Can return: GradientType enumerator or NothingEnum enumerator. |
Method Listing
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
FindChangeGradientFeatherSetting getElements ()
Resolves the object specifier, creating an array of object references.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the FindChangeGradientFeatherSetting.
String toSpecifier ()
Retrieves the object specifier.
Object of
FindChangeTransparencySetting.gradientFeatherSettings
FindChangeStrokeTransparencySetting.gradientFeatherSettings
FindChangeFillTransparencySetting.gradientFeatherSettings
FindChangeContentTransparencySetting.gradientFeatherSettings
Event.parent
EventListener.parent
MutationEvent.parent
OpacityGradientStop.parent