BehaviorFactory

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IBehaviorFactory

public class BehaviorFactory implements IBehaviorFactory

Allows to create animation effects


For COM compatibility.

Constructors

ConstructorDescription
BehaviorFactory()

Methods

MethodDescription
createColorEffect()Creates color effect.
createCommandEffect()Creates command effect.
createFilterEffect()Creates filter effect.
createMotionEffect()Creates motion effect.
createPropertyEffect()Creates property effect.
createRotationEffect()Creates rotation effect.
createScaleEffect()Creates scale effect.
createSetEffect()Creates set effect.

BehaviorFactory()

public BehaviorFactory()

createColorEffect()

public final IColorEffect createColorEffect()

Creates color effect.

Returns: IColorEffect - Color effect.

createCommandEffect()

public final ICommandEffect createCommandEffect()

Creates command effect.

Returns: ICommandEffect - Command effect.

createFilterEffect()

public final IFilterEffect createFilterEffect()

Creates filter effect.

Returns: IFilterEffect - Filter effect.

createMotionEffect()

public final IMotionEffect createMotionEffect()

Creates motion effect.

Returns: IMotionEffect - Motion effect.

createPropertyEffect()

public final IPropertyEffect createPropertyEffect()

Creates property effect.

Returns: IPropertyEffect - Property effect.

createRotationEffect()

public final IRotationEffect createRotationEffect()

Creates rotation effect.

Returns: IRotationEffect - Rotation effect.

createScaleEffect()

public final IScaleEffect createScaleEffect()

Creates scale effect.

Returns: IScaleEffect - Scale effect.

createSetEffect()

public final ISetEffect createSetEffect()

Creates set effect.

Returns: ISetEffect - Set effect.