Uses of Interface
se.datadosen.jalbum.JAFilter

Packages that use JAFilter
se.datadosen.jalbum   
 

Uses of JAFilter in se.datadosen.jalbum
 

Methods in se.datadosen.jalbum that return JAFilter
 JAFilter JAFilterNode.getFilter()
           
 

Methods in se.datadosen.jalbum that return types with arguments of type JAFilter
 java.util.Iterator<JAFilter> AlbumBean.filterIterator(int stage)
           
 

Methods in se.datadosen.jalbum with parameters of type JAFilter
 void AlbumBean.addFilter(JAFilter filter)
          Add an image filter to the image process chain so it affects both closeups and thumbnails
 boolean AlbumBean.addFilter(JAFilter filter, int stage)
          Add an image filter to the image process chain at the specified stage
 AlbumImage AlbumImage.applyFilter(JAFilter filter)
          Return new AlbumImage, filtered with the specified filter
 AlbumImage AlbumImage.applyFilter(JAFilter filter, java.util.Map vars)
          Return new AlbumImage, filtered with the specified filter and variables
 boolean AlbumBean.removeFilter(JAFilter filter, int stage)
          Remove an image filter from the image process chain at the specified stage
 void JAFilterNode.setFilter(JAFilter filter)
           
 

Constructors in se.datadosen.jalbum with parameters of type JAFilter
JAFilterNode(JAFilter filter, int stage)