Package qupath.lib.gui
Class Urls
java.lang.Object
qupath.lib.gui.Urls
Class to return core QuPath URLs centrally.
One benefit of this is that it gives one location to update to point to versioned documentation.
- Since:
- v0.5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Get a URL pointing to a page that explains how to cite this version of QuPath in a publication.static String
Get the base URL for the QuPath documentation (independent of version).static String
Get a URL pointing to a page that explains how to install QuPath extensions.static String
Get a URL pointing to the main GitHub issues page.static String
Get a URL pointing to the main QuPath GitHub repo.static String
Get a URL pointing to a page that explains how to install this version of QuPath.static String
Get a URL pointing to the main QuPath user forum.static String
Get the base URL for the QuPath documentation, specifically for this software version.static String
getVersionedDocsUrl
(String relative) Get the base URL for the QuPath documentation for this software version, including a relative component to link to a specific page (without leading slash).static String
Get a URL pointing to the QuPath YouTube channel.
-
Constructor Details
-
Urls
public Urls()
-
-
Method Details
-
getDocsUrl
Get the base URL for the QuPath documentation (independent of version).- Returns:
-
getVersionedDocsUrl
Get the base URL for the QuPath documentation, specifically for this software version.- Returns:
-
getVersionedDocsUrl
Get the base URL for the QuPath documentation for this software version, including a relative component to link to a specific page (without leading slash).- Parameters:
relative
-- Returns:
-
getCitationUrl
Get a URL pointing to a page that explains how to cite this version of QuPath in a publication.- Returns:
-
getInstallationUrl
Get a URL pointing to a page that explains how to install this version of QuPath.- Returns:
-
getExtensionsDocsUrl
Get a URL pointing to a page that explains how to install QuPath extensions.- Returns:
-
getYouTubeUrl
Get a URL pointing to the QuPath YouTube channel.- Returns:
-
getGitHubRepoUrl
Get a URL pointing to the main QuPath GitHub repo.- Returns:
-
getGitHubIssuesUrl
Get a URL pointing to the main GitHub issues page.- Returns:
-
getUserForumUrl
Get a URL pointing to the main QuPath user forum.- Returns:
-