Package net.jalbum.filters
Class LogoFilter
java.lang.Object
net.jalbum.filters.AbstractFilter
net.jalbum.filters.LogoFilter
- All Implemented Interfaces:
Serializable
,Cloneable
,Aligneable
,Bounded
,HasUserInterface
,JAlbumFilter
,JAFilter
Title: JAlbum text image filter Company: JAlbum AB
- 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) getAlign()
int
getAngle()
static LogoFilter
getIcon()
int
getName()
int
int
int
int
getSrc()
int
static LogoFilter
int
static LogoFilter
boolean
boolean
boolean
isTile()
void
void
setAngle
(int newAngle) void
setAntialias
(boolean newAntialias) void
setLayering
(Layering layering) How to apply effect in relation to semi transparent imagesvoid
setMargin
(int newMargin) void
setOffset
(int newOffset) void
setReferenceWidth
(int referenceWidth) void
setRowOffsetPercent
(int rowOffsetPercent) void
setScalePercent
(int scalePercent) void
void
void
setStrengthPercent
(int strengthPercent) void
setTile
(boolean tile) void
setValign
(VerticalAlignment newValign) void
setVoffset
(int newVoffset) 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
-
Constructor Details
-
LogoFilter
public LogoFilter() -
LogoFilter
public LogoFilter(boolean closeups, boolean thumbnails)
-
-
Method Details
-
getName
-
getIcon
- Specified by:
getIcon
in interfaceJAlbumFilter
- Overrides:
getIcon
in classAbstractFilter
-
getDescription
- Specified by:
getDescription
in interfaceJAFilter
-
filter
-
setSrc
-
setSrc
-
getSrc
-
setTile
public void setTile(boolean tile) -
isTile
public boolean isTile() -
getRowOffsetPercent
public int getRowOffsetPercent() -
setRowOffsetPercent
public void setRowOffsetPercent(int rowOffsetPercent) -
setAngle
public void setAngle(int newAngle) -
getAngle
public int getAngle() -
getStrengthPercent
public int getStrengthPercent() -
setStrengthPercent
public void setStrengthPercent(int strengthPercent) -
getScalePercent
public int getScalePercent() -
setScalePercent
public void setScalePercent(int scalePercent) -
setMargin
public void setMargin(int newMargin) -
getMargin
public int getMargin() -
setAlign
- Specified by:
setAlign
in interfaceAligneable
-
getAlign
- Specified by:
getAlign
in interfaceAligneable
-
setValign
- Specified by:
setValign
in interfaceAligneable
-
getValign
- Specified by:
getValign
in interfaceAligneable
-
setAntialias
public void setAntialias(boolean newAntialias) -
isAntialias
public boolean isAntialias() -
setOffset
public void setOffset(int newOffset) -
getOffset
public int getOffset() -
setVoffset
public void setVoffset(int newVoffset) -
getVoffset
public int getVoffset() -
setReferenceWidth
public void setReferenceWidth(int referenceWidth) -
getReferenceWidth
public int getReferenceWidth() -
getLayering
- Returns:
- How to apply effect in relation to semi transparent images
- Since:
- 18.3
-
setLayering
How to apply effect in relation to semi transparent images- Parameters:
layering
-- Since:
- 18.3
-
userInterface
Description copied from interface:HasUserInterface
Return (create if needed) the user interface for this instance (not called getUserInterface to avoid xml serialization)- Specified by:
userInterface
in interfaceHasUserInterface
- Returns:
- the user interface bound to this instance
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabled
in interfaceJAlbumFilter
-
getBounds
-
getFolderOverlay
- Returns:
- Default folder overlay
- Since:
- 13.5
-
getVideoOverlay
- Returns:
- Default video overlay
- Since:
- 13.5
-
getWebLocationOverlay
- Returns:
- Default video overlay
- Since:
- 14
-