AutoFit appearance of a line drawn between relationship markers
Go to Property Listing | Method Listing
addEventListener, getElements, removeEventListener, resetAllToDefaults, toSource, toSpecifier
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
Number (range 0 - 1) |
read/write |
The opacity of AutofitLineAppearance between 0.0 and 1.0 |
|
readonly |
The parent of the AutofitLineAppearance (a AutofitAppearancePreferences). |
||
read/write |
A property that allows setting of several properties at the same time. |
||
Number (range 0 - 8) |
read/write |
The weigth in point between 0 and 8 to use when drawing AutofitLineAppearance |
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) |
AutofitLineAppearance 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) |
undefined resetAllToDefaults ()
Reset the AutoFit specific data of AutofitLineAppearance to the default values
String toSource ()
Generates a string which, if executed, will return the AutofitLineAppearance.
String toSpecifier ()
Retrieves the object specifier.
AutofitAppearancePreferences.lineAppearance
Event.parent
EventListener.parent
MutationEvent.parent