Uses of Interface
org.anchoranalysis.image.io.bean.object.draw.IfElse.Predicate
Packages that use IfElse.Predicate
Package
Description
How to represent an object-mask in a raster that is being drawn.
-
Uses of IfElse.Predicate in org.anchoranalysis.image.io.bean.object.draw
Constructors in org.anchoranalysis.image.io.bean.object.draw with parameters of type IfElse.PredicateModifierConstructorDescriptionIfElse
(IfElse.Predicate predicate, DrawObject whenTrue, DrawObject whenFalse) Creates for a particular condition.