Uses of Class
ij.gui.PointRoi

Packages that use PointRoi
ij.gui   
 

Uses of PointRoi in ij.gui
 

Methods in ij.gui that return PointRoi
 PointRoi PointRoi.addPoint(int x, int y)
          Adds a point to this selection and return the result.
 PointRoi PointRoi.subtractPoints(Roi roi)
          Subtract the points that intersect the specified ROI and return the result.