|
Class Summary |
| Batch |
Batch stores a list of image files and template files, together with any
variables including ID defined |
| BatchProcessData |
The data to be passed to the EnhancedBatchProcess class from the batcher |
| DataSetForm |
|
| DataSetPanel |
|
| EnhancedBatchProcess |
Version of the Batch Processor designed to work with the Batch.java class in the DataBase package |
| ExcelAdapter |
ExcelAdapter enables Copy-Paste Clipboard functionality on JTables. |
| FileObjectFactory |
Creates objects based on it's file name extension |
| ImageIterator |
Method to iterate over images in a Batch (or some other similar collection)
and return as FloatImages. |
| ImageLoader |
|
| iniFile |
Loads a ini style data file
general format
# a comment
[block name.sub block name:type]
variable1 = 56
variable2 = "a string"
variable3 = [13,23,12,14] # a vector
The resulting data is stored as a tree of node (starting with 'root')
Each node represents a block, containing named variables and child blocks
Each block has a 'type' associated with it (a string value) and a name. |
| iniFile.Node |
|
| IniObjectFactory |
Creates objects based on Data in an Ini Style file |
| ObjectFactory |
|
| ObjectFactory.DefaultFactoryMeme |
|
| ObjectFactory.FactoryMeme |
All Classes included in the factory system must have an assosiated
FactoryMeme class This allows the Factory Object Class to be queried to
suitability for particular data. |
| SmallToolBar |
|
| TemplateIterator |
Method to iterate over template files in a Batch (or some other similar collection)
and return the corresponding template |
| TemplateLoader |
|