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

Packages that use RasterGraphics
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.iface Various interfaces for connecting of JaGrLib modules. 
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 RasterGraphics in cz.cuni.jagrlib
 

Classes in cz.cuni.jagrlib that implement RasterGraphics
 class DefaultRasterGraphics
          Default implementation of RasterGraphics interface.
 

Methods in cz.cuni.jagrlib that return RasterGraphics
static RasterGraphics LogFile.getImage(int id)
          Retrieves RasterGraphics object from log-image is.
 

Methods in cz.cuni.jagrlib with parameters of type RasterGraphics
protected  void DefaultRasterFileFormat.commonLoad(BitStream stream, RasterGraphics g)
          Common load code.
protected  void DefaultRasterFileFormat.commonSave(BitStream stream, RasterGraphics g)
          Common save code.
static void DefaultRasterGraphics.drawFrame(RasterGraphics out, double x1d, double y1d, double x2d, double y2d)
          Draws the given line using current color.
static void DefaultRasterGraphics.drawLine(RasterGraphics out, double x1d, double y1d, double x2d, double y2d)
          Draws the given line using current color.
 

Uses of RasterGraphics in cz.cuni.jagrlib.iface
 

Methods in cz.cuni.jagrlib.iface with parameters of type RasterGraphics
 int RasterSearch.findBestRectangle(RasterGraphics f, int x, int y, int width, int height, int ref, double[] result)
          Searches for the most similar rectangle in one of predefined reference images.
 void RasterSearch.setReferencePicture(RasterGraphics g, int id, double scale, int oriMask, boolean pixelTransform)
          Sets reference image.
 

Uses of RasterGraphics in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement RasterGraphics
 class HDRImage
          HDR raster image stored in memory.
 class RasterImage
          Raster image stored in memory.
 

Fields in cz.cuni.jagrlib.piece declared as RasterGraphics
protected  RasterGraphics ImageKDTree.image
          Accelerator: attached raster image.
protected  RasterGraphics ImagePredictor.image
          Reference to the raster image (accelerator).
protected  RasterGraphics OverwriteClassificator.image
          Accelerator: underlying raster image.
protected  RasterGraphics EffectBlur.input
          Accelerator: input picture.
protected  RasterGraphics FractalCompressionQtree.log
          Log-image.
protected  RasterGraphics TestImageLaser.out
          Accelerator: output image.
protected  RasterGraphics FaceRenderFlat.output
          Accelerator: raster graphics output object.
 

Methods in cz.cuni.jagrlib.piece with parameters of type RasterGraphics
protected  FractalCompressionQtree.ImageBlock FractalCompressionQtree.buildInitialTree(RasterGraphics g, int x0, int y0, int size)
          Builds one branch of a Q-tree, returns its root.
protected  void CompressedFormatGray.commonLoad(BitStream stream, RasterGraphics g)
          Common load code.
protected  void CompressedFormatTransform.commonLoad(BitStream stream, RasterGraphics g)
          Common load code.
protected  void FractalCompressionQtree.commonLoad(BitStream stream, RasterGraphics g)
          Common load code.
protected  void GIFFileFormat.commonLoad(BitStream stream, RasterGraphics g)
          Common load code.
protected  void HDRFileFormat.commonLoad(BitStream stream, RasterGraphics g)
          Common load code.
protected  void MeshCompressionRLE.commonLoad(BitStream stream, RasterGraphics g)
          Common load code.
protected  void PFMFileFormat.commonLoad(BitStream stream, RasterGraphics g)
          Common load code.
protected  void CompressedFormatGray.commonSave(BitStream stream, RasterGraphics g)
          Common save code.
protected  void CompressedFormatTransform.commonSave(BitStream stream, RasterGraphics g)
          Common save code.
protected  void FractalCompressionQtree.commonSave(BitStream stream, RasterGraphics g)
          Common save code.
protected  void GIFFileFormat.commonSave(BitStream stream, RasterGraphics g)
          Common save code.
protected  void HDRFileFormat.commonSave(BitStream stream, RasterGraphics g)
          Common save code.
protected  void JFIFFileFormat.commonSave(BitStream stream, RasterGraphics g)
          Common save code.
protected  void MeshCompressionRLE.commonSave(BitStream stream, RasterGraphics g)
          Common save code.
protected  void PFMFileFormat.commonSave(BitStream stream, RasterGraphics g)
          Common save code.
protected  void PNGFileFormat.commonSave(BitStream stream, RasterGraphics g)
          Common save code.
protected  void ImageCompare.filterRGB(RasterGraphics im, int i, int j, double[] pix)
          Filters the given image pixel using prepared convolution filter..
protected  void ImageCompare.filterRGB(RasterGraphics im, int i, int j, int[] pix)
          Filters the given image pixel using prepared convolution filter..
 boolean FractalCompressionQtree.ImageBlock.match(RasterGraphics g)
          Computes block match in the prepared reference image.
 

Constructors in cz.cuni.jagrlib.piece with parameters of type RasterGraphics
FractalCompressionQtree.ImageBlock(int x, int y, int siz, RasterGraphics g)
          Initialized (matched) Q-tree node.
HDRImage(RasterGraphics gr, double scale, int _mode)
          Initializes the new image from an existing image.
 

Uses of RasterGraphics in cz.cuni.jagrlib.testing
 

Fields in cz.cuni.jagrlib.testing declared as RasterGraphics
protected  RasterGraphics WarpingSpecimen.input
          Input raster image (for reset).
protected  RasterGraphics TestGamma.out
          Accelerator: output image.
protected  RasterGraphics Lissajous.output
          Accelerator: output image.
protected  RasterGraphics WarpingSpecimen.output
          Output raster image.
 

Methods in cz.cuni.jagrlib.testing with parameters of type RasterGraphics
protected  void CompressedFormatBW.commonLoad(BitStream stream, RasterGraphics g)
          Common load code.
protected  void CompressedFormatOrder.commonLoad(BitStream stream, RasterGraphics g)
          Common load code.
protected  void CompressedFormatPal.commonLoad(BitStream stream, RasterGraphics g)
          Common load code.
protected  void CompressedFormatRGB.commonLoad(BitStream stream, RasterGraphics g)
          Common load code.
protected  void CompressedFormatBW.commonSave(BitStream stream, RasterGraphics g)
          Common save code.
protected  void CompressedFormatOrder.commonSave(BitStream stream, RasterGraphics g)
          Common save code.
protected  void CompressedFormatPal.commonSave(BitStream stream, RasterGraphics g)
          Common save code.
protected  void CompressedFormatRGB.commonSave(BitStream stream, RasterGraphics g)
          Common save code.
 int SampleRasterSearch.findBestRectangle(RasterGraphics f, int x, int y, int width, int height, int ref, double[] result)
          Searches for the most similar rectangle in one of predefined reference images.
 void SampleRasterSearch.setReferencePicture(RasterGraphics g, int id, double scale, int oriMask, boolean pixelTransform)
          Sets reference image.
 

Uses of RasterGraphics in cz.cuni.jagrlib.worker
 

Fields in cz.cuni.jagrlib.worker declared as RasterGraphics
protected  RasterGraphics GlobalIlluminationWorker.image
          Raster image = render target.