Package | com.adobe.indesign |
Class | public class ArrowHead |
Inheritance | ArrowHead ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
barArrowHead : ArrowHead [static] [read-only] Alias for BAR_ARROW_HEAD. | ArrowHead | ||
BAR_ARROW_HEAD : ArrowHead [static] [read-only]
A vertical bar bisected by the stroke, which meets the stroke at a right angle and is the same weight as the stroke. | ArrowHead | ||
barbedArrowHead : ArrowHead [static] [read-only] Alias for BARBED_ARROW_HEAD. | ArrowHead | ||
BARBED_ARROW_HEAD : ArrowHead [static] [read-only]
A solid arrow head whose pierced end bows sharply toward the point and whose point describes a 45-degree angle. | ArrowHead | ||
circleArrowHead : ArrowHead [static] [read-only] Alias for CIRCLE_ARROW_HEAD. | ArrowHead | ||
CIRCLE_ARROW_HEAD : ArrowHead [static] [read-only]
A hollow circle whose outline is the same weight as the stroke. | ArrowHead | ||
circleSolidArrowHead : ArrowHead [static] [read-only] Alias for CIRCLE_SOLID_ARROW_HEAD. | ArrowHead | ||
CIRCLE_SOLID_ARROW_HEAD : ArrowHead [static] [read-only]
A solid circle whose diameter is 5 times the stroke width. | ArrowHead | ||
curvedArrowHead : ArrowHead [static] [read-only] Alias for CURVED_ARROW_HEAD. | ArrowHead | ||
CURVED_ARROW_HEAD : ArrowHead [static] [read-only]
A solid arrow head whose pierced end concaves toward the point and whose point describes a 45-degree angle. | ArrowHead | ||
enumCache : CSEnumSharedCache [static] [read-only] | ArrowHead | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
none : ArrowHead [static] [read-only] Alias for NONE. | ArrowHead | ||
NONE : ArrowHead [static] [read-only]
None. | ArrowHead | ||
simpleArrowHead : ArrowHead [static] [read-only] Alias for SIMPLE_ARROW_HEAD. | ArrowHead | ||
SIMPLE_ARROW_HEAD : ArrowHead [static] [read-only]
An arrow head formed by two slanting lines whose intersection forms a 45-degree angle and whose stroke weight is the same as the path's stroke. | ArrowHead | ||
simpleWideArrowHead : ArrowHead [static] [read-only] Alias for SIMPLE_WIDE_ARROW_HEAD. | ArrowHead | ||
SIMPLE_WIDE_ARROW_HEAD : ArrowHead [static] [read-only]
An arrow head formed by two slanting lines whose intersection forms a 90-degree angle and whose stroke weight is the same as the path's stroke. | ArrowHead | ||
squareArrowHead : ArrowHead [static] [read-only] Alias for SQUARE_ARROW_HEAD. | ArrowHead | ||
SQUARE_ARROW_HEAD : ArrowHead [static] [read-only]
A hollow square set perpendicular to the path, whose outline is the same weight as the stroke. | ArrowHead | ||
squareSolidArrowHead : ArrowHead [static] [read-only] Alias for SQUARE_SOLID_ARROW_HEAD. | ArrowHead | ||
SQUARE_SOLID_ARROW_HEAD : ArrowHead [static] [read-only]
A solid square set perpendicular to the end of the path. | ArrowHead | ||
triangleArrowHead : ArrowHead [static] [read-only] Alias for TRIANGLE_ARROW_HEAD. | ArrowHead | ||
TRIANGLE_ARROW_HEAD : ArrowHead [static] [read-only]
A solid triangle arrow head whose point describes a 45-degree angle. | ArrowHead | ||
triangleWideArrowHead : ArrowHead [static] [read-only] Alias for TRIANGLE_WIDE_ARROW_HEAD. | ArrowHead | ||
TRIANGLE_WIDE_ARROW_HEAD : ArrowHead [static] [read-only]
A solid triangle arrow head whose point describes a 90-degree angle. | ArrowHead | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
ArrowHead(ho:HostObject = null, enum:Number)
Constructor
| ArrowHead | ||
![]() | 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 |
BAR_ARROW_HEAD | property |
BAR_ARROW_HEAD:ArrowHead
[read-only] Since : | CS5 |
A vertical bar bisected by the stroke, which meets the stroke at a right angle and is the same weight as the stroke. The bar's length is 4.5 times the stroke width.
public static function get BAR_ARROW_HEAD():ArrowHead
barArrowHead | property |
barArrowHead:ArrowHead
[read-only] Since : | CS5 |
Alias for BAR_ARROW_HEAD. A vertical bar bisected by the stroke, which meets the stroke at a right angle and is the same weight as the stroke. The bar's length is 4.5 times the stroke width.
public static function get barArrowHead():ArrowHead
BARBED_ARROW_HEAD | property |
BARBED_ARROW_HEAD:ArrowHead
[read-only] Since : | CS5 |
A solid arrow head whose pierced end bows sharply toward the point and whose point describes a 45-degree angle.
public static function get BARBED_ARROW_HEAD():ArrowHead
barbedArrowHead | property |
barbedArrowHead:ArrowHead
[read-only] Since : | CS5 |
Alias for BARBED_ARROW_HEAD. A solid arrow head whose pierced end bows sharply toward the point and whose point describes a 45-degree angle.
public static function get barbedArrowHead():ArrowHead
CIRCLE_ARROW_HEAD | property |
CIRCLE_ARROW_HEAD:ArrowHead
[read-only] Since : | CS5 |
A hollow circle whose outline is the same weight as the stroke. The circle's diameter is 5 times the stroke width.
public static function get CIRCLE_ARROW_HEAD():ArrowHead
CIRCLE_SOLID_ARROW_HEAD | property |
CIRCLE_SOLID_ARROW_HEAD:ArrowHead
[read-only] Since : | CS5 |
A solid circle whose diameter is 5 times the stroke width.
public static function get CIRCLE_SOLID_ARROW_HEAD():ArrowHead
circleArrowHead | property |
circleArrowHead:ArrowHead
[read-only] Since : | CS5 |
Alias for CIRCLE_ARROW_HEAD. A hollow circle whose outline is the same weight as the stroke. The circle's diameter is 5 times the stroke width.
public static function get circleArrowHead():ArrowHead
circleSolidArrowHead | property |
circleSolidArrowHead:ArrowHead
[read-only] Since : | CS5 |
Alias for CIRCLE_SOLID_ARROW_HEAD. A solid circle whose diameter is 5 times the stroke width.
public static function get circleSolidArrowHead():ArrowHead
CURVED_ARROW_HEAD | property |
CURVED_ARROW_HEAD:ArrowHead
[read-only] Since : | CS5 |
A solid arrow head whose pierced end concaves toward the point and whose point describes a 45-degree angle.
public static function get CURVED_ARROW_HEAD():ArrowHead
curvedArrowHead | property |
curvedArrowHead:ArrowHead
[read-only] Since : | CS5 |
Alias for CURVED_ARROW_HEAD. A solid arrow head whose pierced end concaves toward the point and whose point describes a 45-degree angle.
public static function get curvedArrowHead():ArrowHead
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
none | property |
none:ArrowHead
[read-only] Since : | CS5 |
Alias for NONE. None.
public static function get none():ArrowHead
NONE | property |
NONE:ArrowHead
[read-only] Since : | CS5 |
None.
public static function get NONE():ArrowHead
SIMPLE_ARROW_HEAD | property |
SIMPLE_ARROW_HEAD:ArrowHead
[read-only] Since : | CS5 |
An arrow head formed by two slanting lines whose intersection forms a 45-degree angle and whose stroke weight is the same as the path's stroke.
public static function get SIMPLE_ARROW_HEAD():ArrowHead
SIMPLE_WIDE_ARROW_HEAD | property |
SIMPLE_WIDE_ARROW_HEAD:ArrowHead
[read-only] Since : | CS5 |
An arrow head formed by two slanting lines whose intersection forms a 90-degree angle and whose stroke weight is the same as the path's stroke.
public static function get SIMPLE_WIDE_ARROW_HEAD():ArrowHead
simpleArrowHead | property |
simpleArrowHead:ArrowHead
[read-only] Since : | CS5 |
Alias for SIMPLE_ARROW_HEAD. An arrow head formed by two slanting lines whose intersection forms a 45-degree angle and whose stroke weight is the same as the path's stroke.
public static function get simpleArrowHead():ArrowHead
simpleWideArrowHead | property |
simpleWideArrowHead:ArrowHead
[read-only] Since : | CS5 |
Alias for SIMPLE_WIDE_ARROW_HEAD. An arrow head formed by two slanting lines whose intersection forms a 90-degree angle and whose stroke weight is the same as the path's stroke.
public static function get simpleWideArrowHead():ArrowHead
SQUARE_ARROW_HEAD | property |
SQUARE_ARROW_HEAD:ArrowHead
[read-only] Since : | CS5 |
A hollow square set perpendicular to the path, whose outline is the same weight as the stroke. The length of one side of the square is 5 times the stroke width.
public static function get SQUARE_ARROW_HEAD():ArrowHead
SQUARE_SOLID_ARROW_HEAD | property |
SQUARE_SOLID_ARROW_HEAD:ArrowHead
[read-only] Since : | CS5 |
A solid square set perpendicular to the end of the path. The length of one side of the square is 5 times the stroke width.
public static function get SQUARE_SOLID_ARROW_HEAD():ArrowHead
squareArrowHead | property |
squareArrowHead:ArrowHead
[read-only] Since : | CS5 |
Alias for SQUARE_ARROW_HEAD. A hollow square set perpendicular to the path, whose outline is the same weight as the stroke. The length of one side of the square is 5 times the stroke width.
public static function get squareArrowHead():ArrowHead
squareSolidArrowHead | property |
squareSolidArrowHead:ArrowHead
[read-only] Since : | CS5 |
Alias for SQUARE_SOLID_ARROW_HEAD. A solid square set perpendicular to the end of the path. The length of one side of the square is 5 times the stroke width.
public static function get squareSolidArrowHead():ArrowHead
TRIANGLE_ARROW_HEAD | property |
TRIANGLE_ARROW_HEAD:ArrowHead
[read-only] Since : | CS5 |
A solid triangle arrow head whose point describes a 45-degree angle.
public static function get TRIANGLE_ARROW_HEAD():ArrowHead
TRIANGLE_WIDE_ARROW_HEAD | property |
TRIANGLE_WIDE_ARROW_HEAD:ArrowHead
[read-only] Since : | CS5 |
A solid triangle arrow head whose point describes a 90-degree angle.
public static function get TRIANGLE_WIDE_ARROW_HEAD():ArrowHead
triangleArrowHead | property |
triangleArrowHead:ArrowHead
[read-only] Since : | CS5 |
Alias for TRIANGLE_ARROW_HEAD. A solid triangle arrow head whose point describes a 45-degree angle.
public static function get triangleArrowHead():ArrowHead
triangleWideArrowHead | property |
triangleWideArrowHead:ArrowHead
[read-only] Since : | CS5 |
Alias for TRIANGLE_WIDE_ARROW_HEAD. A solid triangle arrow head whose point describes a 90-degree angle.
public static function get triangleWideArrowHead():ArrowHead
ArrowHead | () | Constructor |
public function ArrowHead(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|