com.aspose.slides
Class FilterEffect

java.lang.Object
  extended by com.aspose.slides.Behavior
      extended by com.aspose.slides.FilterEffect
All Implemented Interfaces:
IBehavior, IFilterEffect

public class FilterEffect
extends Behavior
implements IFilterEffect

Represent filter effect of behavior.


Constructor Summary
FilterEffect()
           Default constructor.
 
Method Summary
 IBehavior getAsIBehavior()
           
 int getReveal()
           Represents that effect with behavior must reveal (in/out) Read/write FilterEffectRevealType.
 int getSubtype()
           Represents subtype of filter effect.
 int getType()
           Represents type of filter effect.
 void setReveal(int value)
           
 void setSubtype(int value)
           
 void setType(int value)
           
 
Methods inherited from class com.aspose.slides.Behavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.IBehavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 

Constructor Detail

FilterEffect

public FilterEffect()

Default constructor.

Method Detail

getReveal

public int getReveal()

Represents that effect with behavior must reveal (in/out) Read/write FilterEffectRevealType.

Specified by:
getReveal in interface IFilterEffect

setReveal

public void setReveal(int value)
Specified by:
setReveal in interface IFilterEffect

getType

public int getType()

Represents type of filter effect. Read/write FilterEffectType.

Specified by:
getType in interface IFilterEffect

setType

public void setType(int value)
Specified by:
setType in interface IFilterEffect

getSubtype

public int getSubtype()

Represents subtype of filter effect. Read/write FilterEffectSubtype.

Specified by:
getSubtype in interface IFilterEffect

setSubtype

public void setSubtype(int value)
Specified by:
setSubtype in interface IFilterEffect

getAsIBehavior

public IBehavior getAsIBehavior()