com.aspose.slides.pptx.animation
Class FilterEffectEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.BehaviorEx
      extended by com.aspose.slides.pptx.animation.FilterEffectEx

public class FilterEffectEx
extends BehaviorEx

Filter animation effect.


Constructor Summary
FilterEffectEx()
          Default constructor.
 
Method Summary
 FilterEffectRevealTypeEx getReveal()
          Returns the reveal type (in/out) of a filter effect.
 FilterEffectSubtypeEx getSubtype()
          Returns the subtype of a filter effect.
 FilterEffectTypeEx getType()
          Returns the type of a filter effect.
 void setReveal(FilterEffectRevealTypeEx value)
          Sets the reveal type (in/out) of a filter effect.
 void setSubtype(FilterEffectSubtypeEx value)
          Sets the subtype of a filter effect.
 void setType(FilterEffectTypeEx value)
          Sets the type of a filter effect.
 
Methods inherited from class com.aspose.slides.pptx.animation.BehaviorEx
getProperties, getTiming, isAccumulate, isAdditive, setAccumulate, setAdditive, setTiming
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterEffectEx

public FilterEffectEx()
Default constructor.

Method Detail

getReveal

public FilterEffectRevealTypeEx getReveal()
Returns the reveal type (in/out) of a filter effect.


setReveal

public void setReveal(FilterEffectRevealTypeEx value)
Sets the reveal type (in/out) of a filter effect.


getType

public FilterEffectTypeEx getType()
Returns the type of a filter effect.


setType

public void setType(FilterEffectTypeEx value)
Sets the type of a filter effect.


getSubtype

public FilterEffectSubtypeEx getSubtype()
Returns the subtype of a filter effect.


setSubtype

public void setSubtype(FilterEffectSubtypeEx value)
Sets the subtype of a filter effect.