JIU 0.12.0 Homepage

Package net.sourceforge.jiu.ops

The operation package, with basic functionality for all JIU classes that actually process images.

See:
          Description

Interface Summary
ProgressListener This interface must be implemented by classes that want to be notified about progress of an image operation.
 

Class Summary
BatchProcessorOperation Abstract base class to do batch processing on files and complete directory trees.
ImagesToImageOperation An operation that takes several input images and produces one output image.
ImageToImageOperation An operation that acesses an input image and produces data for an output image.
LookupTableOperation An operation that replaces samples with values taken from a lookup table.
Operation Base class for all operations.
 

Exception Summary
MissingParameterException Exception class to indicate that an operation's parameter is missing (has not been specified by caller and there was no default value that could be used).
OperationFailedException Exception class to indicate that an operation failed during the execution of the method Operation.process().
WrongParameterException Exception class to indicate that an operation's parameter is of the wrong type, does not fall into a valid interval or a similar mistake.
 

Package net.sourceforge.jiu.ops Description

The operation package, with basic functionality for all JIU classes that actually process images. Includes the base class Operation and some extensions, various exception types and classes for progress notification.


JIU 0.12.0 Homepage

Copyright © 2000, 2001, 2002, 2003, 2004 Marco Schmidt