Uses of Interface
com.jhlabs.math.BinaryFunction
-
Packages that use BinaryFunction Package Description com.jhlabs.image com.jhlabs.math -
-
Uses of BinaryFunction in com.jhlabs.image
Fields in com.jhlabs.image declared as BinaryFunction Modifier and Type Field Description protected BinaryFunction
BinaryFilter. blackFunction
Methods in com.jhlabs.image that return BinaryFunction Modifier and Type Method Description BinaryFunction
BinaryFilter. getBlackFunction()
Methods in com.jhlabs.image with parameters of type BinaryFunction Modifier and Type Method Description void
BinaryFilter. setBlackFunction(BinaryFunction blackFunction)
-
Uses of BinaryFunction in com.jhlabs.math
Classes in com.jhlabs.math that implement BinaryFunction Modifier and Type Class Description class
BlackFunction
-