|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FilterManagerFriend
This interface has to be implemented by the class which will handle the FilterManager as the FilterManager will
pass some requests to the implementing class which it can not handle on it own.
FilterManager| Method Summary | |
|---|---|
void |
filterMenuClosed(java.awt.image.BufferedImage bi,
boolean saveBeforeClose)
used by the FilterManager to reset the interface and return to the standard menu with will show the most recent version
of the current image. |
javax.swing.JComponent |
getImageComponent()
|
java.awt.image.BufferedImage |
scaleImage(java.awt.image.BufferedImage bi)
used by the FilterManager to request a scaled down version of the passed image according to settings made by the user
in the settings menu. |
void |
setImage(java.awt.image.BufferedImage bi)
|
| Method Detail |
|---|
java.awt.image.BufferedImage scaleImage(java.awt.image.BufferedImage bi)
FilterManager to request a scaled down version of the passed image according to settings made by the user
in the settings menu.
bi - the image to be scaled down. By the time this method is called, all prescale filters added to the image will be applied.
void filterMenuClosed(java.awt.image.BufferedImage bi,
boolean saveBeforeClose)
FilterManager to reset the interface and return to the standard menu with will show the most recent version
of the current image.
bi - the current image with all the filters applied to itsaveBeforeClose - wheter to save any work that has been done before closing or not.void setImage(java.awt.image.BufferedImage bi)
javax.swing.JComponent getImageComponent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||