Package | Description |
---|---|
ij.gui |
Modifier and Type | Field and Description |
---|---|
static PointRoi |
PointRoi.savedPoints |
Modifier and Type | Method and Description |
---|---|
PointRoi |
PointRoi.addPoint(double x,
double y)
Adds a point to this PointRoi.
|
PointRoi |
PointRoi.containedPoints(Roi roi)
Returns the points of this Roi that are contained in the specified area ROI.
|
PointRoi |
PointRoi.subtractPoints(Roi roi)
Returns the points of this Roi that are not contained in the specified area ROI.
|