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 TypeMethodDescriptionbooleanDisplays the dialog box and returns 'false' if the user cancels it.booleanshowImageDialog(String name) voidvoidvoidvoidvoidvoidvoidvoid
-
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:
textValueChangedin interfaceTextListener
-
windowActivated
- Specified by:
windowActivatedin interfaceWindowListener
-
windowClosing
- Specified by:
windowClosingin interfaceWindowListener
-
windowOpened
- Specified by:
windowOpenedin interfaceWindowListener
-
windowClosed
- Specified by:
windowClosedin interfaceWindowListener
-
windowIconified
- Specified by:
windowIconifiedin interfaceWindowListener
-
windowDeiconified
- Specified by:
windowDeiconifiedin interfaceWindowListener
-
windowDeactivated
- Specified by:
windowDeactivatedin interfaceWindowListener
-