Interface | Description |
---|---|
MsgLogger |
This class provides a simple common abstraction of a facility that logs
and/or displays messages or simple strings.
|
ProgressWatch |
Class | Description |
---|---|
ArrayUtil |
This class contains a colleaction of utility static methods for arrays.
|
CodestreamManipulator |
This class takes a legal JPEG 2000 codestream and performs some
manipulation on it.
|
FacilityManager |
This class manages common facilities for mutithreading environments, It can
register different facilities for each thread, and also a default one, so
that they can be referred by static methods, while possibly having
different ones for different threads.
|
ISRandomAccessIO |
This class implements a wrapper to turn an InputStream into a
RandomAccessIO.
|
MathUtil |
This class contains a collection of utility methods fro mathematical
operations.
|
MsgPrinter |
This utility class formats messages to the specified line width, by
inserting line-breaks between words, and printing the resulting
lines.
|
NativeServices |
This class presents a collection of static methods that allow access to
some native methods.
|
StreamMsgLogger |
This class implements the MsgLogger interface for streams.
|
ThreadPool |
This class implements a thread pool.
|
Exception | Description |
---|---|
StringFormatException |
Thrown to indicate that the application has attempted to parse a
badly formatted string.
|
Copyright © 2016 Open Microscopy Environment