Uses of Class
org.praxislive.video.render.ops.DifferenceOp.Mode
-
Packages that use DifferenceOp.Mode Package Description org.praxislive.video.render.ops -
-
Uses of DifferenceOp.Mode in org.praxislive.video.render.ops
Methods in org.praxislive.video.render.ops that return DifferenceOp.Mode Modifier and Type Method Description DifferenceOp.Mode
DifferenceOp. getMode()
static DifferenceOp.Mode
DifferenceOp.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static DifferenceOp.Mode[]
DifferenceOp.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.praxislive.video.render.ops with parameters of type DifferenceOp.Mode Modifier and Type Method Description void
DifferenceOp. setMode(DifferenceOp.Mode mode)
-