Package qupath.lib.extension.svg
Class SvgExtension
java.lang.Object
qupath.lib.extension.svg.SvgExtension
- All Implemented Interfaces:
qupath.lib.gui.extensions.QuPathExtension
Extension for SVG image export.
-
Nested Class Summary
Nested Classes -
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
-
SvgExtension
public SvgExtension()
-
-
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
-