Interface CustomFilter
-
- All Known Subinterfaces:
CustomDecodeFilter,CustomEncodeFilter,ImageFilterInterface
public interface CustomFilterDefines the methods that need to be implemented by a custom filter implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ASNamegetName()Return the name of the filter this implementation supports.
-
-
-
Method Detail
-
getName
ASName getName()
Return the name of the filter this implementation supports.- Returns:
- filter name
-
-