Package qupath.ext.braian
Class BraiAnExtension
java.lang.Object
qupath.ext.braian.BraiAnExtension
- All Implemented Interfaces:
qupath.lib.gui.extensions.GitHubProject
,qupath.lib.gui.extensions.QuPathExtension
public class BraiAnExtension
extends Object
implements qupath.lib.gui.extensions.QuPathExtension, qupath.lib.gui.extensions.GitHubProject
-
Nested Class Summary
Nested classes/interfaces inherited from interface qupath.lib.gui.extensions.GitHubProject
qupath.lib.gui.extensions.GitHubProject.GitHubRepo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.slf4j.Logger
getName()
qupath.lib.gui.extensions.GitHubProject.GitHubRepo
void
installExtension
(qupath.lib.gui.QuPathGUI qupath) integrate the extension in QuPath GUIMethods 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
getQuPathVersion, getVersion
-
Constructor Details
-
BraiAnExtension
public BraiAnExtension()
-
-
Method Details
-
getLogger
public static org.slf4j.Logger getLogger()- Returns:
- the logger used by the extension to print messages
-
getRepository
public qupath.lib.gui.extensions.GitHubProject.GitHubRepo getRepository()- Specified by:
getRepository
in interfacequpath.lib.gui.extensions.GitHubProject
- Returns:
- the repository where the extension is hosted
-
installExtension
public void installExtension(qupath.lib.gui.QuPathGUI qupath) integrate the extension in QuPath GUI- Specified by:
installExtension
in interfacequpath.lib.gui.extensions.QuPathExtension
- Parameters:
qupath
- the istance of QuPath to modify
-
getName
- Specified by:
getName
in interfacequpath.lib.gui.extensions.QuPathExtension
- Returns:
- the name of the extension
-
getDescription
- Specified by:
getDescription
in interfacequpath.lib.gui.extensions.QuPathExtension
- Returns:
- the description of the extension
-