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)
          Returns a copy of this PointRoi with a point at (x,y) added.
 PointRoi PointRoi.subtractPoints(Roi roi)
          Subtract the points that intersect the specified ROI and return the result.