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, setTiming
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
public final int getReveal()
Represents that effect with behavior must reveal (in/out)
Read/write FilterEffectRevealType
.
getReveal
in interface IFilterEffect
public final void setReveal(int value)
Represents that effect with behavior must reveal (in/out)
Read/write FilterEffectRevealType
.
setReveal
in interface IFilterEffect
public final int getType()
Represents type of filter effect.
Read/write FilterEffectType
.
getType
in interface IFilterEffect
public final void setType(int value)
Represents type of filter effect.
Read/write FilterEffectType
.
setType
in interface IFilterEffect
public final int getSubtype()
Represents subtype of filter effect.
Read/write FilterEffectSubtype
.
getSubtype
in interface IFilterEffect
public final void setSubtype(int value)
Represents subtype of filter effect.
Read/write FilterEffectSubtype
.
setSubtype
in interface IFilterEffect