#include <djv_renderer.h>

Public Member Functions | |
| virtual String | getChunkId () const =0 |
| virtual AutoPtr< Referable > | getInternalDictionary () const =0 |
| virtual | ~Dictionary () |
Static Public Member Functions | |
| static AutoPtr< Dictionary > | create (const Chunk *inChunk) |
Dictionary class provides the general interface to dictionary for image/mask renderers.
| virtual Celartem::DjVu::Dictionary::~Dictionary | ( | ) | [inline, virtual] |
Destructor.
| static AutoPtr<Dictionary> Celartem::DjVu::Dictionary::create | ( | const Chunk * | inChunk | ) | [static] |
Creates a Dictionary instance from the specified chunk.
| inChunk | A chunk which contains dictionary data. |
| virtual String Celartem::DjVu::Dictionary::getChunkId | ( | ) | const [pure virtual] |
Gets the identifier of the chunk which was used to instanciate this instance.
| virtual AutoPtr<Referable> Celartem::DjVu::Dictionary::getInternalDictionary | ( | ) | const [pure virtual] |
Obtains the internal dictionary instance.