|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the corrections on an Image. Classes who implent this interface for example gamma, should do their actions in the filter-method.
Method Summary | |
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage source,
java.awt.image.BufferedImage dest)
Does a transformation on the source-bufferedImage and returns the destination BufferedImage. |
int |
getValue()
Returns the current slider-value. |
Method Detail |
public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage source, java.awt.image.BufferedImage dest)
source
- a BufferedImage
value indicating the source image.dest
- a BufferedImage
value indicating the destination image.
public int getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |