public interface IFilterEffect extends IBehavior
Represent filter effect of behavior.
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, getProperties, getTiming, setAccumulate, setAdditive, setTiming
int getReveal()
Represents that effect with behavior must reveal (in/out)
Read/write FilterEffectRevealType
.
void setReveal(int value)
Represents that effect with behavior must reveal (in/out)
Read/write FilterEffectRevealType
.
int getType()
Represents type of filter effect.
Read/write FilterEffectType
.
void setType(int value)
Represents type of filter effect.
Read/write FilterEffectType
.
int getSubtype()
Represents subtype of filter effect.
Read/write FilterEffectSubtype
.
void setSubtype(int value)
Represents subtype of filter effect.
Read/write FilterEffectSubtype
.