Defines classes for node declarations that represent ordinary boxes.
Bases: fbrelation.declarations.node.base.NodeDeclaration
Represents an animation node associated with an ordinary box.
Initializes a new declaration object for a box node, storing the given node name for use in finding the animation node within the box.
Overridden to find the associated node by name within the given FBBox object.
| Returns: | the FBAnimationNode that corresponds to this declaration. |
|---|---|
| Raises : | an ExecutionError if no matching node is found. |