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
 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)
           Represents that effect with behavior must reveal (in/out) Read/write FilterEffectRevealType.
 void setSubtype(int value)
           Represents subtype of filter effect.
 void setType(int value)
           Represents type of filter effect.
 
Methods inherited from class com.aspose.slides.Behavior
getAccumulate, getAdditive, getParent_Immediate, 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)

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

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)

Represents type of filter effect. Read/write FilterEffectType.

Use values of FilterEffectType type for the "value" parameter.

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)

Represents subtype of filter effect. Read/write FilterEffectSubtype.

Use values of FilterEffectSubtype type for the "value" parameter.

Specified by:
setSubtype in interface IFilterEffect


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