Package se.datadosen.jalbum
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
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
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
-
Field Details
-
ALL_PRESCALE_STAGE
static final int ALL_PRESCALE_STAGE- See Also:
-
ALL_POSTSCALE_STAGE
static final int ALL_POSTSCALE_STAGE- See Also:
-
CLOSEUPS_POSTSCALE_STAGE
static final int CLOSEUPS_POSTSCALE_STAGE- See Also:
-
THUMBNAILS_PRESCALE_STAGE
static final int THUMBNAILS_PRESCALE_STAGE- See Also:
-
THUMBNAILS_POSTSCALE_STAGE
static final int THUMBNAILS_POSTSCALE_STAGE- See Also:
-
FOLDERS_PRESCALE_STAGE
static final int FOLDERS_PRESCALE_STAGE- See Also:
-
FOLDERS_POSTSCALE_STAGE
static final int FOLDERS_POSTSCALE_STAGE- See Also:
-
-
Method Details