Package | com.adobe.photoshop |
Class | public class Layer |
Inheritance | Layer ![]() ![]() ![]() |
Subclasses | ArtLayer, LayerSet |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
allLocked : Boolean
If true, the layer's contents and settings are locked. | Layer | ||
blendMode : BlendMode
The mode to use when compositing an object. | Layer | ||
bounds : Array [read-only]
Bounding rectangle of the Layer. | Layer | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
linkedLayers : Array [read-only]
The layers linked to this layer. | Layer | ||
name : String
The name of the layer. | Layer | ||
opacity : Number
The layer's master opacity (as a percentage). | Layer | ||
![]() | parent : * [read-only] | PhotoshopHostObject | |
visible : Boolean
If true, the layer is visible. | Layer | ||
xmpMetadata : XmpMetadata [read-only]
The XMP properties of the document. | Layer |
Method | Defined By | ||
---|---|---|---|
create a duplicate of the object
| Layer | ||
![]() | 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 | |
Links the layer with the specified layer. | Layer | ||
move(relativeObject:Object, insertionLocation:ElementPlacement):void
move the object
| Layer | ||
remove():void
delete the object
| Layer | ||
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
resize(horizontal:Number = 100, vertical:Number = 100, anchor:AnchorPosition = null):void
Scales the object. | Layer | ||
rotate(angle:Number, anchor:AnchorPosition = null):void
Rotates the object. | Layer | ||
translate(deltaX:Object = null, deltaY:Object = null):void
Moves the object relative to its current position. | Layer | ||
unlink():void
Unlinks the layer. | Layer | ||
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
allLocked | property |
allLocked:Boolean
Since : | CS5 |
If true, the layer's contents and settings are locked.
public function get allLocked():Boolean
public function set allLocked(value:Boolean):void
blendMode | property |
blendMode:BlendMode
Since : | CS5 |
The mode to use when compositing an object.
public function get blendMode():BlendMode
public function set blendMode(value:BlendMode):void
bounds | property |
bounds:Array
[read-only] Since : | CS5 |
Bounding rectangle of the Layer.
public function get bounds():Array
linkedLayers | property |
linkedLayers:Array
[read-only] Since : | CS5 |
The layers linked to this layer.
public function get linkedLayers():Array
name | property |
name:String
Since : | CS5 |
The name of the layer.
public function get name():String
public function set name(value:String):void
opacity | property |
opacity:Number
Since : | CS5 |
The layer's master opacity (as a percentage). Range: 0.0 to 100.0. ( 0.0 - 100.0 )
public function get opacity():Number
public function set opacity(value:Number):void
visible | property |
visible:Boolean
Since : | CS5 |
If true, the layer is visible.
public function get visible():Boolean
public function set visible(value:Boolean):void
xmpMetadata | property |
xmpMetadata:XmpMetadata
[read-only] Since : | CS5 |
The XMP properties of the document. The Camera RAW settings are stored here.
public function get xmpMetadata():XmpMetadata
duplicate | () | method |
public function duplicate(relativeObject:Object = null, insertionLocation:ElementPlacement = null):Layer
Since : | CS5 |
create a duplicate of the object
Parameters
relativeObject:Object (default = null ) — (Object)
| |
insertionLocation:ElementPlacement (default = null ) — (com.adobe.photoshop.ElementPlacement) ( default: ElementPlacement.INSIDE )
|
Layer |
link | () | method |
public function link(_with:Layer):void
Since : | CS5 |
Links the layer with the specified layer.
Parameters
_with:Layer — (com.adobe.photoshop.Layer) The layer to link to.
|
move | () | method |
public function move(relativeObject:Object, insertionLocation:ElementPlacement):void
Since : | CS5 |
move the object
Parameters
relativeObject:Object — (Object)
| |
insertionLocation:ElementPlacement — (com.adobe.photoshop.ElementPlacement)
|
remove | () | method |
public function remove():void
Since : | CS5 |
delete the object
resize | () | method |
public function resize(horizontal:Number = 100, vertical:Number = 100, anchor:AnchorPosition = null):void
Since : | CS5 |
Scales the object.
Parameters
horizontal:Number (default = 100 ) — (Number) The amount to scale the object horizontally (as a percentage). ( default: 100.0 )
| |
vertical:Number (default = 100 ) — (Number) The amount to scale the object vertically (as a percentage). ( default: 100.0 )
| |
anchor:AnchorPosition (default = null ) — (com.adobe.photoshop.AnchorPosition) The point to resize about. ( default: AnchorPosition.MIDDLECENTER )
|
rotate | () | method |
public function rotate(angle:Number, anchor:AnchorPosition = null):void
Since : | CS5 |
Rotates the object.
Parameters
angle:Number — (Number) The number of degrees to rotate the object.
| |
anchor:AnchorPosition (default = null ) — (com.adobe.photoshop.AnchorPosition) The point to rotate about. ( default: AnchorPosition.MIDDLECENTER )
|
translate | () | method |
public function translate(deltaX:Object = null, deltaY:Object = null):void
Since : | CS5 |
Moves the object relative to its current position.
Parameters
deltaX:Object (default = null ) — (Object) The amount to move the object horizontally.
| |
deltaY:Object (default = null ) — (Object) The amount to move the object vertically.
|
unlink | () | method |
public function unlink():void
Since : | CS5 |
Unlinks the layer.