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

Packages that use ValueTransferFunction
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). 
 

Uses of ValueTransferFunction in cz.cuni.jagrlib
 

Classes in cz.cuni.jagrlib that implement ValueTransferFunction
 class DefaultValueTransferFunction
          Default implementation of ValueTransferFunction interface.
 

Fields in cz.cuni.jagrlib declared as ValueTransferFunction
protected  ValueTransferFunction DefaultRasterGraphics.transferFunction
          Actual value-transfer function.
 

Methods in cz.cuni.jagrlib that return ValueTransferFunction
 ValueTransferFunction DefaultRasterGraphics.setTransferFunction(ValueTransferFunction _transfer)
          Sets the value-transfer function (used in all set*() methods).
 

Methods in cz.cuni.jagrlib with parameters of type ValueTransferFunction
 ValueTransferFunction DefaultRasterGraphics.setTransferFunction(ValueTransferFunction _transfer)
          Sets the value-transfer function (used in all set*() methods).
 

Uses of ValueTransferFunction in cz.cuni.jagrlib.iface
 

Methods in cz.cuni.jagrlib.iface that return ValueTransferFunction
 ValueTransferFunction Brush.setTransferFunction(ValueTransferFunction _transfer)
          Sets the value-transfer function (used in Brush.fill() method).
 ValueTransferFunction Pen.setTransferFunction(ValueTransferFunction _transfer)
          Sets the value-transfer function (used in Pen.stroke() method).
 ValueTransferFunction RasterGraphics.setTransferFunction(ValueTransferFunction _transfer)
          Sets the value-transfer function (used in all set*() methods).
 

Methods in cz.cuni.jagrlib.iface with parameters of type ValueTransferFunction
 ValueTransferFunction Brush.setTransferFunction(ValueTransferFunction _transfer)
          Sets the value-transfer function (used in Brush.fill() method).
 ValueTransferFunction Pen.setTransferFunction(ValueTransferFunction _transfer)
          Sets the value-transfer function (used in Pen.stroke() method).
 ValueTransferFunction RasterGraphics.setTransferFunction(ValueTransferFunction _transfer)
          Sets the value-transfer function (used in all set*() methods).
 

Uses of ValueTransferFunction in cz.cuni.jagrlib.piece
 

Methods in cz.cuni.jagrlib.piece that return ValueTransferFunction
 ValueTransferFunction SolidColorBrush.setTransferFunction(ValueTransferFunction _transfer)
          Sets the value-transfer function (used in SolidColorBrush.fill() method).
 ValueTransferFunction SolidColorPen.setTransferFunction(ValueTransferFunction _transfer)
          Sets the value-transfer function (used in SolidColorPen.stroke() method).
 

Methods in cz.cuni.jagrlib.piece with parameters of type ValueTransferFunction
 ValueTransferFunction SolidColorBrush.setTransferFunction(ValueTransferFunction _transfer)
          Sets the value-transfer function (used in SolidColorBrush.fill() method).
 ValueTransferFunction SolidColorPen.setTransferFunction(ValueTransferFunction _transfer)
          Sets the value-transfer function (used in SolidColorPen.stroke() method).