Class ROIIntensitiesFileChooser

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JFileChooser
com.xinapse.util.FileChooser
com.xinapse.util.FileChooser.SaveChooser
com.xinapse.multisliceimage.roi.ROIStatsFileChooser
com.xinapse.multisliceimage.roi.ROIIntensitiesFileChooser
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ROIIntensitiesFileChooser extends ROIStatsFileChooser
A JFileChooser for choosing a file (a file with extension ".txt") into which region of interest intensities will be written.
See Also:
  • Constructor Details

    • ROIIntensitiesFileChooser

      public ROIIntensitiesFileChooser(String fileOrURLName)
      A JFileChooser for writing ROI pixel intensities to file. Customised to provide a suitable title for the dialog.
      Parameters:
      fileOrURLName - the file, directory or File URL that will be seen on showing the TextFileChooser.