public class BehaviorFactory extends java.lang.Object implements IBehaviorFactory
Allows to create animation effects
| Constructor and Description |
|---|
BehaviorFactory() |
| Modifier and Type | Method and Description |
|---|---|
IColorEffect |
createColorEffect()
Creates color effect.
|
ICommandEffect |
createCommandEffect()
Creates command effect.
|
IFilterEffect |
createFilterEffect()
Creates filter effect.
|
IMotionEffect |
createMotionEffect()
Creates motion effect.
|
IPropertyEffect |
createPropertyEffect()
Creates property effect.
|
IRotationEffect |
createRotationEffect()
Creates rotation effect.
|
IScaleEffect |
createScaleEffect()
Creates scale effect.
|
ISetEffect |
createSetEffect()
Creates set effect.
|
public final IColorEffect createColorEffect()
Creates color effect.
createColorEffect in interface IBehaviorFactorypublic final ICommandEffect createCommandEffect()
Creates command effect.
createCommandEffect in interface IBehaviorFactorypublic final IFilterEffect createFilterEffect()
Creates filter effect.
createFilterEffect in interface IBehaviorFactorypublic final IMotionEffect createMotionEffect()
Creates motion effect.
createMotionEffect in interface IBehaviorFactorypublic final IPropertyEffect createPropertyEffect()
Creates property effect.
createPropertyEffect in interface IBehaviorFactorypublic final IRotationEffect createRotationEffect()
Creates rotation effect.
createRotationEffect in interface IBehaviorFactorypublic final IScaleEffect createScaleEffect()
Creates scale effect.
createScaleEffect in interface IBehaviorFactorypublic final ISetEffect createSetEffect()
Creates set effect.
createSetEffect in interface IBehaviorFactoryCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.