FilterEffect
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.slides.Behavior
All Implemented Interfaces: com.aspose.slides.IFilterEffect
public class FilterEffect extends Behavior implements IFilterEffect
Represent filter effect of behavior.
Constructors
| Constructor | Description |
|---|---|
| FilterEffect() | Default constructor. |
Methods
| Method | Description |
|---|---|
| getReveal() | Represents that effect with behavior must reveal (in/out) Read/write FilterEffectRevealType. |
| setReveal(int value) | Represents that effect with behavior must reveal (in/out) Read/write FilterEffectRevealType. |
| getType() | Represents type of filter effect. |
| setType(int value) | Represents type of filter effect. |
| getSubtype() | Represents subtype of filter effect. |
| setSubtype(int value) | Represents subtype of filter effect. |
FilterEffect()
public FilterEffect()
Default constructor.
getReveal()
public final int getReveal()
Represents that effect with behavior must reveal (in/out) Read/write FilterEffectRevealType.
Returns: int
setReveal(int value)
public final void setReveal(int value)
Represents that effect with behavior must reveal (in/out) Read/write FilterEffectRevealType.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
getType()
public final int getType()
Represents type of filter effect. Read/write FilterEffectType.
Returns: int
setType(int value)
public final void setType(int value)
Represents type of filter effect. Read/write FilterEffectType.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
getSubtype()
public final int getSubtype()
Represents subtype of filter effect. Read/write FilterEffectSubtype.
Returns: int
setSubtype(int value)
public final void setSubtype(int value)
Represents subtype of filter effect. Read/write FilterEffectSubtype.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |