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.LoggergetName()voidinstallExtension(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, waitMethods 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:
installExtensionin interfacequpath.lib.gui.extensions.QuPathExtension- Parameters:
qupath- the istance of QuPath to modify
-
getName
- Specified by:
getNamein interfacequpath.lib.gui.extensions.QuPathExtension- Returns:
- the name of the extension
-
getDescription
- Specified by:
getDescriptionin interfacequpath.lib.gui.extensions.QuPathExtension- Returns:
- the description of the extension
-