BehaviorFactory class

BehaviorFactory class

Allows to create animation effects

The BehaviorFactory type exposes the following members:

Constructors

ConstructorDescription
__init__

Methods

MethodDescription
create_color_effectCreates color effect.
create_command_effectCreates command effect.
create_filter_effectCreates filter effect.
create_motion_effectCreates motion effect.
create_property_effectCreates property effect.
create_rotation_effectCreates rotation effect.
create_scale_effectCreates scale effect.
create_set_effectCreates set effect.

Remarks

For COM compatibility.

See Also