public interface IBehaviorFactory
Allows to create animation effects
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.
|
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.