Class CountingDialogCommand

java.lang.Object
qupath.lib.gui.commands.CountingDialogCommand
All Implemented Interfaces:
Runnable, ChangeListener<qupath.lib.images.ImageData<BufferedImage>>

public class CountingDialogCommand extends Object implements Runnable, ChangeListener<qupath.lib.images.ImageData<BufferedImage>>
Command to open up a counting panel to aid with creating Point annotations.
  • Constructor Details

    • CountingDialogCommand

      public CountingDialogCommand(QuPathGUI qupath)
      Constructor.
      Parameters:
      qupath - the current QuPath instance.
  • Method Details