jj2000.j2k |
|
Java Source File Name | Type | Comment |
IntegerSpec.java | Class | This class extends ModuleSpec and is responsible of Integer
specifications for each tile-component. |
JJ2KExceptionHandler.java | Class | This class handles exceptions. |
JJ2KInfo.java | Class | This class holds general JJ2000 information, such as the version number,
copyright, contact address, etc. |
ModuleSpec.java | Class | This generic class is used to handle values to be used by a module for each
tile and component. |
NoNextElementException.java | Class | This exception is thrown whenever a next???? method is called and
there is no next element to return. |
NotImplementedError.java | Class | This exception is thrown whenever a feature or functionality that
has not been implemented is calle.
Its purpose it is to ease the development and testing process. |
StringSpec.java | Class | This class extends ModuleSpec class in order to hold tile-component
specifications using Strings. |