Interface CustomFilter
- All Known Subinterfaces:
CustomDecodeFilter,CustomEncodeFilter,ImageFilterInterface
public interface CustomFilter
Defines the methods that need to be implemented by a custom
filter implementation.
-
Method Summary
-
Method Details
-
getName
ASName getName()Return the name of the filter this implementation supports.- Returns:
- filter name
-