Uses of Class
ij.gui.ShapeRoi
-
Packages that use ShapeRoi Package Description ij.gui -
-
Uses of ShapeRoi in ij.gui
Methods in ij.gui that return ShapeRoi Modifier and Type Method Description ShapeRoiShapeRoi. and(ShapeRoi sr)Unary intersection operator.ShapeRoiShapeRoi. not(ShapeRoi sr)Unary subtraction operator.ShapeRoiShapeRoi. or(ShapeRoi sr)Unary union operator.ShapeRoiShapeRoi. xor(ShapeRoi sr)Unary exclusive or operator.Methods in ij.gui with parameters of type ShapeRoi Modifier and Type Method Description ShapeRoiShapeRoi. and(ShapeRoi sr)Unary intersection operator.ShapeRoiShapeRoi. not(ShapeRoi sr)Unary subtraction operator.ShapeRoiShapeRoi. or(ShapeRoi sr)Unary union operator.ShapeRoiShapeRoi. xor(ShapeRoi sr)Unary exclusive or operator.
-