Uses of Interface
com.jhlabs.math.BinaryFunction

Packages that use BinaryFunction
com.jhlabs.image   
com.jhlabs.math   
 

Uses of BinaryFunction in com.jhlabs.image
 

Methods in com.jhlabs.image that return BinaryFunction
 BinaryFunction BinaryFilter.getBlackFunction()
           
 

Methods in com.jhlabs.image with parameters of type BinaryFunction
 void BinaryFilter.setBlackFunction(BinaryFunction blackFunction)
           
 

Uses of BinaryFunction in com.jhlabs.math
 

Classes in com.jhlabs.math that implement BinaryFunction
 class BlackFunction