C# (CSharp) CSJ2K.j2k Пространство имен

Пространства имен

CSJ2K.j2k.codestream
CSJ2K.j2k.decoder
CSJ2K.j2k.entropy
CSJ2K.j2k.fileformat
CSJ2K.j2k.image
CSJ2K.j2k.io
CSJ2K.j2k.quantization
CSJ2K.j2k.roi
CSJ2K.j2k.util
CSJ2K.j2k.wavelet

Классы

Имя Описание
IntegerSpec This class extends ModuleSpec and is responsible of Integer specifications for each tile-component.
JJ2KExceptionHandler This class handles exceptions. It should be used in places where it is not known how to handle the exception, and the exception can not be thrown higher in the stack.

Different options can be registered for each Thread and ThreadGroup. This feature is not implemented yet

ModuleSpec This generic class is used to handle values to be used by a module for each tile and component. It uses attribute to determine which value to use. It should be extended by each module needing this feature. This class might be used for values that are only tile specific or component specific but not both.

The attributes to use are defined by a hierarchy. The hierarchy is:

  • Tile and component specific attribute
  • Tile specific default attribute
  • Component main default attribute
  • Main default attribute

NoNextElementException This exception is thrown whenever a next???? method is called and there is no next element to return.