Class SlideLabelView

java.lang.Object
qupath.lib.gui.panes.SlideLabelView
All Implemented Interfaces:
ChangeListener<qupath.lib.images.ImageData<BufferedImage>>

public class SlideLabelView extends Object implements ChangeListener<qupath.lib.images.ImageData<BufferedImage>>
A simple viewer for a slide label, tied to the current viewer.
  • Property Details

  • Constructor Details

    • SlideLabelView

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