public class Rois extends Object
Constructor and Description |
---|
Rois() |
Modifier and Type | Method and Description |
---|---|
static RealLocalizableRealPositionable |
ijRoiPoint(double x,
double y)
Creates a new
IJRoiPoint |
static void |
unsupported(String methodName)
Throws
UnsupportedOperationException with the given method name. |
public static void unsupported(String methodName)
UnsupportedOperationException
with the given method name.methodName
- name of unsupported methodpublic static RealLocalizableRealPositionable ijRoiPoint(double x, double y)
IJRoiPoint
x
- x-coordinate of the pointy
- y-coordinate of the pointCopyright © 2014–2022 ImageJ. All rights reserved.