public class FilterEffect extends Behavior implements IFilterEffect
Represent filter effect of behavior.
| Constructor and Description |
|---|
FilterEffect()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAccumulate, getAdditive, getParent_Immediate, getProperties, getTiming, setAccumulate, setAdditive, setTimingequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTimingpublic final int getReveal()
Represents that effect with behavior must reveal (in/out)
Read/write FilterEffectRevealType.
getReveal in interface IFilterEffectpublic final void setReveal(int value)
Represents that effect with behavior must reveal (in/out)
Read/write FilterEffectRevealType.
setReveal in interface IFilterEffectpublic final int getType()
Represents type of filter effect.
Read/write FilterEffectType.
getType in interface IFilterEffectpublic final void setType(int value)
Represents type of filter effect.
Read/write FilterEffectType.
setType in interface IFilterEffectpublic final int getSubtype()
Represents subtype of filter effect.
Read/write FilterEffectSubtype.
getSubtype in interface IFilterEffectpublic final void setSubtype(int value)
Represents subtype of filter effect.
Read/write FilterEffectSubtype.
setSubtype in interface IFilterEffectCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.