Class BioFormatsOptionsExtension
java.lang.Object
qupath.lib.images.servers.bioformats.BioFormatsOptionsExtension
- All Implemented Interfaces:
qupath.lib.gui.extensions.QuPathExtension
public class BioFormatsOptionsExtension
extends Object
implements qupath.lib.gui.extensions.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 TypeMethodDescriptiongetName()qupath.lib.common.VersionReturns the version stored within this jar, because it is matched to the QuPath version.voidinstallExtension(qupath.lib.gui.QuPathGUI qupath) 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
public void installExtension(qupath.lib.gui.QuPathGUI qupath) - Specified by:
installExtensionin interfacequpath.lib.gui.extensions.QuPathExtension
-
getName
- Specified by:
getNamein interfacequpath.lib.gui.extensions.QuPathExtension
-
getDescription
- Specified by:
getDescriptionin interfacequpath.lib.gui.extensions.QuPathExtension
-
getQuPathVersion
public qupath.lib.common.Version getQuPathVersion()Returns the version stored within this jar, because it is matched to the QuPath version.- Specified by:
getQuPathVersionin interfacequpath.lib.gui.extensions.QuPathExtension
-