Static
makeReturns the child layer that exists at the specified index.
The index position of the child layer.
The child layer at the specified index position.
Returns the index position of a child layer.
The layer instance to identify.
The index position of the child layer to identify.
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.
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.
Check whether current PAGComposition contains the specified pagLayer.
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 layer's display matrix by combining its matrix) property with the current animation matrix from the AE timeline. This does not include the parent layer's matrix. To calculate the final bounds relative to the PAGSurface, use the PAGPlayer::getBounds(PAGLayer layer) method directly.
Returns the parent PAGComposition of current PAGLayer.
Returns this layer as a type layer.
Generated using TypeDoc
Make a empty PAGComposition with specified size.