Table Of Contents

Previous topic

Interface types

Next topic

Compound types

This Page

Enumerated types

scijava.roi.types.BLogic

scijava.roi.types.BLogic
Name Number Symbol Description
AND 0 AND And
OR 1 OR Or
NOT 2 NOT Not
XOR 3 XOR Exclusive or

scijava.roi.types.Operator

scijava.roi.types.Operator
Name Number Symbol Description
EQ 0 = Equals
NE 1 Not equals
LT 2 < Less than
LE 3 Less than or equal to
GT 4 > Greater than
GE 5 Greater than or equal to