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

Packages that use RealFunction
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
 

Uses of RealFunction in cz.cuni.jagrlib
 

Classes in cz.cuni.jagrlib that implement RealFunction
 class DefaultRealFunction
          Default implementation of RealFunction interface.
 

Uses of RealFunction in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement RealFunction
 class FunctionSamples
          Function samples.
 class ImageCompare
          Raster image comparison.
static class ImageTransition.CutoffTransition
          Cutoff transition.
static class ImageTransition.LinearTransition
          Linear transition.
static class ImageTransition.RampField
          Ramp image field function.
static class ImageTransition.RandomField
          Random image field function.
static class ImageTransition.SigmaTransition
          Goniometric sigma function.
 class SimpleNoise
          Noise function - simple implementations.
 

Methods in cz.cuni.jagrlib.piece with parameters of type RealFunction
protected  void JitteringSynthesizer.computePixel(RealFunction rf, int x, int y, double[] pre)