public abstract static class FilterSpec.AbstractFilterEffect extends Object implements FilterSpec.FilterEffect
| Modifier and Type | Field and Description |
|---|---|
protected String |
in
Input reference for the effect.
|
protected short |
inputType
Input type for the effect.
|
protected String |
resultId
Effect result id.
|
| Constructor and Description |
|---|
AbstractFilterEffect(String resultId)
Create a filter effect with the given result id.
|
| Modifier and Type | Method and Description |
|---|---|
short |
getInputType()
Return the input type for this effect.
|
String |
getResultId()
Return the filter result Id.
|
void |
setIn(String in)
Set the input reference for the effect.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEffect, resolveEffectprotected final String resultId
protected String in
protected short inputType
public AbstractFilterEffect(String resultId)
resultId - the result idpublic short getInputType()
FilterSpec.FilterEffectgetInputType in interface FilterSpec.FilterEffectpublic void setIn(String in)
FilterSpec.FilterEffectsetIn in interface FilterSpec.FilterEffectin - the input id or keywordpublic String getResultId()
FilterSpec.FilterEffectgetResultId in interface FilterSpec.FilterEffectCopyright © 2026. All rights reserved.