Package | com.adobe.incopy |
Class | public class AnchorPoint |
Inheritance | AnchorPoint ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
bottomCenterAnchor : AnchorPoint [static] [read-only] Alias for BOTTOM_CENTER_ANCHOR. | AnchorPoint | ||
BOTTOM_CENTER_ANCHOR : AnchorPoint [static] [read-only]
The center point on the bottom of the bounding box. | AnchorPoint | ||
bottomLeftAnchor : AnchorPoint [static] [read-only] Alias for BOTTOM_LEFT_ANCHOR. | AnchorPoint | ||
BOTTOM_LEFT_ANCHOR : AnchorPoint [static] [read-only]
The bottom left corner. | AnchorPoint | ||
bottomRightAnchor : AnchorPoint [static] [read-only] Alias for BOTTOM_RIGHT_ANCHOR. | AnchorPoint | ||
BOTTOM_RIGHT_ANCHOR : AnchorPoint [static] [read-only]
The bottom right corner. | AnchorPoint | ||
centerAnchor : AnchorPoint [static] [read-only] Alias for CENTER_ANCHOR. | AnchorPoint | ||
CENTER_ANCHOR : AnchorPoint [static] [read-only]
The center point in the bounding box. | AnchorPoint | ||
enumCache : CSEnumSharedCache [static] [read-only] | AnchorPoint | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
leftCenterAnchor : AnchorPoint [static] [read-only] Alias for LEFT_CENTER_ANCHOR. | AnchorPoint | ||
LEFT_CENTER_ANCHOR : AnchorPoint [static] [read-only]
The center point on the left side of the bounding box. | AnchorPoint | ||
rightCenterAnchor : AnchorPoint [static] [read-only] Alias for RIGHT_CENTER_ANCHOR. | AnchorPoint | ||
RIGHT_CENTER_ANCHOR : AnchorPoint [static] [read-only]
The center point on the right side of the bounding box. | AnchorPoint | ||
topCenterAnchor : AnchorPoint [static] [read-only] Alias for TOP_CENTER_ANCHOR. | AnchorPoint | ||
TOP_CENTER_ANCHOR : AnchorPoint [static] [read-only]
The center point on the top of the bounding box. | AnchorPoint | ||
topLeftAnchor : AnchorPoint [static] [read-only] Alias for TOP_LEFT_ANCHOR. | AnchorPoint | ||
TOP_LEFT_ANCHOR : AnchorPoint [static] [read-only]
The top left corner. | AnchorPoint | ||
topRightAnchor : AnchorPoint [static] [read-only] Alias for TOP_RIGHT_ANCHOR. | AnchorPoint | ||
TOP_RIGHT_ANCHOR : AnchorPoint [static] [read-only]
The top right corner. | AnchorPoint | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
AnchorPoint(ho:HostObject = null, enum:Number)
Constructor
| AnchorPoint | ||
![]() | 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 |
BOTTOM_CENTER_ANCHOR | property |
BOTTOM_CENTER_ANCHOR:AnchorPoint
[read-only] Since : | CS5 |
The center point on the bottom of the bounding box.
public static function get BOTTOM_CENTER_ANCHOR():AnchorPoint
BOTTOM_LEFT_ANCHOR | property |
BOTTOM_LEFT_ANCHOR:AnchorPoint
[read-only] Since : | CS5 |
The bottom left corner.
public static function get BOTTOM_LEFT_ANCHOR():AnchorPoint
BOTTOM_RIGHT_ANCHOR | property |
BOTTOM_RIGHT_ANCHOR:AnchorPoint
[read-only] Since : | CS5 |
The bottom right corner.
public static function get BOTTOM_RIGHT_ANCHOR():AnchorPoint
bottomCenterAnchor | property |
bottomCenterAnchor:AnchorPoint
[read-only] Since : | CS5 |
Alias for BOTTOM_CENTER_ANCHOR. The center point on the bottom of the bounding box.
public static function get bottomCenterAnchor():AnchorPoint
bottomLeftAnchor | property |
bottomLeftAnchor:AnchorPoint
[read-only] Since : | CS5 |
Alias for BOTTOM_LEFT_ANCHOR. The bottom left corner.
public static function get bottomLeftAnchor():AnchorPoint
bottomRightAnchor | property |
bottomRightAnchor:AnchorPoint
[read-only] Since : | CS5 |
Alias for BOTTOM_RIGHT_ANCHOR. The bottom right corner.
public static function get bottomRightAnchor():AnchorPoint
CENTER_ANCHOR | property |
CENTER_ANCHOR:AnchorPoint
[read-only] Since : | CS5 |
The center point in the bounding box.
public static function get CENTER_ANCHOR():AnchorPoint
centerAnchor | property |
centerAnchor:AnchorPoint
[read-only] Since : | CS5 |
Alias for CENTER_ANCHOR. The center point in the bounding box.
public static function get centerAnchor():AnchorPoint
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
LEFT_CENTER_ANCHOR | property |
LEFT_CENTER_ANCHOR:AnchorPoint
[read-only] Since : | CS5 |
The center point on the left side of the bounding box.
public static function get LEFT_CENTER_ANCHOR():AnchorPoint
leftCenterAnchor | property |
leftCenterAnchor:AnchorPoint
[read-only] Since : | CS5 |
Alias for LEFT_CENTER_ANCHOR. The center point on the left side of the bounding box.
public static function get leftCenterAnchor():AnchorPoint
RIGHT_CENTER_ANCHOR | property |
RIGHT_CENTER_ANCHOR:AnchorPoint
[read-only] Since : | CS5 |
The center point on the right side of the bounding box.
public static function get RIGHT_CENTER_ANCHOR():AnchorPoint
rightCenterAnchor | property |
rightCenterAnchor:AnchorPoint
[read-only] Since : | CS5 |
Alias for RIGHT_CENTER_ANCHOR. The center point on the right side of the bounding box.
public static function get rightCenterAnchor():AnchorPoint
TOP_CENTER_ANCHOR | property |
TOP_CENTER_ANCHOR:AnchorPoint
[read-only] Since : | CS5 |
The center point on the top of the bounding box.
public static function get TOP_CENTER_ANCHOR():AnchorPoint
TOP_LEFT_ANCHOR | property |
TOP_LEFT_ANCHOR:AnchorPoint
[read-only] Since : | CS5 |
The top left corner.
public static function get TOP_LEFT_ANCHOR():AnchorPoint
TOP_RIGHT_ANCHOR | property |
TOP_RIGHT_ANCHOR:AnchorPoint
[read-only] Since : | CS5 |
The top right corner.
public static function get TOP_RIGHT_ANCHOR():AnchorPoint
topCenterAnchor | property |
topCenterAnchor:AnchorPoint
[read-only] Since : | CS5 |
Alias for TOP_CENTER_ANCHOR. The center point on the top of the bounding box.
public static function get topCenterAnchor():AnchorPoint
topLeftAnchor | property |
topLeftAnchor:AnchorPoint
[read-only] Since : | CS5 |
Alias for TOP_LEFT_ANCHOR. The top left corner.
public static function get topLeftAnchor():AnchorPoint
topRightAnchor | property |
topRightAnchor:AnchorPoint
[read-only] Since : | CS5 |
Alias for TOP_RIGHT_ANCHOR. The top right corner.
public static function get topRightAnchor():AnchorPoint
AnchorPoint | () | Constructor |
public function AnchorPoint(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|