Uses of Interface
cz.cuni.jagrlib.iface.DataFileFormat

Packages that use DataFileFormat
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
cz.cuni.jagrlib.worker JaGrLib worker modules - descendants of Worker. 
 

Uses of DataFileFormat in cz.cuni.jagrlib
 

Classes in cz.cuni.jagrlib that implement DataFileFormat
 class DefaultBrepFileFormat
          File format default implementation for Brep-based 3D scene data.
 class DefaultFileFormat
          File format default implementation.
 class DefaultRasterFileFormat
          File format default implementation for raster image data.
 

Uses of DataFileFormat in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement DataFileFormat
 class CompressedFormatGray
          Gray file format (using predictor, VLC and dynamic arithmetic coder).
 class CompressedFormatTransform
          Lossy image compression (using discrete image transform, quantization, block coding and dynamic entropy coder).
 class FractalCompressionQtree
          Fractal image compression module.
 class GIFFileFormat
          GIF file format (persistence of 2D raster graphics data).
 class HDRFileFormat
          HDR file format used in Radiance (RGBe RLE-encoded format).
 class JFIFFileFormat
          JFIF file format (persistence of 2D raster graphics data).
 class MeshCompressionRLE
          Mesh compression format using arbitrary pass order, zero-skipping and optional DPCM.
 class OBJFileFormat
          Wavefront OBJ file format (persistence of B-rep 3D data).
 class PFMFileFormat
          PFM (Portable Float Map) file format (persistence of HDR 2D raster graphics data).
 class PNGFileFormat
          PNG file format (persistence of 2D raster graphics data).
 class WAVFileFormatMapped
          WAV sound file filter.
 

Uses of DataFileFormat in cz.cuni.jagrlib.testing
 

Classes in cz.cuni.jagrlib.testing that implement DataFileFormat
 class CompressedFormatBW
          B/W file format (using simple Entropy codec to encode raster data).
 class CompressedFormatOrder
          Pal file format with arbitrary pass order (using simple Entropy codec to encode colormapped raster data).
 class CompressedFormatPal
          Pal file format (using simple Entropy codec to encode colormapped raster data).
 class CompressedFormatRGB
          RGB file format (using simple Entropy codec to encode raster data).
 

Uses of DataFileFormat in cz.cuni.jagrlib.worker
 

Fields in cz.cuni.jagrlib.worker declared as DataFileFormat
protected  DataFileFormat GlobalIlluminationWorker.bak
          Raster file-format output.
protected  DataFileFormat CompressionWorker.comp1
          Compression module (should be stopped in CompressionWorker.stop()).
protected  DataFileFormat CompressionWorker.comp2
          Final save (should be stopped in CompressionWorker.stop()).
protected  DataFileFormat ImageCompressionWorker.output
          Codec (should be stopped in ImageCompressionWorker.stop()).
protected  DataFileFormat CompressionWorker.recon
          Decompression module (should be stopped in CompressionWorker.stop()).