BehaviorFactory class

BehaviorFactory class

Allows to create animation effects

The BehaviorFactory type exposes the following members:

Constructors

ConstructorDescription
__init__(self)

Methods

MethodDescription
create_color_effect(self)Creates color effect.
create_command_effect(self)Creates command effect.
create_filter_effect(self)Creates filter effect.
create_motion_effect(self)Creates motion effect.
create_property_effect(self)Creates property effect.
create_rotation_effect(self)Creates rotation effect.
create_scale_effect(self)Creates scale effect.
create_set_effect(self)Creates set effect.

Remarks

For COM compatibility.

See Also