com.aspose.slides
Class BehaviorFactory

java.lang.Object
  extended by com.aspose.slides.BehaviorFactory
All Implemented Interfaces:
IBehaviorFactory

public class BehaviorFactory
extends java.lang.Object
implements IBehaviorFactory

Allows to create animation effects


For COM compatibility


Constructor Summary
BehaviorFactory()
           
 
Method Summary
 IColorEffect createColorEffect()
           
 ICommandEffect createCommandEffect()
           
 IFilterEffect createFilterEffect()
           
 IMotionEffect createMotionEffect()
           
 IPropertyEffect createPropertyEffect()
           
 IRotationEffect createRotationEffect()
           
 IScaleEffect createScaleEffect()
           
 ISetEffect createSetEffect()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BehaviorFactory

public BehaviorFactory()
Method Detail

createColorEffect

public IColorEffect createColorEffect()
Specified by:
createColorEffect in interface IBehaviorFactory

createCommandEffect

public ICommandEffect createCommandEffect()
Specified by:
createCommandEffect in interface IBehaviorFactory

createFilterEffect

public IFilterEffect createFilterEffect()
Specified by:
createFilterEffect in interface IBehaviorFactory

createMotionEffect

public IMotionEffect createMotionEffect()
Specified by:
createMotionEffect in interface IBehaviorFactory

createPropertyEffect

public IPropertyEffect createPropertyEffect()
Specified by:
createPropertyEffect in interface IBehaviorFactory

createRotationEffect

public IRotationEffect createRotationEffect()
Specified by:
createRotationEffect in interface IBehaviorFactory

createScaleEffect

public IScaleEffect createScaleEffect()
Specified by:
createScaleEffect in interface IBehaviorFactory

createSetEffect

public ISetEffect createSetEffect()
Specified by:
createSetEffect in interface IBehaviorFactory


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.