Interface JAFilter

All Superinterfaces:
Serializable
All Known Subinterfaces:
JAlbumFilter
All Known Implementing Classes:
AbstractFilter, ArtyFilter, ArtySupport, AutoFilter, CinemaFilter, CropFilter, CrossProcessedFilter, DaisyFilter, DummyFilter, GrayscaleFilter, LilyFilter, LogoFilter, PinkFilter, RainflowerFilter, RedLithoFilter, SnowdropFilter, SunflowerFilter, TextFilter, ThistleFilter, TulipFilter

public interface JAFilter extends Serializable
Interface that all JAlbum image filters need to implement. A JAlbum image filter should also adhere to the JavaBean specification meaning:
  • Provide a no-args constructor
  • Getters and setter methods should follow the JavaBean naming convention.
  • The filter should be serializable
Future image filter may also provide a custom user interface by subclassing JComponent