Uses of Interface
org.anchoranalysis.image.io.bean.object.draw.IfElse.Predicate
| Package | Description |
|---|---|
| org.anchoranalysis.image.io.bean.object.draw |
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.Predicate Constructor Description IfElse(IfElse.Predicate predicate, DrawObject whenTrue, DrawObject whenFalse)Creates for a particular condition.