|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for an object than can transform one IImage into another.
Method Summary | |
java.lang.String |
authors()
Names of the authors of this filter, or other information the authors wish to share publicly. |
java.lang.String |
description()
An English text description of the filter operation. |
IImage |
filter(IImage originalImage)
The image filter, that is, a method that transforms one image into another one. |
java.lang.String |
shortName()
A brief text description, evocative of the filter operation. |
Method Detail |
public IImage filter(IImage originalImage)
originalImage
- a valid, non-null IImage object.
public java.lang.String shortName()
public java.lang.String description()
public java.lang.String authors()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |