public class StoreImageToFile extends AbstractImageProcessor
imageKeyDEFAULT_IMAGE_KEY| Constructor and Description |
|---|
StoreImageToFile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilenamekey()
Returns the attribut that is taken as the filename at the moment.
|
String |
getFolder()
Return the path of the folder the images as currently stored in.
|
stream.Data |
process(stream.Data item,
ImageRGB img) |
void |
setFilenamekey(String filenamekey)
Defines the attribute, that is taken as the filename.
|
void |
setFolder(String folder)
Sets the folder, the images are stored in.
|
getImage, process, setImagepublic void setFilenamekey(String filenamekey)
filenamekey - public String getFilenamekey()
public void setFolder(String folder)
folder - Path of a folderpublic String getFolder()
public stream.Data process(stream.Data item,
ImageRGB img)
process in interface ImageProcessorprocess in class AbstractImageProcessorCopyright © 2015. All rights reserved.