Class BioFormatsOptionsExtension
java.lang.Object
qupath.lib.images.servers.bioformats.BioFormatsOptionsExtension
- All Implemented Interfaces:
QuPathExtension
A QuPath extension that adds options relating to the BioFormatsImageServer to the main QuPath preference pane.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA short description of the extension for displaying in the main GUI.getName()A readable name for the extension.Returns the version stored within this jar, because it is matched to the QuPath version.voidinstallExtension(QuPathGUI qupath) Install the extension for a QuPathGUI instance.Methods 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
getVersion
-
Constructor Details
-
BioFormatsOptionsExtension
public BioFormatsOptionsExtension()
-
-
Method Details
-
installExtension
Description copied from interface:QuPathExtensionInstall the extension for a QuPathGUI instance.This generally involves adding new commands to appropriate menus.
Note that if an extension is only expected to be compatible with a specific QuPath version, this method provides an opportunity to test version compatibility before making any changes.
- Specified by:
installExtensionin interfaceQuPathExtension- Parameters:
qupath-- See Also:
-
getName
Description copied from interface:QuPathExtensionA readable name for the extension.- Specified by:
getNamein interfaceQuPathExtension- Returns:
-
getDescription
Description copied from interface:QuPathExtensionA short description of the extension for displaying in the main GUI.This could also contain licensing information.
- Specified by:
getDescriptionin interfaceQuPathExtension- Returns:
-
getQuPathVersion
Returns the version stored within this jar, because it is matched to the QuPath version.- Specified by:
getQuPathVersionin interfaceQuPathExtension- Returns:
- a semantic version corresponding to a QuPath version, e.g. "0.3.0".
- See Also:
-