Package qupath.ext.biop.spotiflow
Class SpotiflowExtension
java.lang.Object
qupath.ext.biop.spotiflow.SpotiflowExtension
- All Implemented Interfaces:
qupath.lib.gui.extensions.GitHubProject
,qupath.lib.gui.extensions.QuPathExtension
public class SpotiflowExtension
extends Object
implements qupath.lib.gui.extensions.QuPathExtension, qupath.lib.gui.extensions.GitHubProject
Install Spotiflow as an extension.
Installs Spotiflow into QuPath, adding some metadata and adds the necessary global variables to QuPath's Preferences
-
Nested Class Summary
Nested classes/interfaces inherited from interface qupath.lib.gui.extensions.GitHubProject
qupath.lib.gui.extensions.GitHubProject.GitHubRepo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
qupath.lib.common.Version
qupath.lib.gui.extensions.GitHubProject.GitHubRepo
void
installExtension
(qupath.lib.gui.QuPathGUI qupath) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface qupath.lib.gui.extensions.QuPathExtension
getVersion
-
Constructor Details
-
SpotiflowExtension
public SpotiflowExtension()
-
-
Method Details
-
getRepository
public qupath.lib.gui.extensions.GitHubProject.GitHubRepo getRepository()- Specified by:
getRepository
in interfacequpath.lib.gui.extensions.GitHubProject
-
installExtension
public void installExtension(qupath.lib.gui.QuPathGUI qupath) - Specified by:
installExtension
in interfacequpath.lib.gui.extensions.QuPathExtension
-
getName
- Specified by:
getName
in interfacequpath.lib.gui.extensions.QuPathExtension
-
getDescription
- Specified by:
getDescription
in interfacequpath.lib.gui.extensions.QuPathExtension
-
getQuPathVersion
public qupath.lib.common.Version getQuPathVersion()- Specified by:
getQuPathVersion
in interfacequpath.lib.gui.extensions.QuPathExtension
-