Package net.jalbum.filters.arty
Class ArtyFilter
java.lang.Object
net.jalbum.filters.AbstractFilter
net.jalbum.filters.arty.ArtyFilter
- All Implemented Interfaces:
Serializable
,Cloneable
,HasUserInterface
,JAlbumFilter
,JAFilter
- See Also:
-
Field Summary
Fields inherited from class net.jalbum.filters.AbstractFilter
changeSupport, closeups, thumbnails
Fields inherited from interface se.datadosen.jalbum.JAFilter
ALL_POSTSCALE_STAGE, ALL_PRESCALE_STAGE, CLOSEUPS_POSTSCALE_STAGE, FOLDERS_POSTSCALE_STAGE, FOLDERS_PRESCALE_STAGE, THUMBNAILS_POSTSCALE_STAGE, THUMBNAILS_PRESCALE_STAGE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfilter
(BufferedImage bi, Map vars) getIcon()
getName()
boolean
void
Return (create if needed) the user interface for this instance (not called getUserInterface to avoid xml serialization)Methods inherited from class net.jalbum.filters.AbstractFilter
addPropertyChangeListener, addPropertyChangeListener, clone, getTemplate, isCloseups, isThumbnails, removePropertyChangeListener, removePropertyChangeListener, setAsTemplate, setCloseups, setThumbnails
-
Field Details
-
EFFECT_PROPERTY
- See Also:
-
-
Constructor Details
-
ArtyFilter
public ArtyFilter()
-
-
Method Details
-
filter
-
getEffect
-
setEffect
-
isEnabled
public boolean isEnabled() -
getName
-
getIcon
- Specified by:
getIcon
in interfaceJAlbumFilter
- Overrides:
getIcon
in classAbstractFilter
-
getDescription
-
userInterface
Description copied from interface:HasUserInterface
Return (create if needed) the user interface for this instance (not called getUserInterface to avoid xml serialization)- Returns:
- the user interface bound to this instance
-