java.lang.Object
ij.gui.RoiProperties
- All Implemented Interfaces:
TextListener
,WindowListener
,EventListener
Displays a dialog that allows the user to specify ROI properties such as color and line width.
-
Constructor Summary
ConstructorsConstructorDescriptionRoiProperties
(String title, Roi roi) Constructs a ColorChooser using the specified title and initial color. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Displays the dialog box and returns 'false' if the user cancels it.boolean
showImageDialog
(String name) void
void
void
void
void
void
void
void
-
Constructor Details
-
RoiProperties
Constructs a ColorChooser using the specified title and initial color.
-
-
Method Details
-
showDialog
public boolean showDialog()Displays the dialog box and returns 'false' if the user cancels it. -
showImageDialog
-
textValueChanged
- Specified by:
textValueChanged
in interfaceTextListener
-
windowActivated
- Specified by:
windowActivated
in interfaceWindowListener
-
windowClosing
- Specified by:
windowClosing
in interfaceWindowListener
-
windowOpened
- Specified by:
windowOpened
in interfaceWindowListener
-
windowClosed
- Specified by:
windowClosed
in interfaceWindowListener
-
windowIconified
- Specified by:
windowIconified
in interfaceWindowListener
-
windowDeiconified
- Specified by:
windowDeiconified
in interfaceWindowListener
-
windowDeactivated
- Specified by:
windowDeactivated
in interfaceWindowListener
-