Static
makeReturns the child layer that exists at the specified index.
The child layer at the specified index position.
The index position of the child layer.
Changes the position of an existing child layer in the composition. This affects the layering of child layers.
The child layer for which you want to change the index number.
The resulting index number for the child layer.
Add a PAGLayer to current PAGComposition at the top. If you add a layer that already has a different PAGComposition object as a parent, the layer is removed from the other PAGComposition object.
Remove the specified PAGLayer from current PAGComposition.
Remove the specified PAGLayer from current PAGComposition.
Returns an array of layers that match the specified layer name.
Returns an array of layers that lie under the specified point. The point is in pixels and from this PAGComposition's local coordinates.
Returns the parent PAGComposition of current PAGLayer.
Returns this layer as a type layer.
Generated using TypeDoc
Make a empty PAGComposition with specified size.