|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A controller which can read and write image files, and otherwise process and transform images.
Method Summary | |
IImage |
produceImage(String fileID)
Load an image from a file. |
IImage |
produceTimesTwo(IImage image)
Produce an image that returns an image identical to the given iaage but twice the size. |
boolean |
writeImage(IImage image,
String fileID)
Write an image to a file. |
Method Detail |
public IImage produceImage(String fileID)
fileID
- the name of a file containing an image.
An appropriate response is required if the file is invalid.
public boolean writeImage(IImage image, String fileID)
image
- an imagefileID
- the name of a file where the image is to be written.
public IImage produceTimesTwo(IImage image)
image
- a non-null image.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |