Package qupath.ext.braian
Class BraiAnExtension
java.lang.Object
qupath.ext.braian.BraiAnExtension
- All Implemented Interfaces:
qupath.lib.gui.extensions.QuPathExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.slf4j.Logger
getName()
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
-
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
-