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 IBehaviorFactory
public final ICommandEffect createCommandEffect()
Creates command effect.
createCommandEffect
in interface IBehaviorFactory
public final IFilterEffect createFilterEffect()
Creates filter effect.
createFilterEffect
in interface IBehaviorFactory
public final IMotionEffect createMotionEffect()
Creates motion effect.
createMotionEffect
in interface IBehaviorFactory
public final IPropertyEffect createPropertyEffect()
Creates property effect.
createPropertyEffect
in interface IBehaviorFactory
public final IRotationEffect createRotationEffect()
Creates rotation effect.
createRotationEffect
in interface IBehaviorFactory
public final IScaleEffect createScaleEffect()
Creates scale effect.
createScaleEffect
in interface IBehaviorFactory
public final ISetEffect createSetEffect()
Creates set effect.
createSetEffect
in interface IBehaviorFactory