Package net.jalbum.filterManager
package net.jalbum.filterManager
-
ClassDescriptionThe
FilterManager
handles severalJAlbumImageFilter
being applied to a specific image.This interface has to be implemented by the class which will handle theFilterManager
as theFilterManager
will pass some requests to the implementing class which it can not handle on it own.