Uses of Interface
se.datadosen.jalbum.JAFilter
Packages that use JAFilter
Package
Description
-
Uses of JAFilter in net.jalbum.filters
Subinterfaces of JAFilter in net.jalbum.filtersClasses in net.jalbum.filters that implement JAFilterModifier and TypeClassDescriptionclass
class
Crop images to specified dimensionclass
class
Title: JAlbum text image filter Company: JAlbum ABclass
Title: JAlbum text image filter Company: JAlbum AB -
Uses of JAFilter in net.jalbum.filters.arty
Classes in net.jalbum.filters.arty that implement JAFilterMethods in net.jalbum.filters.arty that return JAFilter -
Uses of JAFilter in net.jalbum.filters.arty.effects
Classes in net.jalbum.filters.arty.effects that implement JAFilterModifier and TypeClassDescriptionclass
ArtySupport
offers different methods for image processing.class
Cinema Filterclass
Cross Processed Filterclass
class
Filter that does nothingclass
class
class
class
Cinema Filterclass
class
class
class
Filter which gives an image a retro kind of look -
Uses of JAFilter in net.jalbum.filters.auto
Classes in net.jalbum.filters.auto that implement JAFilter -
Uses of JAFilter in se.datadosen.jalbum
Fields in se.datadosen.jalbum with type parameters of type JAFilterMethods in se.datadosen.jalbum that return JAFilterMethods in se.datadosen.jalbum that return types with arguments of type JAFilterModifier and TypeMethodDescriptionAlbumBean.filterIterator
(int stage) JImageEffectsPanel.getEnabledFilters()
JFilteredImagePanel.getFilters()
Methods in se.datadosen.jalbum with parameters of type JAFilterModifier and TypeMethodDescriptionvoid
Add an image filter to the image process chain so it affects both closeups and thumbnailsboolean
Add an image filter to the image process chain at the specified stageAlbumImage.applyFilter
(JAFilter filter) Return new AlbumImage, filtered with the specified filterAlbumImage.applyFilter
(JAFilter filter, Map vars) Return new AlbumImage, filtered with the specified filter and variablesboolean
AlbumBean.removeFilter
(JAFilter filter, int stage) Remove an image filter from the image process chain at the specified stagevoid
Method parameters in se.datadosen.jalbum with type arguments of type JAFilterConstructors in se.datadosen.jalbum with parameters of type JAFilter