Package ij.gui
Class RoiProperties
- java.lang.Object
-
- ij.gui.RoiProperties
-
public class RoiProperties extends java.lang.Object
Displays a dialog that allows the user to specify ROI properties such as color and line width.
-
-
Constructor Summary
Constructors Constructor Description RoiProperties(java.lang.String title, Roi roi)
Constructs a ColorChooser using the specified title and initial color.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
showDialog()
Displays the dialog box and returns 'false' if the user cancels it.boolean
showImageDialog(java.lang.String name)
-
-
-
Constructor Detail
-
RoiProperties
public RoiProperties(java.lang.String title, Roi roi)
Constructs a ColorChooser using the specified title and initial color.
-
-